Change yq syntax
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Danny Bessems 2022-06-27 09:03:43 +02:00
parent 8ed9b2f754
commit a1779be079
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@
- name: Parse helm charts for container images
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 }}
register: containerimages
loop: "{{ lookup('ansible.builtin.dict', components) }}"

View File

@ -1,4 +1,5 @@
platform:
k3s:
version: v1.24.1+k3s1