From ab2f466c448d45714511fe0ec2805ec76a34aa5e Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Thu, 24 Feb 2022 10:44:44 -0500 Subject: [DCAEMOD] Runtime base charts updates - Released RuntimeAPI container with updated helm-gen - Mongo charts support on base templates Change-Id: I2d4c4f63d607716e95bc0058e299751972400770 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-3096 Signed-off-by: Vijay Venkatesh Kumar --- .../dcaemod-runtime-api/resources/config/base/Chart.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'kubernetes/dcaemod/components/dcaemod-runtime-api/resources/config/base/Chart.yaml') diff --git a/kubernetes/dcaemod/components/dcaemod-runtime-api/resources/config/base/Chart.yaml b/kubernetes/dcaemod/components/dcaemod-runtime-api/resources/config/base/Chart.yaml index dee6adddc2..555e63767e 100644 --- a/kubernetes/dcaemod/components/dcaemod-runtime-api/resources/config/base/Chart.yaml +++ b/kubernetes/dcaemod/components/dcaemod-runtime-api/resources/config/base/Chart.yaml @@ -1,6 +1,6 @@ #============LICENSE_START======================================================== #================================================================================= -# Copyright (c) 2021 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2021-2022 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ # ============LICENSE_END========================================================= apiVersion: v2 -appVersion: "Istanbul" +appVersion: "Jakarta" description: TBD name: TBD version: TBD @@ -41,3 +41,7 @@ dependencies: - name: serviceAccount version: ~10.x-0 repository: '@local' + - name: mongo + version: ~10.x-0 + repository: '@local' + condition: mongo.enabled -- cgit 1.2.3-korg