rwlove / home-ops

Lovenet Cluster Configuration
https://rwlove.github.io/home-ops/
8 stars 0 forks source link

fix(helm): update chart grafana to 8.5.1 #7135

Closed rosey-the-renovator-bot[bot] closed 1 week ago

rosey-the-renovator-bot[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
grafana (source) patch 8.5.0 -> 8.5.1

Release Notes

grafana/helm-charts (grafana) ### [`v8.5.1`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-8.5.1) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-8.5.0...grafana-8.5.1) The leading tool for querying and visualizing time series and metrics. #### What's Changed - \[grafana] Update to 11.2.0 by [@​LarsStegman](https://redirect.github.com/LarsStegman) in [https://github.com/grafana/helm-charts/pull/3299](https://redirect.github.com/grafana/helm-charts/pull/3299) #### New Contributors - [@​LarsStegman](https://redirect.github.com/LarsStegman) made their first contribution in [https://github.com/grafana/helm-charts/pull/3299](https://redirect.github.com/grafana/helm-charts/pull/3299) **Full Changelog**: https://github.com/grafana/helm-charts/compare/helm-loki-6.11.0...grafana-8.5.1

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.



This PR has been generated by Renovate Bot.

rosey-the-renovator-bot[bot] commented 1 week ago
--- HelmRelease: monitoring/grafana Deployment: monitoring/grafana

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

@@ -20,15 +20,15 @@

   template:
     metadata:
       labels:
         app.kubernetes.io/name: grafana
         app.kubernetes.io/instance: grafana
       annotations:
-        checksum/dashboards-json-config: 7f51ec5e5b5a41224676288201867cf52026468e0de6c83def7a11ab75e4f2bd
+        checksum/dashboards-json-config: 6318e956c35adb0eb9142ded59c26fe3d15dc3774b5422ce5b3a82d4bede3d35
         checksum/sc-dashboard-provider-config: e70bf6a851099d385178a76de9757bb0bef8299da6d8443602590e44f05fdf24
-        checksum/secret: 08c67a11df8fe9a07b5081d3d6febe4df54c0eaaf14fdc42450bdf14990cc5f9
+        checksum/secret: 0200103d615727679386774ff9ddd9f5feb9f75c9fe73ca65f3adc9d77db707c
         kubectl.kubernetes.io/default-container: grafana
         configmap.reloader.stakater.com/reload: grafana-config-dashboards,grafana-dashboards-default,*app
         secret.reloader.stakater.com/reload: grafana-secret
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
@@ -142,13 +142,13 @@

           seccompProfile:
             type: RuntimeDefault
         volumeMounts:
         - name: sc-datasources-volume
           mountPath: /etc/grafana/provisioning/datasources
       - name: grafana
-        image: docker.io/grafana/grafana:11.1.5
+        image: docker.io/grafana/grafana:11.2.0
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
rosey-the-renovator-bot[bot] commented 1 week ago
--- kubernetes/main/apps/monitoring/grafana/app Kustomization: flux-system/monitoring-grafana HelmRelease: monitoring/grafana

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

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

     spec:
       chart: grafana
       sourceRef:
         kind: HelmRepository
         name: grafana-charts
         namespace: flux-system
-      version: 8.5.0
+      version: 8.5.1
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 3