release 3.5.4
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
kubernetes.core.k8s:
|
||||
state: present
|
||||
namespace: "{{ item }}"
|
||||
src: "{{ role_path }}/files/00-default/secret_nexus.yaml"
|
||||
src: "{{ role_path }}/files/00-default/secret_{{ REPO }}.yaml"
|
||||
apply: yes
|
||||
with_items:
|
||||
- "{{ cmoa_namespace }}"
|
||||
|
||||
@@ -20,11 +20,9 @@
|
||||
- "{{ role_path }}/files/01-storage/{{item}}/values.yaml"
|
||||
values:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/minio"
|
||||
imagePullSecrets:
|
||||
- name: "{{ PullSecret }}"
|
||||
repository: "{{ REGISTRY }}/minio"
|
||||
mcImage:
|
||||
repository: "{{ REGISTRY }}/cmoa3/mc"
|
||||
repository: "{{ REGISTRY }}/mc"
|
||||
with_items:
|
||||
- minio
|
||||
|
||||
|
||||
@@ -18,11 +18,12 @@
|
||||
- 01-coredns.yaml
|
||||
|
||||
- name: 3. Change Registry Address
|
||||
command: "sed -i 's/0.0.0.0/{{ REGISTRY }}/g' {{ role_path }}/files/02-base/base/charts/{{ item }}/values.yaml"
|
||||
command: "sed -i 's#0.0.0.0#{{ REGISTRY }}#g' {{ role_path }}/files/02-base/base/charts/{{ item }}/values.yaml"
|
||||
with_items:
|
||||
- cortex
|
||||
- rabbitmq
|
||||
- redis
|
||||
- kafka-ui
|
||||
|
||||
- name: 4. helmchart install (base)
|
||||
kubernetes.core.helm:
|
||||
@@ -36,10 +37,10 @@
|
||||
- "{{ role_path }}/files/02-base/{{item}}/values.yaml"
|
||||
values:
|
||||
global:
|
||||
IMXC_IN_REGISTRY: "{{ REGISTRY }}/cmoa3"
|
||||
IMXC_IN_REGISTRY: "{{ REGISTRY }}"
|
||||
rabbitmq:
|
||||
image:
|
||||
registry: "{{ REGISTRY }}/cmoa3"
|
||||
registry: "{{ REGISTRY }}"
|
||||
tag: v1.0.0
|
||||
with_items:
|
||||
- base
|
||||
@@ -82,8 +83,9 @@
|
||||
apply: yes
|
||||
|
||||
- name: 8. Change Registry Address - origin
|
||||
command: "sed -i 's/{{ REGISTRY }}/0.0.0.0/g' {{ role_path }}/files/02-base/base/charts/{{ item }}/values.yaml"
|
||||
command: "sed -i 's#{{ REGISTRY }}#0.0.0.0#g' {{ role_path }}/files/02-base/base/charts/{{ item }}/values.yaml"
|
||||
with_items:
|
||||
- cortex
|
||||
- rabbitmq
|
||||
- redis
|
||||
- kafka-ui
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
- "{{ role_path }}/files/05-imxc/values.yaml"
|
||||
values:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/nginx"
|
||||
repository: "{{ REGISTRY }}/nginx"
|
||||
global:
|
||||
IMXC_IN_REGISTRY: "{{ REGISTRY }}/cmoa3"
|
||||
IMXC_IN_REGISTRY: "{{ REGISTRY }}"
|
||||
with_items:
|
||||
- imxc
|
||||
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
- "{{ role_path }}/files/06-imxc-ui/{{ item }}/values.yaml"
|
||||
values:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/nginx"
|
||||
repository: "{{ REGISTRY }}/nginx"
|
||||
global:
|
||||
IMXC_IN_REGISTRY: "{{ REGISTRY }}/cmoa3"
|
||||
IMXC_IN_REGISTRY: "{{ REGISTRY }}"
|
||||
with_items:
|
||||
- imxc-ui
|
||||
ignore_errors: true
|
||||
|
||||
Reference in New Issue
Block a user