Merge "[DCAEMOD] Uses new tpls for repos / images"
[oom.git] / kubernetes / nbi / requirements.yaml
index b440b1e..f76d598 100644 (file)
 
 dependencies:
   - name: common
-    version: ~5.x-0
+    version: ~6.x-0
     # local reference to common chart, as it is
     # a part of this chart's package and will not
     # be published independently to a repo (at this point)
     repository: '@local'
+  - name: certInitializer
+    version: ~6.x-0
+    repository: '@local'
   - name: mongo
-    version: ~5.x-0
+    version: ~6.x-0
+    repository: '@local'
+  - name: mariadb-galera
+    version: ~6.x-0
+    repository: '@local'
+    condition: global.mariadbGalera.localCluster
+  - name: mariadb-init
+    version: ~6.x-0
+    repository: '@local'
+    condition: not global.mariadbGalera.localCluster
+  - name: repositoryGenerator
+    version: ~6.x-0
     repository: '@local'
-