Skip to content

fix: override zitadel setup tag#985

Merged
bo0tzz merged 1 commit intomainfrom
fix/zitadel-setup-tag
Sep 22, 2025
Merged

fix: override zitadel setup tag#985
bo0tzz merged 1 commit intomainfrom
fix/zitadel-setup-tag

Conversation

@bo0tzz
Copy link
Copy Markdown
Member

@bo0tzz bo0tzz commented Sep 20, 2025

@bo0tzz bo0tzz requested a review from a team as a code owner September 20, 2025 13:06
@github-actions
Copy link
Copy Markdown

--- kubernetes/apps/authentication/zitadel/app Kustomization: flux-system/zitadel HelmRelease: authentication/zitadel

+++ kubernetes/apps/authentication/zitadel/app Kustomization: flux-system/zitadel HelmRelease: authentication/zitadel

@@ -75,12 +75,16 @@

       limits:
         cpu: 1
         memory: 2Gi
       requests:
         cpu: 500m
         memory: 512Mi
+    setupJob:
+      machinekeyWriter:
+        image:
+          tag: 1.32.3
     zitadel:
       configmapConfig:
         ExternalDomain: zitadel.internal.immich.cloud
         FirstInstance:
           Org:
             Machine:

@github-actions
Copy link
Copy Markdown

--- HelmRelease: authentication/zitadel Job: authentication/zitadel-setup

+++ HelmRelease: authentication/zitadel Job: authentication/zitadel-setup

@@ -104,13 +104,13 @@

       - name: zitadel-machinekey
         securityContext:
           privileged: false
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
-        image: alpine/k8s:1.33.0
+        image: alpine/k8s:1.32.3
         command:
         - sh
         - -c
         - until [ ! -z $(kubectl -n authentication get po ${POD_NAME} -o jsonpath="{.status.containerStatuses[?(@.name=='zitadel-setup')].state.terminated}")
           ]; do echo 'waiting for zitadel-setup container to terminate'; sleep 5;
           done && echo 'zitadel-setup container terminated' && if [ -f /machinekey/sa.json
@@ -129,13 +129,13 @@

       - name: zitadel-login-client-pat
         securityContext:
           privileged: false
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
-        image: alpine/k8s:1.33.0
+        image: alpine/k8s:1.32.3
         command:
         - sh
         - -c
         - until [ ! -z $(kubectl -n authentication get po ${POD_NAME} -o jsonpath="{.status.containerStatuses[?(@.name=='zitadel-setup')].state.terminated}")
           ]; do echo 'waiting for zitadel-setup container to terminate'; sleep 5;
           done && echo 'zitadel-setup container terminated' && if [ -f /login-client/pat

@bo0tzz bo0tzz merged commit 1da98a8 into main Sep 22, 2025
12 checks passed
@bo0tzz bo0tzz deleted the fix/zitadel-setup-tag branch September 22, 2025 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants