haraldkoch / kochhaus-home

Experimental homelab configuration for running things on kubernetes
MIT License
114 stars 14 forks source link

fix(helm): update grafana ( 8.5.3 ā†’ 8.5.5 ) [main] #5622

Closed doug-piranha-bot[bot] closed 2 days ago

doug-piranha-bot[bot] commented 3 days ago

This PR contains the following updates:

Package Update Change
grafana (source) patch 8.5.3 -> 8.5.5

Release Notes

grafana/helm-charts (grafana) ### [`v8.5.5`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-8.5.5) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-8.5.4...grafana-8.5.5) The leading tool for querying and visualizing time series and metrics. #### What's Changed - \[grafana] Replicas could be 0 [#​3337](https://redirect.github.com/grafana/helm-charts/issues/3337) by [@​ramon951](https://redirect.github.com/ramon951) in [https://github.com/grafana/helm-charts/pull/3343](https://redirect.github.com/grafana/helm-charts/pull/3343) #### New Contributors - [@​ramon951](https://redirect.github.com/ramon951) made their first contribution in [https://github.com/grafana/helm-charts/pull/3343](https://redirect.github.com/grafana/helm-charts/pull/3343) **Full Changelog**: https://github.com/grafana/helm-charts/compare/tempo-distributed-1.18.4...grafana-8.5.5 ### [`v8.5.4`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-8.5.4) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-8.5.3...grafana-8.5.4) The leading tool for querying and visualizing time series and metrics. #### What's Changed - \[grafana] chore: bump k8s-sidecar to 1.28.0 by [@​mlflr](https://redirect.github.com/mlflr) in [https://github.com/grafana/helm-charts/pull/3348](https://redirect.github.com/grafana/helm-charts/pull/3348) #### New Contributors - [@​mlflr](https://redirect.github.com/mlflr) made their first contribution in [https://github.com/grafana/helm-charts/pull/3348](https://redirect.github.com/grafana/helm-charts/pull/3348) **Full Changelog**: https://github.com/grafana/helm-charts/compare/mimir-distributed-5.5.0...grafana-8.5.4

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.

doug-piranha-bot[bot] commented 3 days ago
--- 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.5.3
+      version: 8.5.5
   dependsOn:
   - name: authelia
     namespace: security
   - name: kube-prometheus-stack
     namespace: monitoring
   - name: loki
doug-piranha-bot[bot] commented 3 days 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: 5c4e5cfbba95e0b00d88e3069c3d0235838b1eba9d92326bbe2dc6338eccd3d5
+        checksum/dashboards-json-config: 896cf1be8654e0ea426d48a22df865fcca43e04fe664aaf8efe58fd28c82dd28
         checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
-        checksum/secret: c3b65ef98e9f7947721ee6ac2eddc76797a9d1068bc6d9e0a4698c1e4c1a4296
+        checksum/secret: 3beef04101ba55599bee1272d5d5576d1c43fbc08f31df491b092a52e2c9f73d
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       securityContext:
         fsGroup: 472
@@ -63,13 +63,13 @@

             name: grafana-secret
         image: ghcr.io/haraldkoch/postgres-init:16.3@sha256:029f24fb1895d03dd80a25a78fa9718521be7c6315980aa305e9ec07f6ccbf67
         name: 01-init-db
       enableServiceLinks: true
       containers:
       - name: grafana-sc-dashboard
-        image: quay.io/kiwigrid/k8s-sidecar:1.27.4
+        image: quay.io/kiwigrid/k8s-sidecar:1.28.0
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: grafana_dashboard
@@ -110,13 +110,13 @@

           seccompProfile:
             type: RuntimeDefault
         volumeMounts:
         - name: sc-dashboard-volume
           mountPath: /tmp/dashboards
       - name: grafana-sc-datasources
-        image: quay.io/kiwigrid/k8s-sidecar:1.27.4
+        image: quay.io/kiwigrid/k8s-sidecar:1.28.0
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: grafana_datasource