Skip to content

Commit

Permalink
fix(github-release): update dragonfly operator group ( v1.1.6 → v1.1.…
Browse files Browse the repository at this point in the history
…7 ) (patch) (#2836)

| datasource      | package                        | from   | to     |
| --------------- | ------------------------------ | ------ | ------ |
| github-releases | dragonflydb/dragonfly-operator | v1.1.6 | v1.1.7 |
| docker          | ghcr.io/dragonflydb/operator   | v1.1.6 | v1.1.7 |

Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com>
  • Loading branch information
smurf-bot[bot] authored Aug 22, 2024
1 parent f5b0fca commit 29c0fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
app:
image:
repository: ghcr.io/dragonflydb/operator
tag: v1.1.6@sha256:d4264c2ad826e6db3dc0c53acab6f92d45cedcd852895bf79fd8e886f813caec
tag: v1.1.7@sha256:e702d917e7c52f15519253c21caec99a17c35eb280fbf10a7e72ca539d44e307
command: ["/manager"]
args:
- --health-probe-bind-address=:8081
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.6/manifests/crd.yaml
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.7/manifests/crd.yaml
- ./helmrelease.yaml
- ./rbac.yaml

0 comments on commit 29c0fc8

Please sign in to comment.