From dae87f6dd16bb897b88da8263ef9455e19c0a0ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 03:11:58 +0000 Subject: [PATCH] chore(deps): update sonarqube package dependencies | datasource | package | from | to | | ---------- | ------------------------------------------------------ | --------------------- | --------------------- | | docker | busybox | 1.36 | 1.37 | | docker | cgr.dev/du-uds-defenseunicorns/busybox-fips | 1.36 | 1.37 | | docker | curlimages/curl | 8.8.0 | 8.10.1 | | docker | ghcr.io/defenseunicorns/packages/uds/postgres-operator | 1.12.2-uds.1-upstream | 1.13.0-uds.2-upstream | | helm | sonarqube | 10.6.1+3163 | 10.7.0+3598 | | docker | sonarqube | 10.6.0 | 10.7.0 | --- bundle/uds-bundle.yaml | 2 +- common/zarf.yaml | 2 +- values/unicorn-values.yaml | 2 +- values/upstream-values.yaml | 4 ++-- zarf.yaml | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index 71ccf43e..67575dc7 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -13,7 +13,7 @@ packages: - name: postgres-operator repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator - ref: 1.12.2-uds.1-upstream + ref: 1.13.0-uds.2-upstream overrides: postgres-operator: uds-postgres-config: diff --git a/common/zarf.yaml b/common/zarf.yaml index be18b9bf..7a1d1839 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -15,7 +15,7 @@ components: - name: sonarqube namespace: sonarqube url: https://SonarSource.github.io/helm-chart-sonarqube - version: 10.6.1 + version: 10.7.0+3598 valuesFiles: - ../values/common-values.yaml images: diff --git a/values/unicorn-values.yaml b/values/unicorn-values.yaml index 1eff1b74..92f3ebc4 100644 --- a/values/unicorn-values.yaml +++ b/values/unicorn-values.yaml @@ -3,4 +3,4 @@ image: tag: 10.6.0 initContainers: - image: cgr.dev/du-uds-defenseunicorns/busybox-fips:1.36 + image: cgr.dev/du-uds-defenseunicorns/busybox-fips:1.37 diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index 70d0be49..67db8cef 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -1,6 +1,6 @@ image: repository: sonarqube - tag: 10.6.0-community + tag: 10.7.0-community initContainers: - image: busybox:1.36 + image: busybox:1.37 diff --git a/zarf.yaml b/zarf.yaml index 48b750a5..896fe1a1 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -50,9 +50,9 @@ components: valuesFiles: - values/upstream-values.yaml images: - - "sonarqube:10.6.0-community" - - "curlimages/curl:8.8.0" - - "busybox:1.36" + - "sonarqube:10.7.0-community" + - "curlimages/curl:8.10.1" + - "busybox:1.37" - name: sonarqube required: true @@ -68,4 +68,4 @@ components: images: - "cgr.dev/du-uds-defenseunicorns/sonarqube:10.6.0" - "cgr.dev/du-uds-defenseunicorns/curl-fips:8-dev" - - "cgr.dev/du-uds-defenseunicorns/busybox-fips:1.36" + - "cgr.dev/du-uds-defenseunicorns/busybox-fips:1.37"