martinohmann / home-ops

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

fix(helm): update grafana ( 8.3.5 β†’ 8.3.6 ) #1148

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

grafana/helm-charts (grafana) ### [`v8.3.6`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-8.3.6) [Compare Source](https://togithub.com/grafana/helm-charts/compare/grafana-8.3.5...grafana-8.3.6) The leading tool for querying and visualizing time series and metrics. #### What's Changed - \[grafana] chore: update k8s-sidecar to 1.27.4 by [@​KyriosGN0](https://togithub.com/KyriosGN0) in [https://github.com/grafana/helm-charts/pull/3232](https://togithub.com/grafana/helm-charts/pull/3232) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-8.3.5...grafana-8.3.6

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 month 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.3.5
+      version: 8.3.6
   install:
     remediation:
       retries: 3
   interval: 2h
   maxHistory: 2
   uninstall:
github-actions[bot] commented 1 month 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: 2a0c221ea7bf0fb3c4fbb4255661b97c066475de06cf985323915607e938b9bf
+        checksum/dashboards-json-config: 334a9650ad9d49d5b642ead54bd6dd638111029c88eaac4abc62cb6ae2ae0e97
         checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       securityContext:
@@ -62,13 +62,13 @@

             name: grafana-secret
         image: ghcr.io/onedr0p/postgres-init:16.3@sha256:8ba3204f6b293dd168766009aae2ce4fa986a29b931c2d30ac1b30238ac750b8
         name: 01-init-db
       enableServiceLinks: true
       containers:
       - name: grafana-sc-dashboard
-        image: quay.io/kiwigrid/k8s-sidecar:1.26.1
+        image: quay.io/kiwigrid/k8s-sidecar:1.27.4
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: grafana_dashboard
@@ -102,13 +102,13 @@

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