Skip to content

Commit e16c076

Browse files
committed
Update dependencies for 5g-control-plane Charts
Signed-off-by: Arrobo, Gabriel <[email protected]>
1 parent f3599e4 commit e16c076

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roles/core/tasks/install.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
var: "chart_ref_sd_core"
6565
when: inventory_hostname in groups['master_nodes'] and core.helm.local_charts
6666

67+
- name: update aether 5gc-cp helm dependencies
68+
shell: |
69+
helm dep up /tmp/sdcore-helm-charts/5g-control-plane
70+
when: inventory_hostname in groups['master_nodes'] and core.helm.local_charts
71+
6772
- name: update aether 5gc helm dependencies
6873
shell: |
6974
helm dep up {{chart_ref_sd_core}}

0 commit comments

Comments
 (0)