Skip to content

Commit 4f49923

Browse files
committed
fixing statefulset.yaml
1 parent af29cd3 commit 4f49923

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

charts/redis-stack/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
terminationGracePeriodSeconds: 10
3131
containers:
3232
- name: "{{ .Values.server_name }}"
33-
image: "{{ .Values.statefulset.image }}:{{ .Values.statefulset.tag }}"
33+
image: {{ .Values.statefulset.image }}
3434
imagePullPolicy: Always
3535
ports:
3636
- containerPort: 6379

charts/redis-stack/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ deployment:
44
name: redis-stack
55
server_name: redis-stack-server
66
statefulset:
7-
image: "redis-stack-server"
8-
tage: latest
7+
image: "redis/redis-stack-server"

0 commit comments

Comments
 (0)