Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
app:
image:
repository: ghcr.io/dragonflydb/operator
tag: v1.4.0@sha256:b6ceebe49d4687a4fc3e485724a0cfcf0ca2dfba1d5508375543b8db46a66fc1
tag: v1.5.0@sha256:2ceb0128302cd7756b743cc5d56ec9479fb08163b5c563897045a4e5e1555f02
command: ["/manager"]
args:
- --health-probe-bind-address=:8081
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.4.0/manifests/crd.yaml
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.5.0/manifests/crd.yaml
- ./network-policy.yaml
- ./rbac.yaml
- ./helmrelease.yaml
2 changes: 1 addition & 1 deletion kubernetes/apps/infrastructure/harbor/app/dragonfly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Dragonfly
metadata:
name: harbor-dragonfly
spec:
image: ghcr.io/dragonflydb/dragonfly:v1.37.0
image: ghcr.io/dragonflydb/dragonfly:v1.37.2
replicas: 1
annotations:
reloader.stakater.com/auto: "true"
Expand Down