Skip to content

Commit

Permalink
sync k8 images with local windows/linux images for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Sychev committed Sep 7, 2017
1 parent 6c5bdda commit b8652c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/basket-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ spec:
spec:
containers:
- name: basket-data
image: redis:3.2-alpine
image: redis

2 changes: 1 addition & 1 deletion k8s/keystore-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ spec:
spec:
containers:
- name: keystore-data
image: redis:3.2-alpine
image: redis

2 changes: 1 addition & 1 deletion k8s/rabbitmq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ spec:
spec:
containers:
- name: rabbitmq
image: rabbitmq:3.6.9-alpine
image: rabbitmq:3-management
ports:
- containerPort: 5672

0 comments on commit b8652c7

Please sign in to comment.