diff --git a/yaml/accounting-rest-interface-rc.yaml b/yaml/accounting-rest-interface-rc.yaml index 4be210a..d8227d9 100644 --- a/yaml/accounting-rest-interface-rc.yaml +++ b/yaml/accounting-rest-interface-rc.yaml @@ -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 diff --git a/yaml/ansible.yml b/yaml/ansible.yml index 01e6dec..286bdde 100644 --- a/yaml/ansible.yml +++ b/yaml/ansible.yml @@ -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: diff --git a/yaml/docker-compose.yaml b/yaml/docker-compose.yaml index 69b5727..44409a2 100644 --- a/yaml/docker-compose.yaml +++ b/yaml/docker-compose.yaml @@ -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"