Skip to content

Commit

Permalink
Use future indigo tag in yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Sep 28, 2017
1 parent a084ba0 commit eb29573
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion yaml/accounting-rest-interface-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: accounting
image: indigodatacloud/accounting:1.4.0-1
image: indigodatacloud/accounting:1.5.0-1
ports:
- containerPort: 80
hostPort: 80
Expand Down
2 changes: 1 addition & 1 deletion yaml/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# task for ansible-dockerized-apel-rest-interface
- name: Launch APEL REST Interface Container
docker_container:
image: indigodatacloud/accounting:1.4.0-1
image: indigodatacloud/accounting:1.5.0-1
name: apel_rest_interface
links: apel_mysql
ports:
Expand Down
2 changes: 1 addition & 1 deletion yaml/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
apel_rest_interface:
links:
- apel_mysql
image: indigodatacloud/accounting:1.4.0-1
image: indigodatacloud/accounting:1.5.0-1
ports:
- "80:80"
- "443:443"
Expand Down

0 comments on commit eb29573

Please sign in to comment.