Skip to content

Commit 4691cd5

Browse files
committed
Add base image for valkey
1 parent 634d5da commit 4691cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

valkey-cluster/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ pdb:
2828
image:
2929
registry: docker.io
3030
# Valkey Docker image to use
31-
repository: docker.io/valkey/valkey
31+
repository: valkey/valkey
3232
# Image pull policy (Always, IfNotPresent, Never)
3333
pullPolicy: IfNotPresent
3434
# Image tag (leave empty to use .Chart.AppVersion)
35-
tag: ""
35+
tag: "8.1.4"
3636

3737
# List of image pull secrets (for private registries)
3838
imagePullSecrets: []

0 commit comments

Comments
 (0)