File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
48
48
- name : update aether 5gc helm dependencies
49
49
shell : |
50
- helm dep up /tmp/sdcore-helm-charts
50
+ helm dep up /tmp/sdcore-helm-charts/sdcore-helm-charts
51
51
when : inventory_hostname in groups['master_nodes'] and core.helm.local_charts
52
52
53
53
# TODO: add systems check to avoid issues (e.g., mongodb needing avx support)
59
59
name : sd-core
60
60
release_namespace : omec
61
61
create_namespace : true
62
- chart_ref : " {{ core.helm.chart_ref if core.helm.local_charts == false else '/tmp/sdcore-helm-charts' }}"
62
+ chart_ref : " {{ core.helm.chart_ref if core.helm.local_charts == false else '/tmp/sdcore-helm-charts/sdcore-helm-charts/ ' }}"
63
63
chart_version : " {{ core.helm.chart_version }}"
64
64
values_files :
65
65
- /tmp/sdcore-5g-values.yaml
You can’t perform that action at this time.
0 commit comments