From 1de763fab6b5a8bc227f7a315e459118decf6ee6 Mon Sep 17 00:00:00 2001 From: Joseph Richardson Date: Thu, 1 Aug 2024 12:19:38 -0400 Subject: [PATCH 1/4] fix: updated confluence to 8.9.4 from 8.9.3 --- values/registry1-values.yaml | 2 +- zarf.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index 0620509..3c19322 100644 --- a/values/registry1-values.yaml +++ b/values/registry1-values.yaml @@ -5,7 +5,7 @@ ingress: image: repository: registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node - tag: "8.9.3" + tag: "8.9.4" #Turn off collaborative editing synchrony: diff --git a/zarf.yaml b/zarf.yaml index 0850d4d..bdc086e 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -37,5 +37,4 @@ components: valuesFiles: - values/registry1-values.yaml images: - - registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node:8.9.3 - - registry1.dso.mil/ironbank/big-bang/base:2.1.0 + - registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node:8.9.4 From ac5e0cf4a0404cc1f7f2779118964faeeef891c7 Mon Sep 17 00:00:00 2001 From: Joseph Richardson Date: Thu, 1 Aug 2024 13:52:22 -0400 Subject: [PATCH 2/4] ci: testing pipeline runtime with 8 core runner --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fd64125..055705b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,7 +34,7 @@ permissions: jobs: run-test: name: ${{ matrix.type }} ${{ matrix.flavor }} - runs-on: ubuntu-latest + runs-on: uds-marketplace-ubuntu-big-boy-8-core timeout-minutes: 25 strategy: matrix: From 033ee41199984e7ef0526ac2aa8964b95b575610 Mon Sep 17 00:00:00 2001 From: Joseph Richardson Date: Thu, 1 Aug 2024 14:08:42 -0400 Subject: [PATCH 3/4] ci: changed to 4 core big boy, 8 core had unnotable performance over the 4 core --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 055705b..58f8f63 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,7 +34,7 @@ permissions: jobs: run-test: name: ${{ matrix.type }} ${{ matrix.flavor }} - runs-on: uds-marketplace-ubuntu-big-boy-8-core + runs-on: uds-marketplace-ubuntu-big-boy-4-core timeout-minutes: 25 strategy: matrix: From ef70814961bdb87827ce2ef3526573bac156273c Mon Sep 17 00:00:00 2001 From: Joseph Richardson Date: Thu, 1 Aug 2024 14:59:01 -0400 Subject: [PATCH 4/4] fix: updated chart version too --- common/zarf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/zarf.yaml b/common/zarf.yaml index 4266577..c108fd9 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -16,7 +16,7 @@ components: - name: confluence namespace: confluence url: https://repo1.dso.mil/big-bang/product/community/confluence.git - version: "1.20.0-bb.6" + version: "1.20.1-bb.3" gitPath: chart repoName: confluence releaseName: confluence