Skip to content

Commit

Permalink
Prepare release 0.1.9
Browse files Browse the repository at this point in the history
Change-Id: I8f975eda92003f67f552a985907e61f4fc15cc55
  • Loading branch information
jumpojoy committed Jul 24, 2024
1 parent bed7551 commit 7ee4c8d
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.8'
default: 'mirantis.azurecr.io/openstack/openstack-refapp:0.1.9'
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.8"
default = "mirantis.azurecr.io/openstack/openstack-refapp:0.1.9"
}
variable "app_port" {
type = number
Expand Down

0 comments on commit 7ee4c8d

Please sign in to comment.