Merge pull request #322 from SychevIgor/SychevIgor/ImagesConsistency

sync k8 images with local windows/linux images for consistency
This commit is contained in:
Eduard Tomàs 2017-09-07 14:56:46 +02:00 committed by GitHub
commit 9959860b64
3 changed files with 3 additions and 3 deletions

View File

@ -25,5 +25,5 @@ spec:
spec:
containers:
- name: basket-data
image: redis:3.2-alpine
image: redis

View File

@ -25,5 +25,5 @@ spec:
spec:
containers:
- name: keystore-data
image: redis:3.2-alpine
image: redis

View File

@ -25,6 +25,6 @@ spec:
spec:
containers:
- name: rabbitmq
image: rabbitmq:3.6.9-alpine
image: rabbitmq:3-management
ports:
- containerPort: 5672