Skip to content

Commit

Permalink
Merge pull request #269 from norcalipa/norcalipa/redis-version-change
Browse files Browse the repository at this point in the history
Moving back to Redis 7.0.4-alpine
  • Loading branch information
norcalipa authored Nov 17, 2024
2 parents 2a411d1 + 9ed0ce5 commit 6d29abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
spec:
containers:
- name: redis
image: redis:latest
image: redis:7.0.5-alpine
ports:
- containerPort: 6379
resources:
Expand Down Expand Up @@ -92,7 +92,7 @@ spec:
spec:
containers:
- name: redis
image: redis:latest
image: redis:7.0.5-alpine
ports:
- containerPort: 6379
env:
Expand Down

0 comments on commit 6d29abb

Please sign in to comment.