[ONAP] Bump chart version to 17.0.0/Quebec 14/142714/2 master
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Tue, 9 Dec 2025 10:01:53 +0000 (11:01 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Tue, 9 Dec 2025 10:48:27 +0000 (11:48 +0100)
- 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 <fiete.ostkamp@telekom.de>
kubernetes/onap/Chart.yaml

index 09d636c..3106c0f 100644 (file)
@@ -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'