From 2093464d587cf88aa9e836be40ce63d117384da3 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 9 Dec 2025 11:01:53 +0100 Subject: [PATCH] [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 --- kubernetes/onap/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' -- 2.16.6