Update Dragonfly Operator group to v1.1.8

This commit is contained in:
Smeagol 2024-11-11 19:03:01 +00:00
parent 761690ba5e
commit b5a29cc802
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ spec:
app:
image:
repository: ghcr.io/dragonflydb/operator
tag: v1.1.7
tag: v1.1.8
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