diff --git a/heat-templates/top.yaml b/heat-templates/top.yaml index bf64e7f..91b0aef 100644 --- a/heat-templates/top.yaml +++ b/heat-templates/top.yaml @@ -37,7 +37,7 @@ parameters: description: The password for application database app_docker_image: type: string - default: 'mirantis.azurecr.io/openstack/openstack-refapp:0.1.7' + default: 'mirantis.azurecr.io/openstack/openstack-refapp:0.1.8' description: The link to docker image with App database_docker_image: type: string diff --git a/terraform/001-input.tf b/terraform/001-input.tf index 27186b1..7a1048e 100644 --- a/terraform/001-input.tf +++ b/terraform/001-input.tf @@ -102,7 +102,7 @@ variable "app_network" { variable "app_docker_image" { type = string description = "The link to docker image with App" - default = "mirantis.azurecr.io/openstack/openstack-refapp:0.1.7" + default = "mirantis.azurecr.io/openstack/openstack-refapp:0.1.8" } variable "app_port" { type = number