From 6ae70b554b6a60404f8e7887095d4ee0de231965 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 21:59:24 +0000 Subject: [PATCH] chore(deps): update package-deps to v10 | datasource | package | from | to | | ---------- | --------- | ----- | ------ | | docker | sonarqube | 9.9.5 | 10.5.1 | --- values/upstream-values.yaml | 2 +- zarf.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index 553a0685..88846f5f 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.5.1-community initContainers: image: busybox:1.36 diff --git a/zarf.yaml b/zarf.yaml index 9d7d16cc..c7ecf535 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -50,6 +50,6 @@ components: valuesFiles: - values/upstream-values.yaml images: - - "sonarqube:9.9.5-community" + - "sonarqube:10.5.1-community" - "curlimages/curl:8.8.0" - "busybox:1.36"