Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/grafana/helm-charts/grafana (source) patch 10.4.010.4.3

Release Notes

grafana/grafana (ghcr.io/grafana/helm-charts/grafana)

v10.4.3: 10.4.3 (2024-05-13)

Compare Source

Download page
What's new highlights

Features and enhancements
Bug fixes

v10.4.2: 10.4.2 (2024-04-10)

Compare Source

Download page
What's new highlights

Bug fixes

v10.4.1

Compare Source

Bug fixes

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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

--- kubernetes/apps/observability/grafana/app Kustomization: observability/grafana OCIRepository: observability/grafana

+++ kubernetes/apps/observability/grafana/app Kustomization: observability/grafana OCIRepository: observability/grafana

@@ -11,9 +11,9 @@

 spec:
   interval: 5m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 10.4.0
+    tag: 10.4.3
   url: oci://ghcr.io/grafana/helm-charts/grafana
 

@github-actions
Copy link

--- HelmRelease: observability/grafana ConfigMap: observability/grafana

+++ HelmRelease: observability/grafana ConfigMap: observability/grafana

@@ -28,13 +28,13 @@

     [paths]
     data = /var/lib/grafana/
     logs = /var/log/grafana
     plugins = /var/lib/grafana/plugins
     provisioning = /etc/grafana/provisioning
     [server]
-    domain = ''
+    domain = grafana.k8s.merox.dev
   datasources.yaml: |
     apiVersion: 1
     datasources:
     - access: proxy
       isDefault: true
       name: Prometheus
--- HelmRelease: observability/grafana Deployment: observability/grafana

+++ HelmRelease: observability/grafana Deployment: observability/grafana

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

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

           seccompProfile:
             type: RuntimeDefault
         volumeMounts:
         - name: sc-datasources-volume
           mountPath: /etc/grafana/provisioning/datasources
       - name: grafana
-        image: docker.io/grafana/grafana:12.3.0
+        image: docker.io/grafana/grafana:12.3.1
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
@@ -244,19 +244,19 @@

         - name: GF_SERVER_ROOT_URL
           value: https://grafana.k8s.merox.dev
         livenessProbe:
           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:
           name: grafana
       - name: dashboards-default
         configMap:

@renovate renovate bot force-pushed the renovate/grafana-monorepo branch from d88c061 to 7f77334 Compare December 31, 2025 22:05
@meroxdotdev meroxdotdev merged commit de5b320 into main Jan 3, 2026
6 checks passed
@renovate renovate bot deleted the renovate/grafana-monorepo branch January 3, 2026 11:47
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.

2 participants