onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

fix(helm): update grafana ( 8.3.6 β†’ 8.3.7 ) #7941

Closed bot-ross[bot] closed 2 months ago

bot-ross[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
grafana (source) patch 8.3.6 -> 8.3.7

Release Notes

grafana/helm-charts (grafana) ### [`v8.3.7`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.3.7) [Compare Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.3.6...grafana-8.3.7) The leading tool for querying and visualizing time series and metrics. #### What's Changed - \[grafana] fix: do not create pvc manually when useStatefulSet by [@​fengxsong](https://togithub.com/fengxsong) in [https://github.com/grafana/helm-charts/pull/3244](https://togithub.com/grafana/helm-charts/pull/3244) #### New Contributors - [@​fengxsong](https://togithub.com/fengxsong) made their first contribution in [https://github.com/grafana/helm-charts/pull/3244](https://togithub.com/grafana/helm-charts/pull/3244) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-agent-operator-0.4.1...grafana-8.3.7

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.

bot-ross[bot] commented 2 months ago
--- HelmRelease: observability/grafana Deployment: observability/grafana

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

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

   template:
     metadata:
       labels:
         app.kubernetes.io/name: grafana
         app.kubernetes.io/instance: grafana
       annotations:
-        checksum/dashboards-json-config: ae01f04d396fea3308680cac7978d71ef8d662d2d1511bd9f9b0a19cb42ea296
+        checksum/dashboards-json-config: cc609c71ee09c2a636848bbcdeb267bbafe870a205d44ec7b571a6ade3df815e
         checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       securityContext:
bot-ross[bot] commented 2 months ago
--- kubernetes/main/apps/observability/grafana/app Kustomization: flux-system/grafana HelmRelease: observability/grafana

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

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

     spec:
       chart: grafana
       sourceRef:
         kind: HelmRepository
         name: grafana
         namespace: flux-system
-      version: 8.3.6
+      version: 8.3.7
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true