X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fvid%2Frequirements.yaml;h=c6554cada2b7cbabbfe045f92f1e46f441d87c42;hb=ab116a5f0c10b96ddd2f006e945647670ab148e5;hp=6a748bee0c0642a18ecc257433d01a145732f421;hpb=670692c93c232b58b39ef088bdaad2106d5b1ec8;p=oom.git diff --git a/kubernetes/vid/requirements.yaml b/kubernetes/vid/requirements.yaml index 6a748bee0c..c6554cada2 100644 --- a/kubernetes/vid/requirements.yaml +++ b/kubernetes/vid/requirements.yaml @@ -14,8 +14,20 @@ dependencies: - name: common - version: ~5.x-0 + version: ~7.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: mariadb-galera + version: ~7.x-0 + repository: '@local' + condition: global.mariadbGalera.localCluster + - name: mariadb-init + version: ~7.x-0 + repository: '@local' + condition: not global.mariadbGalera.localCluster + - name: repositoryGenerator + version: ~7.x-0 + repository: '@local' +