From e67ef77e3d10060002485cb43bc1db8aa3eb628e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 27 Jul 2025 02:44:50 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/grafa?= =?UTF-8?q?na/grafana=2012.0.2=20=E2=86=92=2012.0.3=20(#37762)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/grafana/grafana](https://redirect.github.com/grafana/grafana) | patch | `b5b59bf` -> `2d29376` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
grafana/grafana (docker.io/grafana/grafana) ### [`v12.0.3`](https://redirect.github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1203-2025-07-23) [Compare Source](https://redirect.github.com/grafana/grafana/compare/v12.0.2...v12.0.3) ##### Bug fixes - **Security:** Fixes for CVE-2025-6197 and CVE-2025-6023 [#​108280](https://redirect.github.com/grafana/grafana/pull/108280), [@​volcanonoodle](https://redirect.github.com/volcanonoodle)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/premium/grafana/Chart.yaml | 4 ++-- charts/premium/grafana/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/premium/grafana/Chart.yaml b/charts/premium/grafana/Chart.yaml index b17e2d8c7ed..f26f9bd3ca9 100644 --- a/charts/premium/grafana/Chart.yaml +++ b/charts/premium/grafana/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: premium apiVersion: v2 -appVersion: 12.0.2 +appVersion: 12.0.3 dependencies: - name: common version: 28.13.0 @@ -40,5 +40,5 @@ sources: - https://hub.docker.com/r/grafana/grafana - https://quay.io/kiwigrid/k8s-sidecar type: application -version: 19.1.0 +version: 19.1.1 diff --git a/charts/premium/grafana/values.yaml b/charts/premium/grafana/values.yaml index 346fb5c775a..6e7c4a3f4b7 100644 --- a/charts/premium/grafana/values.yaml +++ b/charts/premium/grafana/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/grafana/grafana pullPolicy: IfNotPresent - tag: 12.0.2@sha256:b5b59bfc7561634c2d7b136c4543d702ebcc94a3da477f21ff26f89ffd4214fa + tag: 12.0.3@sha256:2d293767b5b92c1e7a9288e9e34f0135ccecf0b427eb7f4a1c4dd1523469d2c2 sidecarImage: repository: quay.io/kiwigrid/k8s-sidecar