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 }}"
|
name: "{{ item.repo }}"
|
||||||
repo_url: "{{ item.url }}"
|
repo_url: "{{ item.url }}"
|
||||||
loop: "{{ helm_repos }}"
|
loop: "{{ helm_repos }}"
|
||||||
|
- name: update helm repos
|
||||||
|
command: helm repo update
|
||||||
|
changed_when: no
|
||||||
- name: install charts
|
- name: install charts
|
||||||
community.kubernetes.helm:
|
community.kubernetes.helm:
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
|
|
Loading…
Reference in a new issue