This commit is contained in:
parent
8ed9b2f754
commit
a1779be079
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
- name: Parse helm charts for container images
|
- name: Parse helm charts for container images
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: helm template . | yq e '.. | .image? | select(.)' -N | sort -u
|
cmd: helm template . | yq -N e '.. | .image? | select(.)' - | sort -u
|
||||||
chdir: /opt/metacluster/helm-charts/{{ item.key }}
|
chdir: /opt/metacluster/helm-charts/{{ item.key }}
|
||||||
register: containerimages
|
register: containerimages
|
||||||
loop: "{{ lookup('ansible.builtin.dict', components) }}"
|
loop: "{{ lookup('ansible.builtin.dict', components) }}"
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
platform:
|
platform:
|
||||||
|
|
||||||
k3s:
|
k3s:
|
||||||
version: v1.24.1+k3s1
|
version: v1.24.1+k3s1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user