Skip to content

Comments

fix(helm): update grafana ( 10.5.4 → 10.5.5 )#5109

Merged
shipwasher[bot] merged 1 commit intomainfrom
renovate/grafana-10.x
Jan 10, 2026
Merged

fix(helm): update grafana ( 10.5.4 → 10.5.5 )#5109
shipwasher[bot] merged 1 commit intomainfrom
renovate/grafana-10.x

Conversation

@shipwasher
Copy link
Contributor

@shipwasher shipwasher bot commented Jan 9, 2026

This PR contains the following updates:

Package Update Change
grafana (source) patch 10.5.410.5.5

Warning

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


Release Notes

grafana/helm-charts (grafana)

v10.5.5

Compare Source

The leading tool for querying and visualizing time series and metrics.

What's Changed

Full Changelog: grafana/helm-charts@grafana-10.5.4...grafana-10.5.5


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@shipwasher shipwasher bot added renovate/helm type/patch area/kubernetes Changes made in the kubernetes directory labels Jan 9, 2026
@shipwasher
Copy link
Contributor Author

shipwasher bot commented Jan 9, 2026

--- HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana

+++ HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana

@@ -31,12 +31,14 @@

     data = /var/lib/grafana/
     logs = /var/log/grafana
     plugins = /var/lib/grafana/plugins
     provisioning = /etc/grafana/provisioning
     [server]
     domain = grafana.mcgrath.nz
+    [unified_storage]
+    index_path = /var/lib/grafana-search/bleve
   datasources.yaml: |
     apiVersion: 1
     datasources:
     - access: proxy
       isDefault: true
       jsonData:
--- HelmRelease: monitoring/grafana Deployment: monitoring/grafana

+++ HelmRelease: monitoring/grafana Deployment: monitoring/grafana

@@ -19,15 +19,15 @@

   template:
     metadata:
       labels:
         app.kubernetes.io/name: grafana
         app.kubernetes.io/instance: grafana
       annotations:
-        checksum/dashboards-json-config: 043a1a928959aeea2f78d4a789a127a26f71164d02f5167858a090d0390e42bb
+        checksum/dashboards-json-config: 66062821a1a4f45e6c548d0b13fde46dc6afb840b4cc41eda27f61e8a1007c45
         checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
-        checksum/secret: bc62c03bbdfc3dab8e0ab9dbacb37c7d2a4806c038de5719a00fc7f1275609e9
+        checksum/secret: 2b6abf4718dee78dbd1f3f9d12a1ad1cbc0a800e710f1ff580410ad7be0b7490
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       shareProcessNamespace: false
       securityContext:
@@ -220,12 +220,14 @@

         - name: GF_PATHS_LOGS
           value: /var/log/grafana
         - name: GF_PATHS_PLUGINS
           value: /var/lib/grafana/plugins
         - name: GF_PATHS_PROVISIONING
           value: /etc/grafana/provisioning
+        - name: GF_UNIFIED_STORAGE_INDEX_PATH
+          value: /var/lib/grafana-search/bleve
         - name: GF_DATE_FORMATS_USE_BROWSER_LOCALE
           value: 'true'
         - name: GF_EXPLORE_ENABLED
           value: 'true'
         - name: GF_FEATURE_TOGGLES_ENABLE
           value: publicDashboards

@shipwasher
Copy link
Contributor Author

shipwasher bot commented Jan 9, 2026

--- kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/grafana HelmRelease: monitoring/grafana

+++ kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/grafana HelmRelease: monitoring/grafana

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

     spec:
       chart: grafana
       sourceRef:
         kind: HelmRepository
         name: grafana
         namespace: flux-system
-      version: 10.5.4
+      version: 10.5.5
   dependsOn:
   - name: kube-prometheus-stack
     namespace: monitoring
   install:
     crds: CreateReplace
     remediation:

@shipwasher shipwasher bot merged commit a6d0fd8 into main Jan 10, 2026
13 checks passed
@shipwasher shipwasher bot deleted the renovate/grafana-10.x branch January 10, 2026 06:40
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/helm type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants