diff options
author | 2022-03-22 08:28:25 +0000 | |
---|---|---|
committer | 2022-03-22 08:28:25 +0000 | |
commit | 9fd3bbd695866647fc7cbda0d411850a86fedd9a (patch) | |
tree | 3a32fa73475ebbfd3b7f909524a9b520db83d813 /kubernetes/dcaemod/components/dcaemod-runtime-api/resources/config/base/Chart.yaml | |
parent | 84c4611b2359aa1b71e54369b301cd4290c2a3d1 (diff) | |
parent | ab2f466c448d45714511fe0ec2805ec76a34aa5e (diff) |
Merge "[DCAEMOD] Runtime base charts updates"
Diffstat (limited to 'kubernetes/dcaemod/components/dcaemod-runtime-api/resources/config/base/Chart.yaml')
-rw-r--r-- | kubernetes/dcaemod/components/dcaemod-runtime-api/resources/config/base/Chart.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
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 |