From 6e00a8b5804469a9be1ad7d59f612341ce9bf0ce Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Thu, 22 Jun 2023 13:37:32 +0200 Subject: [COMMON] Bump ONAP version Update chart versions to 13.0.0 for Montreal Issue-ID: OOM-3173 Signed-off-by: Andreas Geissler Change-Id: Ie53fd021f01e459c464e44f4459a73ba0b00c172 --- kubernetes/holmes/Chart.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kubernetes/holmes/Chart.yaml') diff --git a/kubernetes/holmes/Chart.yaml b/kubernetes/holmes/Chart.yaml index 8f8e91d47f..7a8a23a42f 100644 --- a/kubernetes/holmes/Chart.yaml +++ b/kubernetes/holmes/Chart.yaml @@ -18,26 +18,26 @@ apiVersion: v2 description: ONAP DCAE HOLMES name: holmes -version: 12.0.0 +version: 13.0.0 dependencies: - name: common - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: repositoryGenerator - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: postgres - version: ~12.x-0 + version: ~13.x-0 repository: '@local' condition: global.postgres.localCluster - name: postgres-init - version: ~12.x-0 + version: ~13.x-0 repository: '@local' condition: global.postgres.globalCluster - name: holmes-rule-mgmt - version: ~12.x-0 + version: ~13.x-0 repository: 'file://components/holmes-rule-mgmt' - name: holmes-engine-mgmt - version: ~12.x-0 + version: ~13.x-0 repository: 'file://components/holmes-engine-mgmt' -- cgit 1.2.3-korg