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

Commit

Permalink
🚑 Pin redis image to redis:6.2-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
TilBlechschmidt committed Mar 18, 2021
1 parent fabde5c commit fcc1cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
depends_on:
- redis
redis:
image: redis:alpine
image: redis:6.2-alpine
container_name: webgrid-redis
command: redis-server --notify-keyspace-events Kgx
ports:
Expand Down
2 changes: 1 addition & 1 deletion distribution/kubernetes/chart/templates/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
claimName: {{ include "web-grid.fullname" . }}-redis
{{- end }}
containers:
- image: redis:alpine
- image: redis:6.2-alpine
imagePullPolicy: IfNotPresent
name: {{ .Chart.Name }}-redis
args: ['/config/redis.conf']
Expand Down

0 comments on commit fcc1cfc

Please sign in to comment.