From c288ca9ecc3b7d468fb1d7d5f68ec3a9d3a02401 Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Wed, 9 Jun 2021 13:08:38 +0200 Subject: [PATCH] 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 --- nonrtric/helm/nonrtric/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6