From 78ee1aa47da6784cbae7ad1e84205bb92be74c08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:51:11 +0000 Subject: [PATCH] chore(deps): update sonarqube package dependencies | datasource | package | from | to | | ---------- | ------------------------------------------------------------- | ---------- | ---------- | | git-tags | https://repo1.dso.mil/big-bang/product/packages/sonarqube.git | 8.0.4-bb.5 | 8.0.5-bb.0 | | docker | registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube | 9.9.5 | 10.5.1 | | docker | sonarqube | 9.9.5 | 10.6.0 | --- common/zarf.yaml | 2 +- values/registry1-values.yaml | 2 +- values/upstream-values.yaml | 2 +- zarf.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/zarf.yaml b/common/zarf.yaml index d8732eeb..9c12fff6 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.5-bb.0" valuesFiles: - ../values/common-values.yaml actions: diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index 47fa9d58..e32fda7f 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.5.1-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..3b07dfd2 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -1,6 +1,6 @@ image: repository: sonarqube - tag: 9.9.5-community + tag: 10.6.0-community initContainers: image: busybox:1.36 diff --git a/zarf.yaml b/zarf.yaml index 263a9351..4979eceb 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.5.1-community" # Note: upstream flavor is experimental - name: sonarqube @@ -50,6 +50,6 @@ components: valuesFiles: - values/upstream-values.yaml images: - - "sonarqube:9.9.5-community" + - "sonarqube:10.6.0-community" - "curlimages/curl:8.8.0" - "busybox:1.36"