diff --git a/heat-templates/top.yaml b/heat-templates/top.yaml index 888c5b2..e560021 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.11' + default: 'mirantis.azurecr.io/openstack/openstack-refapp:0.1.12' 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 19ea09c..ebbc951 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.11" + default = "mirantis.azurecr.io/openstack/openstack-refapp:0.1.12" } variable "app_port" { type = number