Skip to content

Commit 29a5a90

Browse files
committed
fix(platform): bump ziti-management chart
1 parent 845bd97 commit 29a5a90

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

stacks/platform/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ locals {
703703
accessMode = "ReadWriteOnce"
704704
size = "10Mi"
705705
}
706+
zitiControllerUrl = format("https://ziti-mgmt.%s:%d/edge/management/v1", local.base_domain, local.ingress_port)
706707
configMounts = [
707708
{
708709
name = "ziti-enrollment"

stacks/platform/variables.tf

Lines changed: 1 addition & 1 deletion
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.10"
89+
default = "0.10.12"
9090
}
9191

9292
variable "users_chart_version" {

0 commit comments

Comments
 (0)