Skip to content

Commit

Permalink
docker(deps): bump redis/redis-stack-server from 6.2.6-v9 to 7.2.0-v9…
Browse files Browse the repository at this point in the history
… in /manifests/base/runner-manager/redis (#614)
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 8f1c99a commit d417819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
profiles:
- tests
- dev
image: redis/redis-stack
image: redis/redis-stack:7.2.0-v9
ports:
- 6379:6379
- 8001:8001
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/runner-manager/redis/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
fsGroup: 1001
containers:
- name: redis
image: redis/redis-stack-server:6.2.6-v9
image: redis/redis-stack-server:7.2.0-v9
imagePullPolicy: IfNotPresent
ports:
- containerPort: 6379
Expand Down

0 comments on commit d417819

Please sign in to comment.