Skip to content

Commit

Permalink
upgrade API version
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyDrane committed Feb 6, 2024
1 parent 7c965d0 commit d54cc26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/modules/rapid/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ variable "app-replica-count-max" {
variable "application_version" {
type = string
description = "The version number for the application image (e.g.: v1.0.4, v1.0.x-latest, etc.)"
default = "v7.0.8"
default = "v7.0.9"
}

variable "ui_version" {
type = string
description = "The version number for the static ui (e.g.: v1.0.0, etc.)"
default = "v7.0.8"
default = "v7.0.9"
}

variable "catalog_disabled" {
Expand Down

0 comments on commit d54cc26

Please sign in to comment.