Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 01846e9

Browse files
committed
Use Redis alpine image
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 728bac1 commit 01846e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microservice/redis-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
containers:
2222
- name: "${app_name:=demo}-redis"
23-
image: redis:6.0.1
23+
image: "redis:${redis_version:=6.2.7-alpine}"
2424
imagePullPolicy: IfNotPresent
2525
command:
2626
- redis-server

0 commit comments

Comments
 (0)