fix(grafana): update image docker.io/grafana/grafana 12.4.2 → 12.4.3 (#47001)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/grafana/grafana](https://redirect.github.com/grafana/grafana) | patch | `8374923` → `2e98680` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>grafana/grafana (docker.io/grafana/grafana)</summary> ### [`v12.4.3`](https://redirect.github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1243-2026-04-14) [Compare Source](https://redirect.github.com/grafana/grafana/compare/v12.4.2...v12.4.3) ##### Features and enhancements - **Analytics:** Keep internal dashboard id [#​121417](https://redirect.github.com/grafana/grafana/pull/121417), [@​ryantxu](https://redirect.github.com/ryantxu) - **Go:** Update to 1.25.9 [#​122095](https://redirect.github.com/grafana/grafana/pull/122095), [@​macabu](https://redirect.github.com/macabu) - **Reporting:** Correctly apply appSubURL to report settings requests (Enterprise) ##### Bug fixes - **Alerting:** Document Grafana HA Alertmanager cluster metrics prefix change in Grafana 12.4 [#​121481](https://redirect.github.com/grafana/grafana/pull/121481), [@​alexander-akhmetov](https://redirect.github.com/alexander-akhmetov) <!-- 12.4.3 END --> <!-- 13.0.0 START --> </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ3JhZmFuYSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 12.4.2
|
||||
appVersion: 12.4.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.10
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://grafana.com/
|
||||
- https://hub.docker.com/r/grafana/grafana
|
||||
type: application
|
||||
version: 22.1.0
|
||||
version: 22.1.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/grafana/grafana
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 12.4.2@sha256:83749231c3835e390a3144e5e940203e42b9589761f20ef3169c716e734ad505
|
||||
tag: 12.4.3@sha256:2e986801428cd689c2358605289c90ab37d2b39e24808874971f54c99bcdc412
|
||||
|
||||
sidecarImage:
|
||||
repository: ghcr.io/kiwigrid/k8s-sidecar
|
||||
|
||||
Reference in New Issue
Block a user