Skip to content

Commit

Permalink
Prepare release 0.1.8
Browse files Browse the repository at this point in the history
Change-Id: I885481f44c280b40baa271755105910104a4cb13
  • Loading branch information
Oleksandr Kononenko committed Jul 1, 2024
1 parent bd5adc5 commit 0390bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion heat-templates/top.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion terraform/001-input.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0390bbd

Please sign in to comment.