Skip to content

feat(container): update ghcr.io/dragonflydb/dragonfly-operator/helm/dragonfly-operator ( v1.4.0 ➔ v1.5.0 )#394

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-dragonflydb-dragonfly-operator-helm-dragonfly-operator-1.x
Open

feat(container): update ghcr.io/dragonflydb/dragonfly-operator/helm/dragonfly-operator ( v1.4.0 ➔ v1.5.0 )#394
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-dragonflydb-dragonfly-operator-helm-dragonfly-operator-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 19, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/dragonflydb/dragonfly-operator/helm/dragonfly-operator minor v1.4.0v1.5.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.

…ragonfly-operator ( v1.4.0 ➔ v1.5.0 )

| datasource | package                                                        | from   | to     |
| ---------- | -------------------------------------------------------------- | ------ | ------ |
| docker     | ghcr.io/dragonflydb/dragonfly-operator/helm/dragonfly-operator | v1.4.0 | v1.5.0 |
@kreigan-assistant
Copy link
Copy Markdown

--- HelmRelease: database/dragonfly-operator ClusterRole: database/dragonfly-operator-manager-role

+++ HelmRelease: database/dragonfly-operator ClusterRole: database/dragonfly-operator-manager-role

@@ -64,12 +64,24 @@

   - get
   - list
   - patch
   - update
   - watch
 - apiGroups:
+  - networking.k8s.io
+  resources:
+  - networkpolicies
+  verbs:
+  - create
+  - delete
+  - get
+  - list
+  - patch
+  - update
+  - watch
+- apiGroups:
   - dragonflydb.io
   resources:
   - dragonflies
   verbs:
   - create
   - delete
--- HelmRelease: database/dragonfly-operator Deployment: database/dragonfly-operator

+++ HelmRelease: database/dragonfly-operator Deployment: database/dragonfly-operator

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

         - /manager
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
-        image: docker.dragonflydb.io/dragonflydb/operator:v1.4.0
+        image: docker.dragonflydb.io/dragonflydb/operator:v1.5.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15

@kreigan-assistant
Copy link
Copy Markdown

--- kubernetes/apps/database/dragonfly/operator Kustomization: database/dragonfly-operator OCIRepository: database/dragonfly-operator

+++ kubernetes/apps/database/dragonfly/operator Kustomization: database/dragonfly-operator OCIRepository: database/dragonfly-operator

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

 spec:
   interval: 1h
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: v1.4.0
+    tag: v1.5.0
   url: oci://ghcr.io/dragonflydb/dragonfly-operator/helm/dragonfly-operator
 
--- kubernetes/apps/observability/kube-prometheus-stack/app Kustomization: observability/kube-prometheus-stack OCIRepository: observability/kube-prometheus-stack

+++ kubernetes/apps/observability/kube-prometheus-stack/app Kustomization: observability/kube-prometheus-stack OCIRepository: observability/kube-prometheus-stack

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

 spec:
   interval: 10m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 82.12.0
+    tag: 82.11.0
   url: oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack
 

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.

0 participants