Skip to content

Conversation

@bot-akira
Copy link
Contributor

@bot-akira bot-akira bot commented Dec 29, 2025

This PR contains the following updates:

Package Update Change
grafana (source) patch 10.4.010.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


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 has been generated by Renovate Bot.

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Dec 29, 2025

--- 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.juno.moe
   datasources.yaml: |
     apiVersion: 1
     datasources:
     - access: proxy
       jsonData:
         implementation: 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: cfc6467480965423acf6f4e45ef344cc824e2c1bba93d37e4e3b38c5f99586dd
+        checksum/dashboards-json-config: 28cc21cacac5085b6e3868f959eba6ecef41240a2052c0b252e520b7077beadb
         checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       shareProcessNamespace: false
@@ -139,13 +139,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
@@ -222,19 +222,19 @@

         - name: GF_SERVER_ROOT_URL
           value: https://grafana.${SECRET_DOMAIN}
         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-ceph
         configMap:

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Dec 29, 2025

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

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

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

     spec:
       chart: grafana
       sourceRef:
         kind: HelmRepository
         name: grafana
         namespace: flux-system
-      version: 10.4.0
+      version: 10.4.3
   install:
     remediation:
       retries: 3
   interval: 1h
   upgrade:
     cleanupOnFail: true

@bot-akira bot-akira bot force-pushed the renovate/grafana-10.x branch from e484465 to b0e5d44 Compare December 30, 2025 16:14
@bot-akira bot-akira bot changed the title fix(helm): update chart grafana (10.4.0 → 10.4.1) fix(helm): update chart grafana (10.4.0 → 10.4.2) Dec 30, 2025
Signed-off-by: bot-akira[bot] <159718293+bot-akira[bot]@users.noreply.github.com>
@bot-akira bot-akira bot force-pushed the renovate/grafana-10.x branch from b0e5d44 to 32dc46b Compare December 31, 2025 10:12
@bot-akira bot-akira bot changed the title fix(helm): update chart grafana (10.4.0 → 10.4.2) fix(helm): update chart grafana (10.4.0 → 10.4.3) Dec 31, 2025
@axeII axeII merged commit 31359de into main Jan 4, 2026
11 checks passed
@bot-akira bot-akira bot deleted the renovate/grafana-10.x branch January 4, 2026 01:02
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