FEAT: update helm charts
This commit is contained in:
parent
13c5586ad9
commit
75cab57d59
1 changed files with 3 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue