From 10c9ad393d889be58c5f8c77188ced951abaf0f9 Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Mon, 29 Apr 2024 13:01:18 +0200 Subject: [PATCH] update version --- deployment/zitadel/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deployment/zitadel/values.yaml b/deployment/zitadel/values.yaml index 0db5d4c..ba8fa83 100644 --- a/deployment/zitadel/values.yaml +++ b/deployment/zitadel/values.yaml @@ -20,6 +20,12 @@ zitadel: dbSslAdminCrtSecret: cockroachdb-client-secret dbSslUserCrtSecret: db-cockroachdb-zitadel-secret +image: + repository: ghcr.io/zitadel/zitadel + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "v2.51.0" + annotations: argocd.argoproj.io/sync-wave: "5" argocd.argoproj.io/hook: Sync