Skip to content

Commit

Permalink
Pin redis version
Browse files Browse the repository at this point in the history
  • Loading branch information
vivian-rook committed Oct 23, 2023
1 parent 05a605a commit 48af967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- "redis"

redis:
image: redis:alpine
image: redis:alpine3.18

# wikireplica simulator
mywiki:
Expand Down
2 changes: 1 addition & 1 deletion helm-quarry/templates/redis_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ spec:
spec:
containers:
- name: redis
image: redis:alpine
image: redis:alpine3.18
imagePullPolicy: Always

0 comments on commit 48af967

Please sign in to comment.