Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2025

This PR contains the following updates:

Package Update Change
grafana (source) major 9.4.510.4.3

Release Notes

grafana/helm-charts (grafana)

v10.4.3

Compare Source

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

What's Changed

  • [grafana] Set proper server.domain in grafana.ini even if Gateway API is used by @​kofuk in #​4067

New Contributors

Full Changelog: grafana/helm-charts@grafana-10.4.2...grafana-10.4.3

v10.4.2

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@grafana-10.4.1...grafana-10.4.2

v10.4.1

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@enterprise-logs-2.5.1...grafana-10.4.1

v10.4.0

Compare Source

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

What's Changed

  • [grafana] Fix route template linebreaks and add https redirect support by @​guoard in #​4055

New Contributors

Full Changelog: grafana/helm-charts@beyla-1.10.3...grafana-10.4.0

v10.3.2

Compare Source

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

What's Changed
New Contributors

Full Changelog: grafana/helm-charts@grafana-operator-5.21.2...grafana-10.3.2

v10.3.1

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@beyla-1.10.1...grafana-10.3.1

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

v10.1.4

Compare Source

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

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@grafana-10.1.3...grafana-10.1.4

v10.1.3

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@tempo-distributed-1.52.3...grafana-10.1.3

v10.1.2

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@grafana-mcp-0.2.0...grafana-10.1.2

v10.1.1

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@tempo-distributed-1.48.1...grafana-10.1.1

v10.1.0

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@k8s-monitoring-3.5.3...grafana-10.1.0

v10.0.0

Compare Source

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

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@grafana-cloud-onboarding-0.3.0...grafana-10.0.0


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.

@github-actions
Copy link

github-actions bot commented Sep 16, 2025

Path: main/monitoring/grafana
Version: 9.4.5 -> 10.4.3

--- /tmp/tmp.6JI0CUJf5A	2025-12-31 13:55:27.862634260 +0000
+++ /tmp/tmp.Kkcvu1TcxI	2025-12-31 13:55:29.649665861 +0000
@@ -18,7 +18,7 @@
 data:
 
   admin-user: "YWRtaW4="
-  admin-password: "ZWs3OUV5cWROOEdaQzhmaFJTcmxRNTdiOGZKSkMybmhpT0Z6dWJzWg=="
+  admin-password: "aWFtZnBWZGh3VlRYdDVnUFA0UGtIQ2ppTTFWYkJiZmswbWRPcFQwdQ=="
   ldap-toml: ""
 
 ---
@@ -84,7 +84,7 @@
     plugins = /var/lib/grafana/plugins
     provisioning = /etc/grafana/provisioning
     [server]
-    domain = ''
+    domain = grafana.rsr.net
   datasources.yaml: |
     apiVersion: 1
     datasources:
@@ -871,7 +871,7 @@
       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
@@ -898,6 +898,8 @@
               value: http://localhost:3000/api/admin/provisioning/dashboards/reload
             - name: REQ_METHOD
               value: POST
+            - name: REQ_SKIP_INIT
+              value: "true"
           securityContext:
             allowPrivilegeEscalation: false
             capabilities:
@@ -909,7 +911,7 @@
             - 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
@@ -936,6 +938,8 @@
               value: http://localhost:3000/api/admin/provisioning/datasources/reload
             - name: REQ_METHOD
               value: POST
+            - name: REQ_SKIP_INIT
+              value: "true"
           securityContext:
             allowPrivilegeEscalation: false
             capabilities:
@@ -947,7 +951,7 @@
             - name: sc-datasources-volume
               mountPath: "/etc/grafana/provisioning/datasources"
         - name: grafana
-          image: "docker.io/grafana/grafana:12.1.1"
+          image: "docker.io/grafana/grafana:12.3.1"
           imagePullPolicy: IfNotPresent
           securityContext:
             allowPrivilegeEscalation: false
@@ -1056,13 +1060,13 @@
             failureThreshold: 10
             httpGet:
               path: /api/health
-              port: 3000
+              port: grafana
             initialDelaySeconds: 60
             timeoutSeconds: 30
           readinessProbe:
             httpGet:
               path: /api/health
-              port: 3000
+              port: grafana
       volumes:
         - name: config
           configMap:

@renovate renovate bot changed the title feat(helm)!: Update chart grafana ( 9.4.5 → 10.0.0 ) feat(helm)!: Update chart grafana ( 9.4.5 → 10.1.0 ) Oct 10, 2025
@renovate renovate bot force-pushed the renovate/grafana-10.x branch from fd4bee5 to ae1ad15 Compare October 10, 2025 16:35
@renovate renovate bot changed the title feat(helm)!: Update chart grafana ( 9.4.5 → 10.1.0 ) feat(helm)!: Update chart grafana ( 9.4.5 → 10.1.1 ) Oct 15, 2025
@renovate renovate bot force-pushed the renovate/grafana-10.x branch from ae1ad15 to 6020281 Compare October 15, 2025 17:46
@renovate renovate bot changed the title feat(helm)!: Update chart grafana ( 9.4.5 → 10.1.1 ) feat(helm)!: Update chart grafana ( 9.4.5 → 10.1.2 ) Oct 18, 2025
@renovate renovate bot force-pushed the renovate/grafana-10.x branch from 6020281 to 4659d1e Compare October 18, 2025 13:53
@renovate renovate bot changed the title feat(helm)!: Update chart grafana ( 9.4.5 → 10.1.2 ) feat(helm)!: Update chart grafana ( 9.4.5 → 10.1.4 ) Oct 30, 2025
@renovate renovate bot force-pushed the renovate/grafana-10.x branch from 4659d1e to 343e494 Compare October 30, 2025 03:51
@renovate renovate bot changed the title feat(helm)!: Update chart grafana ( 9.4.5 → 10.1.4 ) feat(helm)!: Update chart grafana ( 9.4.5 → 10.1.5 ) Nov 19, 2025
@renovate renovate bot force-pushed the renovate/grafana-10.x branch from 343e494 to de38f46 Compare November 19, 2025 17:30
@renovate renovate bot changed the title feat(helm)!: Update chart grafana ( 9.4.5 → 10.1.5 ) feat(helm)!: Update chart grafana ( 9.4.5 → 10.2.0 ) Nov 21, 2025
@renovate renovate bot force-pushed the renovate/grafana-10.x branch from de38f46 to b7a9527 Compare November 21, 2025 13:43
@renovate renovate bot changed the title feat(helm)!: Update chart grafana ( 9.4.5 → 10.2.0 ) feat(helm)!: Update chart grafana ( 9.4.5 → 10.3.0 ) Dec 1, 2025
@renovate renovate bot force-pushed the renovate/grafana-10.x branch from b7a9527 to 4e32e3e Compare December 1, 2025 15:56
@renovate renovate bot changed the title feat(helm)!: Update chart grafana ( 9.4.5 → 10.3.0 ) feat(helm)!: Update chart grafana ( 9.4.5 → 10.3.1 ) Dec 11, 2025
@renovate renovate bot force-pushed the renovate/grafana-10.x branch from 4e32e3e to 1800ed5 Compare December 11, 2025 13:58
@renovate renovate bot changed the title feat(helm)!: Update chart grafana ( 9.4.5 → 10.3.1 ) feat(helm)!: Update chart grafana ( 9.4.5 → 10.3.2 ) Dec 17, 2025
@renovate renovate bot force-pushed the renovate/grafana-10.x branch from 1800ed5 to 7ecd67e Compare December 17, 2025 14:40
@renovate renovate bot changed the title feat(helm)!: Update chart grafana ( 9.4.5 → 10.3.2 ) feat(helm)!: Update chart grafana ( 9.4.5 → 10.4.0 ) Dec 18, 2025
@renovate renovate bot force-pushed the renovate/grafana-10.x branch from 7ecd67e to b8c86ba Compare December 18, 2025 14:41
@renovate renovate bot changed the title feat(helm)!: Update chart grafana ( 9.4.5 → 10.4.0 ) feat(helm)!: Update chart grafana ( 9.4.5 → 10.4.1 ) Dec 29, 2025
@renovate renovate bot force-pushed the renovate/grafana-10.x branch 2 times, most recently from a97b0fb to dff6dc2 Compare December 30, 2025 18:54
@renovate renovate bot changed the title feat(helm)!: Update chart grafana ( 9.4.5 → 10.4.1 ) feat(helm)!: Update chart grafana ( 9.4.5 → 10.4.2 ) Dec 30, 2025
| datasource | package | from  | to     |
| ---------- | ------- | ----- | ------ |
| helm       | grafana | 9.4.5 | 10.4.3 |


Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/grafana-10.x branch from dff6dc2 to 0a669d3 Compare December 31, 2025 13:54
@renovate renovate bot changed the title feat(helm)!: Update chart grafana ( 9.4.5 → 10.4.2 ) feat(helm)!: Update chart grafana ( 9.4.5 → 10.4.3 ) Dec 31, 2025
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