Skip to content

Commit 9d16a46

Browse files
committed
local charts for UPF
1 parent 1b287d3 commit 9d16a46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roles/upf/tasks/install.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
with_dict: "{{ core.upf.additional_upfs}}"
3030
when: inventory_hostname in groups['master_nodes']
3131

32+
- name: update helm dependencies
33+
shell: |
34+
helm dep up "{{ core.helm.chart_ref }}"
35+
when: inventory_hostname in groups['master_nodes'] and core.helm.local_charts
36+
3237
- name: deploy upf
3338
kubernetes.core.helm:
3439
update_repo_cache: true

0 commit comments

Comments
 (0)