You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates the grafana Helm dependency in kubernetes/grafana/Chart.yaml from 12.4.1 to 12.4.4. The upstream chart appVersion stays 13.0.1-security-01, and the PR diff does not change the rendered docker.io/grafana/grafana:13.0.1-security-01 container image. This is a chart-scaffolding update, not a Grafana application upgrade.
Performance & Stability
grafana-community/helm-charts PR 536 adds DAC_OVERRIDE to init-chown-data so the startup chown -R /var/lib/grafana can traverse persisted subdirectories with restrictive permissions. The PR diff renders that change, and this deployment has persistence enabled, so the fix applies to the existing Grafana data PVC.
The notable later chart fix grafana-community/helm-charts PR 606 corrects inline env quoting for backslashes/special characters; the local inline env value is only GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION: 'true', so it is not a new risk from this PR.
Hazards & Risks
grafana-community/helm-charts PR 536 is also a runtime permission expansion: the root init-chown-data init container now requests DAC_OVERRIDE in addition to CHOWN. In this repo it is limited to the existing persistence ownership init container, but clusters with admission policies that disallow added capabilities may reject the rendered Pod spec.
Targeted validation beyond normal render/lint checks: run a cluster-connected Kubernetes dry-run such as kubectl apply --server-side --dry-run=server -k kubernetes/grafana/ to confirm admission accepts the rendered Grafana Pod with DAC_OVERRIDE. The Render Helm Charts check passed, and Kubernetes dry-run requests are not persisted, but this CI-mode evaluation cannot query the live cluster admission chain.
renovate:caution because grafana-community/helm-charts PR 536 expands the persistent-volume init container capability set, which warrants a cluster-connected server-side dry-run admission check for DAC_OVERRIDE. The rest is low risk: the PR diff leaves the Grafana app image unchanged, the Render Helm Charts check passed, and the newer Grafana chart release bodies do not show a 12.4.4 regression fixed later.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
12.4.1→12.4.412.7.1(+8)Release Notes
grafana-community/helm-charts (grafana)
v12.4.4Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
skipTlsVerifyconsistent across all sidecars with per-sidecar override support by @Alja9 in #565Full Changelog: grafana-community/helm-charts@grafana-12.4.3...grafana-12.4.4
v12.4.3Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
New Contributors
Full Changelog: grafana-community/helm-charts@tempo-distributed-2.23.5...grafana-12.4.3
v12.4.2Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana-community/helm-charts@tempo-distributed-2.23.4...grafana-12.4.2
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.