Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 9959860

Browse files
authored
Merge pull request #322 from SychevIgor/SychevIgor/ImagesConsistency
sync k8 images with local windows/linux images for consistency
2 parents 6c5bdda + b8652c7 commit 9959860

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

k8s/basket-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ spec:
2525
spec:
2626
containers:
2727
- name: basket-data
28-
image: redis:3.2-alpine
28+
image: redis
2929

k8s/keystore-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ spec:
2525
spec:
2626
containers:
2727
- name: keystore-data
28-
image: redis:3.2-alpine
28+
image: redis
2929

k8s/rabbitmq.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ spec:
2525
spec:
2626
containers:
2727
- name: rabbitmq
28-
image: rabbitmq:3.6.9-alpine
28+
image: rabbitmq:3-management
2929
ports:
3030
- containerPort: 5672

0 commit comments

Comments
 (0)