X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=kubernetes%2Fvid%2Frequirements.yaml;h=c6554cada2b7cbabbfe045f92f1e46f441d87c42;hb=ab116a5f0c10b96ddd2f006e945647670ab148e5;hp=f639633537c71cf1bd8fe5df85d53486226908b0;hpb=50123f322ca1adc44dfb383355f026e37f1a456d;p=oom.git diff --git a/kubernetes/vid/requirements.yaml b/kubernetes/vid/requirements.yaml index f639633537..c6554cada2 100644 --- a/kubernetes/vid/requirements.yaml +++ b/kubernetes/vid/requirements.yaml @@ -14,8 +14,20 @@ dependencies: - name: common - version: ~2.0.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' +