release 3.5.4

This commit is contained in:
ByeonJungHun
2023-09-19 16:01:03 +09:00
parent 37ef6ec808
commit abddeb3004
78 changed files with 7534 additions and 109 deletions

View File

@@ -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