From 22ad78860e795b3eb51210630c0578c7e8c9f419 Mon Sep 17 00:00:00 2001 From: Woojoong Kim Date: Mon, 19 Jul 2021 13:21:52 -0700 Subject: [PATCH] Release sdran umbrella chart to include mlb chart 0.0.5 --- sd-ran/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sd-ran/Chart.yaml b/sd-ran/Chart.yaml index 8c5bda63..050be527 100644 --- a/sd-ran/Chart.yaml +++ b/sd-ran/Chart.yaml @@ -7,7 +7,7 @@ name: sd-ran description: Umbrella chart to deploy all ONOS-RIC and simulator kubeVersion: ">=1.17.0" type: application -version: 1.1.87 +version: 1.1.88 appVersion: v1.1.2 keywords: - onos @@ -86,7 +86,7 @@ dependencies: - name: onos-mlb condition: import.onos-mlb.enabled repository: "@sdran" - version: 0.0.4 + version: 0.0.5 - name: ah-eson-test-server condition: import.ah-eson-test-server.enabled repository: "@sdran"