Add images registry change

This commit is contained in:
ByeonJungHun
2023-09-05 15:11:46 +09:00
parent fbe9fdbf2e
commit be3cf49129
9 changed files with 72 additions and 62 deletions

View File

@@ -9,11 +9,11 @@
release_state: present
values_files:
- "{{ role_path }}/files/06-imxc-ui/{{ item }}/values.yaml"
#values:
# image:
# repository: "{{ REGISTRY }}/cmoa3/nginx"
# global:
# IMXC_IN_REGISTRY: "{{ REGISTRY }}/cmoa3"
values:
image:
repository: "{{ REGISTRY }}/cmoa3/nginx"
global:
IMXC_IN_REGISTRY: "{{ REGISTRY }}/cmoa3"
with_items:
- imxc-ui
ignore_errors: true