FEAT: update helm charts

This commit is contained in:
Sebastian Mark 2022-01-02 20:06:04 +01:00
parent 13c5586ad9
commit 75cab57d59

View file

@ -7,6 +7,9 @@
name: "{{ item.repo }}"
repo_url: "{{ item.url }}"
loop: "{{ helm_repos }}"
- name: update helm repos
command: helm repo update
changed_when: no
- name: install charts
community.kubernetes.helm:
name: "{{ item.name }}"