Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2025

This PR contains the following updates:

Package Update Change
grafana (source) minor 10.1.4 -> 10.3.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

grafana/helm-charts (grafana)

v10.3.0

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@tempo-distributed-1.57.0...grafana-10.3.0

v10.2.0

Compare Source

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

What's Changed

  • [grafana] Fix datasources initContainer sidecar and add dashboards initContainer sidecar by @​sthomson-wyn in #​4011

New Contributors

Full Changelog: grafana/helm-charts@grafana-10.1.5...grafana-10.2.0

v10.1.5

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@helm-k6-operator-4.1.1...grafana-10.1.5


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@github-actions
Copy link

github-actions bot commented Nov 23, 2025

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

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

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

     spec:
       chart: grafana
       sourceRef:
         kind: HelmRepository
         name: grafana
         namespace: flux-system
-      version: 10.1.4
+      version: 10.3.0
   dependsOn:
   - name: local-path-provisioner
     namespace: kube-system
   install:
     remediation:
       retries: 3

@renovate renovate bot force-pushed the renovate/grafana-10.x branch from 456c264 to e98e195 Compare December 1, 2025 19:57
@renovate renovate bot changed the title feat(helm): update chart grafana to 10.2.0 feat(helm): update chart grafana to 10.3.0 Dec 1, 2025
@github-actions
Copy link

github-actions bot commented Dec 1, 2025

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

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

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

   template:
     metadata:
       labels:
         app.kubernetes.io/name: grafana
         app.kubernetes.io/instance: grafana
       annotations:
-        checksum/dashboards-json-config: e943bf070af62a4bd95137b59c62f33461d0548160a89e7ce16a9c9ca82dd6ec
+        checksum/dashboards-json-config: 7acd63c1c805896b24f8b105bc74439d48bb70a74b1e49703e5f9c8f5bc6f07d
         checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       shareProcessNamespace: false
@@ -79,13 +79,13 @@

           subPath: download_dashboards.sh
         - name: storage
           mountPath: /var/lib/grafana
       enableServiceLinks: true
       containers:
       - name: grafana-sc-dashboard
-        image: quay.io/kiwigrid/k8s-sidecar:1.30.10
+        image: quay.io/kiwigrid/k8s-sidecar:2.1.2
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: grafana_dashboard
@@ -108,24 +108,26 @@

               name: grafana-admin-secret
               key: admin-password
         - name: REQ_URL
           value: http://localhost:3000/api/admin/provisioning/dashboards/reload
         - name: REQ_METHOD
           value: POST
+        - name: REQ_SKIP_INIT
+          value: 'true'
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           seccompProfile:
             type: RuntimeDefault
         volumeMounts:
         - name: sc-dashboard-volume
           mountPath: /tmp/dashboards
       - name: grafana-sc-datasources
-        image: quay.io/kiwigrid/k8s-sidecar:1.30.10
+        image: quay.io/kiwigrid/k8s-sidecar:2.1.2
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: grafana_datasource
@@ -146,24 +148,26 @@

               name: grafana-admin-secret
               key: admin-password
         - name: REQ_URL
           value: http://localhost:3000/api/admin/provisioning/datasources/reload
         - name: REQ_METHOD
           value: POST
+        - name: REQ_SKIP_INIT
+          value: 'true'
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           seccompProfile:
             type: RuntimeDefault
         volumeMounts:
         - name: sc-datasources-volume
           mountPath: /etc/grafana/provisioning/datasources
       - name: grafana
-        image: docker.io/grafana/grafana:12.2.1
+        image: docker.io/grafana/grafana:12.3.0
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

@renovate renovate bot merged commit 6b6271a into main Dec 1, 2025
3 checks passed
@renovate renovate bot deleted the renovate/grafana-10.x branch December 1, 2025 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant