From eb4598bd97e43cfd88b3edc871a52d7cf0202884 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Thu, 10 Nov 2022 15:08:21 +0100 Subject: [COMMON] Bump ONAP version Update chart versions 12.0.0 for London Issue-ID: OOM-3046 Signed-off-by: Andreas Geissler Change-Id: Ic196235ff4f6ae14a7ecad799bd75a9666b2594a --- kubernetes/aaf/Chart.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'kubernetes/aaf/Chart.yaml') diff --git a/kubernetes/aaf/Chart.yaml b/kubernetes/aaf/Chart.yaml index 9c0aa891eb..ef46ad605e 100644 --- a/kubernetes/aaf/Chart.yaml +++ b/kubernetes/aaf/Chart.yaml @@ -18,42 +18,42 @@ apiVersion: v2 description: ONAP Application Authorization Framework name: aaf -version: 11.0.0 +version: 12.0.0 dependencies: - name: aaf-cass - version: ~11.x-0 + version: ~12.x-0 repository: 'file://components/aaf-cass' condition: aaf-authz.enabled - name: aaf-cm - version: ~11.x-0 + version: ~12.x-0 repository: 'file://components/aaf-cm' condition: aaf-authz.enabled - name: aaf-fs - version: ~11.x-0 + version: ~12.x-0 repository: 'file://components/aaf-fs' condition: aaf-authz.enabled - name: aaf-gui - version: ~11.x-0 + version: ~12.x-0 repository: 'file://components/aaf-gui' condition: aaf-authz.enabled - name: aaf-locate - version: ~11.x-0 + version: ~12.x-0 repository: 'file://components/aaf-locate' condition: aaf-authz.enabled - name: aaf-oauth - version: ~11.x-0 + version: ~12.x-0 repository: 'file://components/aaf-oauth' condition: aaf-authz.enabled - name: aaf-service - version: ~11.x-0 + version: ~12.x-0 repository: 'file://components/aaf-service' condition: aaf-authz.enabled - name: aaf-sms - version: ~11.x-0 + version: ~12.x-0 repository: 'file://components/aaf-sms' condition: aaf-sms.enabled - name: aaf-sshsm - version: ~11.x-0 + version: ~12.x-0 repository: 'file://components/aaf-sshsm' condition: aaf-sshsm.enabled -- cgit 1.2.3-korg