Skip to content

Commit cb5ebf3

Browse files
committed
fix(platform): consume released egress runtime charts
1 parent b5588ea commit cb5ebf3

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
@@ -86,7 +86,7 @@ variable "agents_chart_version" {
8686
variable "ziti_management_chart_version" {
8787
type = string
8888
description = "Version of the ziti-management Helm chart published to GHCR"
89-
default = "0.10.14"
89+
default = "0.10.15"
9090
}
9191

9292
variable "users_chart_version" {
@@ -750,7 +750,7 @@ variable "egress_db_pvc_size" {
750750
variable "egress_gateway_chart_version" {
751751
type = string
752752
description = "Version of the egress-gateway Helm chart published to GHCR"
753-
default = "0.1.3"
753+
default = "0.1.4"
754754
}
755755

756756
variable "egress_gateway_image_tag" {

0 commit comments

Comments
 (0)