Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / common / postgres-init / Chart.yaml
index 7de0d9a..81f566f 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright © 2021 Orange
+# Modifications Copyright © 2021 Nordix Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apiVersion: v1
+apiVersion: v2
 description: Chart for Postgres init job
 name: postgres-init
-version: 8.0.0
+version: 13.0.1
+
+
+dependencies:
+  - name: common
+    version: ~13.x-0
+    repository: 'file://../common'
+  - name: repositoryGenerator
+    version: ~13.x-0
+    repository: 'file://../repositoryGenerator'
+  - name: readinessCheck
+    version: ~13.x-0
+    repository: '@local'
+  - name: serviceAccount
+    version: ~13.x-0
+    repository: '@local'
\ No newline at end of file