Skip to content

Commit 44e8c7a

Browse files
committed
fix(platform): bump console app chart
1 parent 0380915 commit 44e8c7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stacks/platform/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ variable "chat_app_image_tag" {
140140
variable "console_app_chart_version" {
141141
type = string
142142
description = "Version of the console-app Helm chart published to GHCR"
143-
default = "0.10.10"
143+
default = "0.10.11"
144144
}
145145

146146
variable "console_app_image_tag" {
147147
type = string
148148
description = "Optional override for the console-app container image tag"
149-
default = "0.10.10-egress-rules"
149+
default = ""
150150
}
151151

152152
variable "oidc_issuer_url" {

0 commit comments

Comments
 (0)