This commit is contained in:
parent
a1779be079
commit
2ec6a756b7
@ -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 -N e '.. | .image? | select(.)' - | sort -u
|
cmd: "helm template . | yq --no-doc 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) }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user