Merge pull request 'Update Dragonfly Operator group to v1.1.8 (patch)' (#850) from renovate/patch-dragonfly-operator into main

Reviewed-on: #850
This commit is contained in:
Joseph Hanson 2024-11-15 16:50:33 -06:00
commit cf19e4dcc0
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