summaryrefslogtreecommitdiffstats
path: root/mod2/helm-generator/helmchartgenerator-cli/src/test/input/blueprint/base/Chart.yaml
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2021-11-09 15:44:00 +0000
committerGerrit Code Review <gerrit@onap.org>2021-11-09 15:44:00 +0000
commit505e40be9035ba6c979d5d1ccbff777ead3f2fbe (patch)
treee8eaac611ce66096d0b74f9a3f9180fa52d62687 /mod2/helm-generator/helmchartgenerator-cli/src/test/input/blueprint/base/Chart.yaml
parentc6f1b58aae6ecddeb4d2a615e017c625c7e29bfa (diff)
parent14693baf122b5bb7d34a1d5bec8db32a8d88f4d7 (diff)
Merge "updated dependencies to 9.x-0 and added ServiceAccount.nameOverride substitution check in hemlchart generator"
Diffstat (limited to 'mod2/helm-generator/helmchartgenerator-cli/src/test/input/blueprint/base/Chart.yaml')
-rw-r--r--mod2/helm-generator/helmchartgenerator-cli/src/test/input/blueprint/base/Chart.yaml15
1 files changed, 9 insertions, 6 deletions
diff --git a/mod2/helm-generator/helmchartgenerator-cli/src/test/input/blueprint/base/Chart.yaml b/mod2/helm-generator/helmchartgenerator-cli/src/test/input/blueprint/base/Chart.yaml
index 239978f..a7e98c1 100644
--- a/mod2/helm-generator/helmchartgenerator-cli/src/test/input/blueprint/base/Chart.yaml
+++ b/mod2/helm-generator/helmchartgenerator-cli/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'