AETHER-2304
Use relative paths rather than helm repo aliases to load umbrella sub-charts
Change-Id: I4923c512a1f1bf1155da59db85ef82b1ea8c69a2
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index b623287..219deb7 100644
--- a/aether-roc-umbrella/Chart.yaml
+++ b/aether-roc-umbrella/Chart.yaml
@@ -7,7 +7,7 @@
description: Aether ROC Umbrella chart to deploy all Aether ROC
kubeVersion: ">=1.18.0"
type: application
-version: 1.4.2
+version: 1.4.3
appVersion: v0.0.0
keywords:
- aether
@@ -23,17 +23,17 @@
version: 1.1.102
- name: config-model-aether
condition: onos-config.models.aether.v2_1.enabled
- repository: "@aether"
+ repository: "file://../config-models/aether-2.1.x"
version: 2.1.3
alias: config-model-aether-2-1-0
- name: config-model-aether
condition: onos-config.models.aether.v3.enabled
- repository: "@aether"
+ repository: "file://../config-models/aether-3.x"
version: 3.0.13
alias: config-model-aether-3-0-0
- name: config-model-aether
condition: onos-config.models.aether.v4.enabled
- repository: "@aether"
+ repository: "file://../config-models/aether-4.x"
version: 4.0.4
alias: config-model-aether-4-0-0
- name: onos-config
@@ -50,21 +50,21 @@
version: 1.1.5
- name: aether-roc-api
condition: import.aether-roc-api.enabled
- repository: "@aether"
+ repository: "file://../aether-roc-api"
version: 1.1.14
- name: aether-roc-gui
condition: import.aether-roc-gui.v3.enabled
- repository: "@aether"
+ repository: "file://../aether-roc-gui"
version: 3.0.24
alias: aether-roc-gui-v3
- name: sdcore-adapter
condition: import.sdcore-adapter.v3.enabled
- repository: "@aether"
+ repository: "file://../sdcore-adapter"
version: 3.0.15
alias: sdcore-adapter-v3
- name: subscriber-proxy
condition: import.subscriber-proxy.enabled
- repository: "@aether"
+ repository: "file://../subscriber-proxy"
version: 0.0.3
- name: nginx
alias: sdcore-test-dummy