From: PatrikBuhr Date: Wed, 9 Jun 2021 11:08:38 +0000 (+0200) Subject: Bugfix, selection of components to include X-Git-Tag: f-release~42^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F6269%2F1;p=it%2Fdep.git Bugfix, selection of components to include The nonrtric gateway was inly installed when the A1 controller was. Fixed. Change-Id: I17c07893a9d00e341245d333a0822319f0a6e6ab Signed-off-by: PatrikBuhr Issue-ID: NONRTRIC-478 --- diff --git a/nonrtric/helm/nonrtric/Chart.yaml b/nonrtric/helm/nonrtric/Chart.yaml index 9fb66d0c..86321c7b 100644 --- a/nonrtric/helm/nonrtric/Chart.yaml +++ b/nonrtric/helm/nonrtric/Chart.yaml @@ -58,4 +58,4 @@ dependencies: - name: nonrtricgateway version: ~1.0.0 repository: "@local" - condition: nonrtric.installA1controller + condition: nonrtric.installNonrtricgateway