updated dependencies to 9.x-0 and added ServiceAccount.nameOverride substitution...
[dcaegen2/platform.git] / mod2 / helm-generator / helmchartgenerator-core / src / test / input / blueprint / base / Chart.yaml
index 239978f..e540212 100644 (file)
 # ============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'