Skip to content

Commit c1c4028

Browse files
committed
Add support for local Helm Charts, copy charts from control to remote
1 parent 445bb22 commit c1c4028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/core/tasks/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
- name: update aether 5gc helm dependencies
4949
shell: |
50-
helm dep up /tmp/sdcore-helm-charts
50+
helm dep up /tmp/sdcore-helm-charts/sdcore-helm-charts
5151
when: inventory_hostname in groups['master_nodes'] and core.helm.local_charts
5252

5353
# TODO: add systems check to avoid issues (e.g., mongodb needing avx support)
@@ -59,7 +59,7 @@
5959
name: sd-core
6060
release_namespace: omec
6161
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/' }}"
6363
chart_version: "{{ core.helm.chart_version }}"
6464
values_files:
6565
- /tmp/sdcore-5g-values.yaml

0 commit comments

Comments
 (0)