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

| datasource      | package                        | from   | to     |
| --------------- | ------------------------------ | ------ | ------ |
| github-releases | dragonflydb/dragonfly-operator | v1.1.7 | v1.1.8 |
| docker          | ghcr.io/dragonflydb/operator   | v1.1.7 | v1.1.8 |
This commit is contained in:
feisar-bot[bot]
2024-11-11 19:15:42 +00:00
committed by auricom
parent 28f57f41e2
commit 98365f6029
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ spec:
app:
image:
repository: ghcr.io/dragonflydb/operator
tag: v1.1.7@sha256:e702d917e7c52f15519253c21caec99a17c35eb280fbf10a7e72ca539d44e307
tag: v1.1.8@sha256:5e0ebd5d58066499fb19ea4102531972401f2a6100fc9f4dbc45284c4175de82
command: [/manager]
args:
- --health-probe-bind-address=:8081

View File

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