File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
control-plane/roles/zitadel Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 22zitadel_init_image : ghcr.io/metal-stack/zitadel-init
33zitadel_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-
95zitadel_endpoint : zitadel.{{ metal_control_plane_ingress_dns }}
106zitadel_namespace : " {{ metal_control_plane_namespace }}"
117zitadel_external_domain :
Original file line number Diff line number Diff line change 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 }}"
You can’t perform that action at this time.
0 commit comments