Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): update grafana ( 8.9.0 → 8.9.1 ) #6367

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2025

This PR contains the following updates:

Package Update Change
grafana (source) patch 8.9.0 -> 8.9.1

Release Notes

grafana/helm-charts (grafana)

v8.9.1

The leading tool for querying and visualizing time series and metrics.

What's Changed

Full Changelog: grafana/helm-charts@helm-loki-6.26.0...grafana-8.9.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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from coolguy1771 as a code owner February 14, 2025 14:08
@lumiere-bot lumiere-bot bot force-pushed the renovate/kyak-grafana-8.x branch from b9c3f51 to d20a739 Compare February 14, 2025 14:08
@lumiere-bot lumiere-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/kyak labels Feb 14, 2025
@lumiere-bot
Copy link
Contributor

lumiere-bot bot commented Feb 14, 2025

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

+++ kubernetes/kyak/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.9.0
+      version: 8.10.0
   dependsOn:
   - name: kube-prometheus-stack
     namespace: monitoring
   - name: loki
     namespace: monitoring
   install:

@lumiere-bot
Copy link
Contributor

lumiere-bot bot commented Feb 14, 2025

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

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

@@ -19,19 +19,20 @@

   template:
     metadata:
       labels:
         app.kubernetes.io/name: grafana
         app.kubernetes.io/instance: grafana
       annotations:
-        checksum/dashboards-json-config: 3c57e0f6b9b035e866226f32798b7b9cee9132b5c9fd2cb48b2b3db47d898dfd
+        checksum/dashboards-json-config: 03e9ac073d459513133ff504c412277eeb718c43ac3c0a6c6beadfeaba1384f8
         checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
-        checksum/secret: a0477977bca674a26809657d1a9c2cbb77c774b29ad40606608ebf711199591b
+        checksum/secret: 0bac515ce410644e21d54031d48381ef0556ddead4e68755f0e846e5af42207d
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
+      shareProcessNamespace: false
       securityContext:
         fsGroup: 472
         runAsGroup: 472
         runAsNonRoot: true
         runAsUser: 472
       initContainers:
@@ -62,13 +63,13 @@

             name: grafana-secret
         image: ghcr.io/onedr0p/postgres-init:16
         name: 01-init-db
       enableServiceLinks: true
       containers:
       - name: grafana-sc-dashboard
-        image: quay.io/kiwigrid/k8s-sidecar:1.28.0
+        image: quay.io/kiwigrid/k8s-sidecar:1.30.0
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: grafana_dashboard
@@ -102,13 +103,13 @@

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

@lumiere-bot lumiere-bot bot force-pushed the renovate/kyak-grafana-8.x branch from d20a739 to a80faa8 Compare February 14, 2025 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants