We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5588ea commit cb5ebf3Copy full SHA for cb5ebf3
1 file changed
stacks/platform/variables.tf
@@ -86,7 +86,7 @@ variable "agents_chart_version" {
86
variable "ziti_management_chart_version" {
87
type = string
88
description = "Version of the ziti-management Helm chart published to GHCR"
89
- default = "0.10.14"
+ default = "0.10.15"
90
}
91
92
variable "users_chart_version" {
@@ -750,7 +750,7 @@ variable "egress_db_pvc_size" {
750
variable "egress_gateway_chart_version" {
751
752
description = "Version of the egress-gateway Helm chart published to GHCR"
753
- default = "0.1.3"
+ default = "0.1.4"
754
755
756
variable "egress_gateway_image_tag" {
0 commit comments