Compare commits

..

No commits in common. "cf19e4dcc04c5f1ca442e294581058ff512e1e53" and "03336911f12561eb62587111bef7a4a02e4ce2b7" have entirely different histories.

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.8
tag: v1.1.7
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.8/manifests/crd.yaml
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.7/manifests/crd.yaml
- ./helmrelease.yaml
- ./rbac.yaml