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:
commit
cf19e4dcc0
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ spec:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/dragonflydb/operator
|
repository: ghcr.io/dragonflydb/operator
|
||||||
tag: v1.1.7
|
tag: v1.1.8
|
||||||
command: ["/manager"]
|
command: ["/manager"]
|
||||||
args:
|
args:
|
||||||
- --health-probe-bind-address=:8081
|
- --health-probe-bind-address=:8081
|
||||||
|
|
|
@ -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.7/manifests/crd.yaml
|
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.8/manifests/crd.yaml
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
- ./rbac.yaml
|
- ./rbac.yaml
|
||||||
|
|
Loading…
Reference in a new issue