From: Fiete Ostkamp Date: Tue, 9 Dec 2025 10:01:53 +0000 (+0100) Subject: [ONAP] Bump chart version to 17.0.0/Quebec X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F142714%2F2;p=oom.git [ONAP] Bump chart version to 17.0.0/Quebec - bump chart version to 17.0.0 - fix notation of condition for authentication dependency Issue-ID: OOM-3375 Change-Id: I5eaa84de4bd945cddcdfcfd0788a0b8f7f69970d Signed-off-by: Fiete Ostkamp --- diff --git a/kubernetes/onap/Chart.yaml b/kubernetes/onap/Chart.yaml index 09d636c408..3106c0ff06 100644 --- a/kubernetes/onap/Chart.yaml +++ b/kubernetes/onap/Chart.yaml @@ -15,8 +15,8 @@ apiVersion: v2 name: onap -version: 16.0.0 -appVersion: Paris +version: 17.0.0 +appVersion: Quebec description: Open Network Automation Platform (ONAP) home: https://www.onap.org/ sources: @@ -28,7 +28,7 @@ dependencies: - name: authentication version: ~15.x-0 repository: '@local' - condition: authentication:enabled + condition: authentication.enabled - name: aai version: ~16.x-0 repository: '@local'