chore(deps): update helm release zitadel to v9.33.0#1522
Merged
Conversation
--- kubernetes/apps/authentication/zitadel/app Kustomization: flux-system/zitadel HelmRelease: authentication/zitadel
+++ kubernetes/apps/authentication/zitadel/app Kustomization: flux-system/zitadel HelmRelease: authentication/zitadel
@@ -14,13 +14,13 @@
chart: zitadel
interval: 5m
sourceRef:
kind: HelmRepository
name: zitadel
namespace: flux-system
- version: 9.28.0
+ version: 9.33.0
interval: 5m
values:
env:
- name: ZITADEL_DATABASE_POSTGRES_HOST
valueFrom:
secretKeyRef: |
--- HelmRelease: authentication/zitadel Deployment: authentication/zitadel
+++ HelmRelease: authentication/zitadel Deployment: authentication/zitadel
@@ -17,13 +17,13 @@
app.kubernetes.io/name: zitadel
app.kubernetes.io/instance: zitadel
app.kubernetes.io/component: start
template:
metadata:
annotations:
- checksum/configmap: ee8317177735b746386d481cd7591ea2eae6f64f1ccc8d13152be3b2783ed355
+ checksum/configmap: b5591060a14c7a8c4033921849b28ccccbb4d912dadc62f34044feb2eb073548
checksum/secret-db-ssl-ca-crt: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
checksum/secret-zitadel-secrets: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
labels:
app.kubernetes.io/name: zitadel
app.kubernetes.io/instance: zitadel
app.kubernetes.io/managed-by: Helm
@@ -57,12 +57,14 @@
fieldPath: status.podIP
- name: ZITADEL_MASTERKEY
valueFrom:
secretKeyRef:
name: zitadel-master-key
key: masterkey
+ - name: ZITADEL_DATABASE_POSTGRES_AWAITINITIALCONN
+ value: 5m
- name: ZITADEL_DATABASE_POSTGRES_HOST
valueFrom:
secretKeyRef:
key: host
name: zitadel-db-app
- name: ZITADEL_DATABASE_POSTGRES_DATABASE
@@ -134,12 +136,11 @@
limits:
cpu: 1
memory: 2Gi
requests:
cpu: 500m
memory: 512Mi
- initContainers: null
volumes:
- name: zitadel-config-yaml
configMap:
name: zitadel-config-yaml
--- HelmRelease: authentication/zitadel ConfigMap: authentication/zitadel-config-yaml
+++ HelmRelease: authentication/zitadel ConfigMap: authentication/zitadel-config-yaml
@@ -11,16 +11,12 @@
labels:
app.kubernetes.io/name: zitadel
app.kubernetes.io/instance: zitadel
app.kubernetes.io/managed-by: Helm
data:
zitadel-config-yaml: |-
- Database:
- Postgres:
- Host: ""
- Port: 5432
ExternalDomain: zitadel.internal.immich.cloud
ExternalSecure: true
FirstInstance:
LoginClientPatPath: null
MachineKeyPath: null
Org:
--- HelmRelease: authentication/zitadel Job: authentication/zitadel-init
+++ HelmRelease: authentication/zitadel Job: authentication/zitadel-init
@@ -47,12 +47,14 @@
env:
- name: POD_IP
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: status.podIP
+ - name: ZITADEL_DATABASE_POSTGRES_AWAITINITIALCONN
+ value: 5m
- name: ZITADEL_DATABASE_POSTGRES_HOST
valueFrom:
secretKeyRef:
key: host
name: zitadel-db-app
- name: ZITADEL_DATABASE_POSTGRES_DATABASE
--- HelmRelease: authentication/zitadel Job: authentication/zitadel-setup
+++ HelmRelease: authentication/zitadel Job: authentication/zitadel-setup
@@ -62,12 +62,14 @@
- name: ZITADEL_FIRSTINSTANCE_MACHINEKEYPATH
value: /machinekey/sa.json
- name: ZITADEL_FIRSTINSTANCE_PATPATH
value: /machinekey/pat
- name: ZITADEL_FIRSTINSTANCE_LOGINCLIENTPATPATH
value: /login-client/pat
+ - name: ZITADEL_DATABASE_POSTGRES_AWAITINITIALCONN
+ value: 5m
- name: ZITADEL_DATABASE_POSTGRES_HOST
valueFrom:
secretKeyRef:
key: host
name: zitadel-db-app
- name: ZITADEL_DATABASE_POSTGRES_DATABASE |
bo0tzz
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.28.0→9.33.09.34.0(+1)Release Notes
zitadel/zitadel-charts (zitadel)
v9.33.0Compare Source
A Helm chart for ZITADEL
What's Changed
Full Changelog: zitadel/zitadel-charts@zitadel-9.32.0...zitadel-9.33.0
v9.32.0Compare Source
A Helm chart for ZITADEL
What's Changed
Full Changelog: zitadel/zitadel-charts@zitadel-9.31.0...zitadel-9.32.0
v9.31.0Compare Source
A Helm chart for ZITADEL
What's Changed
Full Changelog: zitadel/zitadel-charts@zitadel-9.30.0...zitadel-9.31.0
v9.30.0Compare Source
A Helm chart for ZITADEL
What's Changed
Full Changelog: zitadel/zitadel-charts@zitadel-9.29.0...zitadel-9.30.0
v9.29.0Compare Source
A Helm chart for ZITADEL
What's Changed
Full Changelog: zitadel/zitadel-charts@zitadel-9.28.0...zitadel-9.29.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.