Skip to content

Commit

Permalink
Prepare release 0.1.6
Browse files Browse the repository at this point in the history
Change-Id: Icbb9a14ab4b8ca48978028902b7b08741e183dac
  • Loading branch information
okononenko75 committed Feb 21, 2024
1 parent ed71390 commit 3027416
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.5'
default: 'mirantis.azurecr.io/openstack/openstack-refapp:0.1.6'
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 @@ -96,7 +96,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.5"
default = "mirantis.azurecr.io/openstack/openstack-refapp:0.1.6"
}
variable "app_port" {
type = number
Expand Down

0 comments on commit 3027416

Please sign in to comment.