Skip to content

Comments

feat(container): update image ghcr.io/grafana/helm-charts/grafana ( 9.3.4 ➔ 9.4.4 )#3309

Merged
binaryn3xus merged 2 commits intomainfrom
renovate/grafana-monorepo
Sep 4, 2025
Merged

feat(container): update image ghcr.io/grafana/helm-charts/grafana ( 9.3.4 ➔ 9.4.4 )#3309
binaryn3xus merged 2 commits intomainfrom
renovate/grafana-monorepo

Conversation

@unsc-oni-ancilla
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/grafana/helm-charts/grafana (source) minor 9.3.4 -> 9.4.4

Release Notes

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

v9.4.3: 9.4.3 (2023-03-02)

Compare Source

Download page
What's new highlights

Bug fixes
  • Alerting: Use background context for maintenance function. #​64065, @​yuri-tceretian
  • Report Settings: Fix URL validation. (Enterprise)

v9.4.2: 9.4.2 (2023-03-02)

Compare Source

Download page
What's new highlights

Bug fixes

v9.4.1: (2023-02-28)

Compare Source

Download page
What's new highlights

v9.4.0: 9.4.0 (2023-02-03)

Compare Source

Download page
What's new highlights

v9.3.6: 9.3.6 (2023-01-26)

Download page
What's new highlights

Bug fixes
  • QueryEditorRow: Fixes issue loading query editor when data source variable selected. #​61927, @​torkelo

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

@unsc-oni-ancilla unsc-oni-ancilla bot added renovate/container type/minor area/kubernetes Changes made in the kubernetes directory labels Sep 4, 2025
@unsc-oni-ancilla
Copy link
Contributor Author

--- 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: 9.3.4
+    tag: 9.4.4
   url: oci://ghcr.io/grafana/helm-charts/grafana
 

@unsc-oni-ancilla
Copy link
Contributor Author

--- 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: 795657ba9e2949a4ec971665997a88c4e37fdd5ced53e980cd7a68fff5387169
+        checksum/dashboards-json-config: 00ed39162ebe102c02e87e27f77d1694d5bffcd2ec97fd1dd6aedbc150910fa9
         checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       shareProcessNamespace: false
@@ -57,13 +57,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.3
+        image: quay.io/kiwigrid/k8s-sidecar:1.30.10
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: grafana_dashboard
@@ -97,13 +97,13 @@

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

           seccompProfile:
             type: RuntimeDefault
         volumeMounts:
         - name: sc-datasources-volume
           mountPath: /etc/grafana/provisioning/datasources
       - name: grafana
-        image: docker.io/grafana/grafana:12.1.0
+        image: docker.io/grafana/grafana:12.1.1
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

@unsc-oni-ancilla
Copy link
Contributor Author

--- 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: 9.3.4
+    tag: 9.4.4
   url: oci://ghcr.io/grafana/helm-charts/grafana
 

@unsc-oni-ancilla
Copy link
Contributor Author

--- 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: 795657ba9e2949a4ec971665997a88c4e37fdd5ced53e980cd7a68fff5387169
+        checksum/dashboards-json-config: 00ed39162ebe102c02e87e27f77d1694d5bffcd2ec97fd1dd6aedbc150910fa9
         checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       shareProcessNamespace: false
@@ -57,13 +57,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.3
+        image: quay.io/kiwigrid/k8s-sidecar:1.30.10
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: grafana_dashboard
@@ -97,13 +97,13 @@

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

           seccompProfile:
             type: RuntimeDefault
         volumeMounts:
         - name: sc-datasources-volume
           mountPath: /etc/grafana/provisioning/datasources
       - name: grafana
-        image: docker.io/grafana/grafana:12.1.0
+        image: docker.io/grafana/grafana:12.1.1
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

@binaryn3xus binaryn3xus merged commit 3988944 into main Sep 4, 2025
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/grafana-monorepo branch September 4, 2025 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant