From 9b383a27691dc755798c64358069e44c7ce9723b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:54:21 +0000 Subject: [PATCH] chore(deps): update sonarqube package dependencies | datasource | package | from | to | | ---------- | ------------------------------------------------------------- | ---------- | ---------- | | docker | curlimages/curl | 8.8.0 | 8.9.0 | | git-tags | https://repo1.dso.mil/big-bang/product/packages/sonarqube.git | 8.0.4-bb.5 | 8.0.6-bb.2 | | docker | registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube | 9.9.5 | 10.6.0 | | docker | sonarqube | 9.9.5 | 10.6.0 | --- common/zarf.yaml | 2 +- values/registry1-values.yaml | 2 +- values/upstream-values.yaml | 4 ++-- zarf.yaml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/common/zarf.yaml b/common/zarf.yaml index d8732eeb..a1549e1d 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -17,7 +17,7 @@ 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.4-bb.5" + version: "8.0.6-bb.2" valuesFiles: - ../values/common-values.yaml actions: diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index 47fa9d58..7a289416 100644 --- a/values/registry1-values.yaml +++ b/values/registry1-values.yaml @@ -1,6 +1,6 @@ image: repository: registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube - tag: 9.9.5-community + tag: 10.6.0-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 553a0685..fd3567d6 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -1,9 +1,9 @@ image: repository: sonarqube - tag: 9.9.5-community + tag: 10.6.0-community initContainers: image: busybox:1.36 prometheusExporter: - image: curlimages/curl:8.8.0 + image: curlimages/curl:8.9.0 diff --git a/zarf.yaml b/zarf.yaml index 263a9351..66819327 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -35,7 +35,7 @@ components: - values/registry1-values.yaml images: - "registry1.dso.mil/ironbank/big-bang/base:2.1.0" - - "registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube:9.9.5-community" + - "registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube:10.6.0-community" # Note: upstream flavor is experimental - name: sonarqube @@ -50,6 +50,6 @@ components: valuesFiles: - values/upstream-values.yaml images: - - "sonarqube:9.9.5-community" - - "curlimages/curl:8.8.0" + - "sonarqube:10.6.0-community" + - "curlimages/curl:8.9.0" - "busybox:1.36"