diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index 9c10182b..b01fe24c 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -9,7 +9,7 @@ metadata: packages: - name: dev-postgres repository: ghcr.io/defenseunicorns/packages/uds/dev-postgres - ref: 0.0.1 + ref: 0.0.2 - name: dev-secrets path: ../ diff --git a/common/zarf.yaml b/common/zarf.yaml index ab70af40..d90aca51 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -17,6 +17,6 @@ components: # see note in README.md about use of registry1 chart for both flavors url: https://repo1.dso.mil/big-bang/product/packages/sonarqube.git gitPath: chart - version: "8.0.3-bb.0" + version: "9.6.3-bb.25" valuesFiles: - ../values/common-values.yaml diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index 01f6cb18..255cbdaa 100644 --- a/values/registry1-values.yaml +++ b/values/registry1-values.yaml @@ -1,6 +1,6 @@ image: repository: registry1.dso.mil/ironbank/big-bang/sonarqube-9 - tag: 9.9.3-community + tag: 9.9.4-community initContainers: image: registry1.dso.mil/ironbank/big-bang/base:2.1.0 diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index 4194bbec..0fdb9b9b 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -1,9 +1,9 @@ image: repository: sonarqube - tag: 9.9.3-community + tag: 10.4.1-community initContainers: - image: busybox:1.32 + image: busybox:1.36 prometheusExporter: - image: curlimages/curl:7.76.1 + image: curlimages/curl:8.7.1 diff --git a/zarf.yaml b/zarf.yaml index 576137a3..66eddca4 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -69,5 +69,5 @@ components: - values/upstream-values.yaml images: - "sonarqube:9.9.3-community" - - "curlimages/curl:7.76.1" - - "busybox:1.32" + - "curlimages/curl:8.7.1" + - "busybox:1.36.1"