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,28 +9,30 @@
release_state: present
values_files:
- "{{ role_path }}/files/04-keycloak/values.yaml"
#values:
# image:
# repository: "{{ REGISTRY }}/cmoa3/keycloak"
# imagePullSecrets:
# - name: "{{ PullSecret }}"
# extraInitContainers: |
# - name: theme-provider
# image: "{{ REGISTRY }}/cmoa3/theme-provider:latest"
# imagePullPolicy: IfNotPresent
# command:
# - sh
# args:
# - -c
# - |
# echo "Copying theme ..."
# cp -R /mytheme/* /theme
# pgchecker:
# image:
# repository: "{{ REGISTRY }}/cmoa3/busybox"
#volumeMounts:
# - name: theme
# mountPath: /theme
values:
image:
repository: "{{ REGISTRY }}/cmoa3/keycloak"
imagePullSecrets:
- name: "{{ PullSecret }}"
extraInitContainers: |
- name: theme-provider
image: "{{ REGISTRY }}/cmoa3/theme-provider:latest"
imagePullPolicy: IfNotPresent
command:
- sh
args:
- -c
- |
echo "Copying theme ..."
cp -R /mytheme/* /theme
volumeMounts:
- name: theme
mountPath: /theme
pgchecker:
image:
repository: "{{ REGISTRY }}/cmoa3/busybox"
tag: 1.32
pullPolicy: Always
with_items:
- keycloak