Skip to content

chore(deps): update ghcr.io/grafana/helm-charts/grafana-operator docker tag to v5.22.0#3408

Merged
LucaDev merged 1 commit intomainfrom
renovate/ghcr.io-grafana-helm-charts-grafana-operator-5.x
Feb 24, 2026
Merged

chore(deps): update ghcr.io/grafana/helm-charts/grafana-operator docker tag to v5.22.0#3408
LucaDev merged 1 commit intomainfrom
renovate/ghcr.io-grafana-helm-charts-grafana-operator-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/grafana/helm-charts/grafana-operator minor 5.21.45.22.0

Warning

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


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.

@lucadevbot
Copy link

lucadevbot bot commented Feb 24, 2026

--- apps/monitoring/grafana/app Kustomization: flux-system/grafana-operator OCIRepository: monitoring/grafana-operator

+++ apps/monitoring/grafana/app Kustomization: flux-system/grafana-operator OCIRepository: monitoring/grafana-operator

@@ -10,9 +10,9 @@

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

@lucadevbot
Copy link

lucadevbot bot commented Feb 24, 2026

--- HelmRelease: monitoring/grafana-operator ClusterRole: monitoring/grafana-operator

+++ HelmRelease: monitoring/grafana-operator ClusterRole: monitoring/grafana-operator

@@ -24,45 +24,30 @@

   - get
   - list
   - patch
   - update
   - watch
 - apiGroups:
-  - ''
-  resources:
-  - events
-  verbs:
-  - create
-  - get
-  - list
-  - patch
-  - watch
-- apiGroups:
   - apps
   resources:
   - deployments
   verbs:
   - create
   - delete
   - get
   - list
   - patch
   - update
   - watch
 - apiGroups:
-  - coordination.k8s.io
+  - events.k8s.io
   resources:
-  - leases
+  - events
   verbs:
   - create
-  - delete
-  - get
-  - list
   - patch
-  - update
-  - watch
 - apiGroups:
   - gateway.networking.k8s.io
   resources:
   - httproutes
   verbs:
   - create
--- HelmRelease: monitoring/grafana-operator ClusterRoleBinding: monitoring/grafana-operator

+++ HelmRelease: monitoring/grafana-operator ClusterRoleBinding: monitoring/grafana-operator

@@ -6,15 +6,15 @@

   labels:
     app.kubernetes.io/name: grafana-operator
     app.kubernetes.io/instance: grafana-operator
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: grafana-operator
     app.kubernetes.io/component: operator
+roleRef:
+  kind: ClusterRole
+  name: grafana-operator
+  apiGroup: rbac.authorization.k8s.io
 subjects:
 - kind: ServiceAccount
   name: grafana-operator
   namespace: monitoring
-roleRef:
-  kind: ClusterRole
-  name: grafana-operator
-  apiGroup: rbac.authorization.k8s.io
 
--- HelmRelease: monitoring/grafana-operator Deployment: monitoring/grafana-operator

+++ HelmRelease: monitoring/grafana-operator Deployment: monitoring/grafana-operator

@@ -33,17 +33,17 @@

           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
-        image: ghcr.io/grafana/grafana-operator:v5.21.4
+        image: ghcr.io/grafana/grafana-operator:v5.22.0
         imagePullPolicy: IfNotPresent
         env:
         - name: WATCH_NAMESPACE
-          value: null
+          value: ''
         - name: WATCH_NAMESPACE_SELECTOR
           value: ''
         - name: WATCH_LABEL_SELECTORS
           value: ''
         - name: ENFORCE_CACHE_LABELS
           value: safe
--- HelmRelease: monitoring/grafana-operator Role: monitoring/grafana-operator-leases

+++ HelmRelease: monitoring/grafana-operator Role: monitoring/grafana-operator-leases

@@ -0,0 +1,26 @@

+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: Role
+metadata:
+  namespace: monitoring
+  name: grafana-operator-leases
+  labels:
+    app.kubernetes.io/name: grafana-operator
+    app.kubernetes.io/instance: grafana-operator
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/part-of: grafana-operator
+    app.kubernetes.io/component: operator
+rules:
+- apiGroups:
+  - coordination.k8s.io
+  resources:
+  - leases
+  verbs:
+  - get
+  - list
+  - watch
+  - create
+  - update
+  - patch
+  - delete
+
--- HelmRelease: monitoring/grafana-operator RoleBinding: monitoring/grafana-operator-leases

+++ HelmRelease: monitoring/grafana-operator RoleBinding: monitoring/grafana-operator-leases

@@ -0,0 +1,21 @@

+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: RoleBinding
+metadata:
+  name: grafana-operator-leases
+  namespace: monitoring
+  labels:
+    app.kubernetes.io/name: grafana-operator
+    app.kubernetes.io/instance: grafana-operator
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/part-of: grafana-operator
+    app.kubernetes.io/component: operator
+subjects:
+- kind: ServiceAccount
+  name: grafana-operator
+  namespace: monitoring
+roleRef:
+  apiGroup: rbac.authorization.k8s.io
+  kind: Role
+  name: grafana-operator-leases
+

@LucaDev LucaDev merged commit a436b1d into main Feb 24, 2026
2 checks passed
@renovate renovate bot deleted the renovate/ghcr.io-grafana-helm-charts-grafana-operator-5.x branch February 24, 2026 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant