From 92ea1f14e3898377fbd772ddb4dace5273d6cdeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 13:20:55 +0000 Subject: [PATCH] chore(deps): update helm release zitadel to v10 --- functions/render/000-state-init.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/render/000-state-init.yaml.gotmpl b/functions/render/000-state-init.yaml.gotmpl index c17b382..3645135 100644 --- a/functions/render/000-state-init.yaml.gotmpl +++ b/functions/render/000-state-init.yaml.gotmpl @@ -169,7 +169,7 @@ # Chart version pin # renovate: datasource=helm depName=zitadel registryUrl=https://charts.zitadel.com -{{- $chartVersion := $spec.version | default "9.34.1" }} +{{- $chartVersion := $spec.version | default "10.0.6" }} # Domain & TLS {{- $domain := $spec.domain | default "" }}