⬆️ Update Dragonfly Operator group ( v1.1.9 → v1.1.10 )

| datasource      | package                        | from   | to      |
| --------------- | ------------------------------ | ------ | ------- |
| github-releases | dragonflydb/dragonfly-operator | v1.1.9 | v1.1.10 |
| docker          | ghcr.io/dragonflydb/operator   | v1.1.9 | v1.1.10 |
This commit is contained in:
feisar-bot[bot]
2025-03-03 08:25:51 +00:00
committed by auricom
parent 3a0a552e6a
commit 8dd06762b0
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/dragonflydb/operator repository: ghcr.io/dragonflydb/operator
tag: v1.1.9@sha256:a6cc77aa5b2ecd1c6b18e2c91a9c6ca7891ad7fe9c4e60deae660dfac1b33610 tag: v1.1.10@sha256:3668b8ab7017b81b8b9747424f34ee3c583008c597855e068534cadad366326f
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.9/manifests/crd.yaml - https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.10/manifests/crd.yaml
- ./helmrelease.yaml - ./helmrelease.yaml
- ./rbac.yaml - ./rbac.yaml