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

| datasource      | package                        | from   | to     |
| --------------- | ------------------------------ | ------ | ------ |
| github-releases | dragonflydb/dragonfly-operator | v1.1.8 | v1.1.9 |
| docker          | ghcr.io/dragonflydb/operator   | v1.1.8 | v1.1.9 |
This commit is contained in:
feisar-bot[bot]
2025-02-06 07:17:17 +00:00
committed by auricom
parent 8b0a0c5ce7
commit 05c01b5ff5
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.8@sha256:5e0ebd5d58066499fb19ea4102531972401f2a6100fc9f4dbc45284c4175de82 tag: v1.1.9@sha256:a6cc77aa5b2ecd1c6b18e2c91a9c6ca7891ad7fe9c4e60deae660dfac1b33610
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.8/manifests/crd.yaml - https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.9/manifests/crd.yaml
- ./helmrelease.yaml - ./helmrelease.yaml
- ./rbac.yaml - ./rbac.yaml