summaryrefslogtreecommitdiffstats
path: root/mod2/helm-generator/helmchartgenerator-core/src/test/input/blueprint/base/Chart.yaml
diff options
context:
space:
mode:
authorDhrumin Desai <dd303q@att.com>2021-11-08 10:51:52 -0500
committerDhrumin Desai <dd303q@att.com>2021-11-09 09:11:22 -0500
commit14693baf122b5bb7d34a1d5bec8db32a8d88f4d7 (patch)
treeb6956a9ca88d92cf201c6f85d35d46650d0523f7 /mod2/helm-generator/helmchartgenerator-core/src/test/input/blueprint/base/Chart.yaml
parentf98abd8de6b9457a7edcd3457e664bd9200de2bf (diff)
updated dependencies to 9.x-0 and added ServiceAccount.nameOverride substitution check in hemlchart generator
Issue-ID: DCAEGEN2-2960 Change-Id: I8d0db7a5ad404df241ca01acbd419a9f10a84792 Signed-off-by: Dhrumin Desai <dd303q@att.com>
Diffstat (limited to 'mod2/helm-generator/helmchartgenerator-core/src/test/input/blueprint/base/Chart.yaml')
-rw-r--r--mod2/helm-generator/helmchartgenerator-core/src/test/input/blueprint/base/Chart.yaml15
1 files changed, 9 insertions, 6 deletions
diff --git a/mod2/helm-generator/helmchartgenerator-core/src/test/input/blueprint/base/Chart.yaml b/mod2/helm-generator/helmchartgenerator-core/src/test/input/blueprint/base/Chart.yaml
index 239978f..e540212 100644
--- a/mod2/helm-generator/helmchartgenerator-core/src/test/input/blueprint/base/Chart.yaml
+++ b/mod2/helm-generator/helmchartgenerator-core/src/test/input/blueprint/base/Chart.yaml
@@ -15,25 +15,28 @@
# ============LICENSE_END=========================================================
apiVersion: v2
-appVersion: "Honolulu"
+appVersion: "Istanbul"
description: TBD
name: TBD
version: TBD
dependencies:
- name: common
- version: ~8.x-0
+ version: ~9.x-0
repository: '@local'
- name: repositoryGenerator
- version: ~8.x-0
+ version: ~9.x-0
repository: '@local'
- name: readinessCheck
- version: ~8.x-0
+ version: ~9.x-0
repository: '@local'
- name: dcaegen2-services-common
- version: ~8.x-0
+ version: ~9.x-0
repository: '@local'
- name: postgres
- version: ~8.x-0
+ version: ~9.x-0
repository: '@local'
condition: postgres.enabled
+ - name: serviceAccount
+ version: ~9.x-0
+ repository: '@local'