release 3.5.4
This commit is contained in:
@@ -11,12 +11,10 @@
|
||||
- "{{ role_path }}/files/04-keycloak/values.yaml"
|
||||
values:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/keycloak"
|
||||
imagePullSecrets:
|
||||
- name: "{{ PullSecret }}"
|
||||
repository: "{{ REGISTRY }}/keycloak"
|
||||
extraInitContainers: |
|
||||
- name: theme-provider
|
||||
image: "{{ REGISTRY }}/cmoa3/theme-provider:latest"
|
||||
image: "{{ REGISTRY }}/theme-provider:latest"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- sh
|
||||
@@ -30,7 +28,7 @@
|
||||
mountPath: /theme
|
||||
pgchecker:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/busybox"
|
||||
repository: "{{ REGISTRY }}/busybox"
|
||||
tag: 1.32
|
||||
pullPolicy: Always
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user