Skip to content

Commit

Permalink
feat: Update redis and rabbit image
Browse files Browse the repository at this point in the history
  • Loading branch information
alex289 committed Nov 14, 2024
1 parent d9ae278 commit 7d0ac81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- 1433:1433

redis:
image: docker.io/bitnami/redis:7.2
image: docker.io/bitnami/redis:7.4
environment:
# ALLOW_EMPTY_PASSWORD is recommended only for development.
- ALLOW_EMPTY_PASSWORD=yes
Expand All @@ -48,7 +48,7 @@ services:
- 'redis_data:/bitnami/redis/data'

rabbitmq:
image: "rabbitmq:3-management"
image: "rabbitmq:4-management"
ports:
- 5672:5672
- 15672:15672
Expand Down
2 changes: 1 addition & 1 deletion k8s-deployments/rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: rabbitmq
image: rabbitmq:management
image: rabbitmq:4-management
ports:
- containerPort: 5672
- containerPort: 15672
Expand Down
2 changes: 1 addition & 1 deletion k8s-deployments/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: redis
image: docker.io/bitnami/redis:7.2
image: docker.io/bitnami/redis:7.4
env:
# ALLOW_EMPTY_PASSWORD is recommended only for development.
- name: ALLOW_EMPTY_PASSWORD
Expand Down

0 comments on commit 7d0ac81

Please sign in to comment.