martinohmann / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
MIT License
5 stars 0 forks source link

fix(helm): update grafana ( 8.2.0 → 8.2.1 ) #1057

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Update Change
grafana (source) patch 8.2.0 -> 8.2.1

Release Notes

grafana/helm-charts (grafana) ### [`v8.2.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.2.1) [Compare Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.2.0...grafana-8.2.1) The leading tool for querying and visualizing time series and metrics. #### What's Changed - \[grafana] Update Grafana to 11.1.0 by [@​sboulkour](https://togithub.com/sboulkour) in [https://github.com/grafana/helm-charts/pull/3191](https://togithub.com/grafana/helm-charts/pull/3191) #### New Contributors - [@​sboulkour](https://togithub.com/sboulkour) made their first contribution in [https://github.com/grafana/helm-charts/pull/3191](https://togithub.com/grafana/helm-charts/pull/3191) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-8.2.0...grafana-8.2.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 Mend Renovate. View repository job log here.

github-actions[bot] commented 1 week ago

kustomization changes in kubernetes/main

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

+++ kubernetes/main/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: 8.2.0
+      version: 8.2.1
   install:
     remediation:
       retries: 3
   interval: 2h
   maxHistory: 2
   uninstall:
github-actions[bot] commented 1 week ago

helmrelease changes in kubernetes/main

--- HelmRelease: monitoring/grafana Deployment: monitoring/grafana

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

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

   template:
     metadata:
       labels:
         app.kubernetes.io/name: grafana
         app.kubernetes.io/instance: grafana
       annotations:
-        checksum/dashboards-json-config: d8cc4082d77ed62a58c390a76b66aba9b1629844f921b5a7f6c00d9150965c47
+        checksum/dashboards-json-config: d82da4b58531c75d023b3c3d89de17011c91a4143cd7d8e4ebe54faaab6458a7
         checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       securityContext:
@@ -140,13 +140,13 @@

           seccompProfile:
             type: RuntimeDefault
         volumeMounts:
         - name: sc-datasources-volume
           mountPath: /etc/grafana/provisioning/datasources
       - name: grafana
-        image: docker.io/grafana/grafana:11.0.0
+        image: docker.io/grafana/grafana:11.1.0
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL