Skip to content

Commit b4db189

Browse files
authored
build: update image version
1 parent 8926fe0 commit b4db189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm/redis/templates/tests/test-connection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
spec:
1010
containers:
1111
- name: redis-test
12-
image: redis:7-alpine
12+
image: redis:8.2.1-alpine
1313
command: ['redis-cli']
1414
args: ['-h', '{{ include "redis.fullname" . }}', '-p', '{{ .Values.service.port }}', 'ping']
1515
restartPolicy: Never

0 commit comments

Comments
 (0)