⬆️ Update Dragonfly Operator group ( v1.1.11 → v1.2.0 ) (#7326)

Co-authored-by: feisar-bot[bot] <98277827+feisar-bot[bot]@users.noreply.github.com>
This commit is contained in:
feisar-bot[bot]
2025-08-20 09:31:05 +02:00
committed by GitHub
parent c579fcecd2
commit c591d151c5
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/dragonflydb/operator repository: ghcr.io/dragonflydb/operator
tag: v1.1.11@sha256:11cef45ec1079b9d97930fc99ecd08ba29d4eca55cdb45887cb0ac40ee4e4d24 tag: v1.2.0@sha256:8c3d35bc7a7fc3f08e90b963f0bf39a585f8bce08110ded01e35e73baf4f7b57
command: [/manager] command: [/manager]
args: args:
- --health-probe-bind-address=:8081 - --health-probe-bind-address=:8081

View File

@@ -4,6 +4,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
# renovate: datasource=github-releases depName=dragonflydb/dragonfly-operator # renovate: datasource=github-releases depName=dragonflydb/dragonfly-operator
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.11/manifests/crd.yaml - https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.2.0/manifests/crd.yaml
- ./helmrelease.yaml - ./helmrelease.yaml
- ./rbac.yaml - ./rbac.yaml