diff --git a/distribution/docker/docker-compose.yml b/distribution/docker/docker-compose.yml index 969ea20a..63676732 100644 --- a/distribution/docker/docker-compose.yml +++ b/distribution/docker/docker-compose.yml @@ -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: diff --git a/distribution/kubernetes/chart/templates/redis.yaml b/distribution/kubernetes/chart/templates/redis.yaml index 4fdec6c3..f7f7b6c8 100644 --- a/distribution/kubernetes/chart/templates/redis.yaml +++ b/distribution/kubernetes/chart/templates/redis.yaml @@ -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']