We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634d5da commit 4691cd5Copy full SHA for 4691cd5
valkey-cluster/values.yaml
@@ -28,11 +28,11 @@ pdb:
28
image:
29
registry: docker.io
30
# Valkey Docker image to use
31
- repository: docker.io/valkey/valkey
+ repository: valkey/valkey
32
# Image pull policy (Always, IfNotPresent, Never)
33
pullPolicy: IfNotPresent
34
# Image tag (leave empty to use .Chart.AppVersion)
35
- tag: ""
+ tag: "8.1.4"
36
37
# List of image pull secrets (for private registries)
38
imagePullSecrets: []
0 commit comments