Skip to content

Commit f262925

Browse files
authored
Update zitadel (#529)
1 parent cb18cff commit f262925

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

control-plane/roles/zitadel/defaults/main.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
zitadel_init_image: ghcr.io/metal-stack/zitadel-init
33
zitadel_init_image_tag: v0.2.0
44

5-
# currently this is overwritten because we require to have the latest version for zitadel-init
6-
# don't forget to remove this again until the helm chart was updated to use at least this version
7-
zitadel_image_tag: v4.7.0
8-
95
zitadel_endpoint: zitadel.{{ metal_control_plane_ingress_dns }}
106
zitadel_namespace: "{{ metal_control_plane_namespace }}"
117
zitadel_external_domain:

control-plane/roles/zitadel/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
name: zitadel
3333
chart_ref: zitadel
3434
chart_version: "{{ zitadel_chart_version }}"
35-
chart_repo_url: https://charts.zitadel.com/
35+
chart_repo_url: "{{ zitadel_chart_repo }}"
3636
release_namespace: "{{ zitadel_namespace }}"
3737
create_namespace: true
3838
values: "{{ lookup('template', 'values.yaml.j2') | from_yaml }}"

0 commit comments

Comments
 (0)