Skip to content

Comments

fix(container): update image ghcr.io/grafana/helm-charts/grafana ( 10.5.3 ➔ 10.5.4 )#4348

Merged
waifuz-bot[bot] merged 1 commit intomainfrom
renovate/grafana-monorepo
Jan 7, 2026
Merged

fix(container): update image ghcr.io/grafana/helm-charts/grafana ( 10.5.3 ➔ 10.5.4 )#4348
waifuz-bot[bot] merged 1 commit intomainfrom
renovate/grafana-monorepo

Conversation

@waifuz-bot
Copy link
Contributor

@waifuz-bot waifuz-bot bot commented Jan 7, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/grafana/helm-charts/grafana (source) patch 10.5.310.5.4

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@waifuz-bot waifuz-bot bot requested a review from kashalls as a code owner January 7, 2026 20:23
@waifuz-bot waifuz-bot bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Jan 7, 2026
@waifuz-bot
Copy link
Contributor Author

waifuz-bot bot commented Jan 7, 2026

--- kubernetes/apps/observability/grafana/app Kustomization: observability/grafana OCIRepository: observability/grafana

+++ kubernetes/apps/observability/grafana/app Kustomization: observability/grafana OCIRepository: observability/grafana

@@ -11,9 +11,9 @@

 spec:
   interval: 5m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 10.5.3
+    tag: 10.5.4
   url: oci://ghcr.io/grafana/helm-charts/grafana
 

@waifuz-bot
Copy link
Contributor Author

waifuz-bot bot commented Jan 7, 2026

--- HelmRelease: observability/grafana Deployment: observability/grafana

+++ HelmRelease: observability/grafana Deployment: observability/grafana

@@ -19,13 +19,13 @@

   template:
     metadata:
       labels:
         app.kubernetes.io/name: grafana
         app.kubernetes.io/instance: grafana
       annotations:
-        checksum/dashboards-json-config: 4d9ea0d24a219a61ca0c73d20fe95ba71c73483f76aa9aca35ac24f31ebfe566
+        checksum/dashboards-json-config: b56921224372d8af5ceaaad8e8fa5489644ca07f8bde4fcceab21b80659f7892
         checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       shareProcessNamespace: false
@@ -154,12 +154,14 @@

         volumeMounts:
         - name: config
           mountPath: /etc/grafana/grafana.ini
           subPath: grafana.ini
         - name: storage
           mountPath: /var/lib/grafana
+        - name: search
+          mountPath: /var/lib/grafana-search
         - name: config
           mountPath: /etc/grafana/provisioning/datasources/datasources.yaml
           subPath: datasources.yaml
         - name: config
           mountPath: /etc/grafana/provisioning/dashboards/dashboardproviders.yaml
           subPath: dashboardproviders.yaml
@@ -238,12 +240,14 @@

           name: grafana
       - name: dashboards-default
         configMap:
           name: grafana-dashboards-default
       - name: storage
         emptyDir: {}
+      - name: search
+        emptyDir: {}
       - name: sc-dashboard-volume
         emptyDir: {}
       - name: sc-dashboard-provider
         configMap:
           name: grafana-config-dashboards
       - name: sc-datasources-volume

@waifuz-bot waifuz-bot bot merged commit 395edc9 into main Jan 7, 2026
12 checks passed
@waifuz-bot waifuz-bot bot deleted the renovate/grafana-monorepo branch January 7, 2026 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants