X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fvid%2Frequirements.yaml;h=ed8b8057d975f46b04d08aeab1ab233d2f07d012;hb=89bdd2b82ad76d56b90db408339524c261fb36cf;hp=6e5fe9dae2e8ddeb8316382f1061dcf2b0e8ed69;hpb=a362d9ba0fd2ece5cd39d4b43ae92ea88486db35;p=oom.git diff --git a/kubernetes/vid/requirements.yaml b/kubernetes/vid/requirements.yaml index 6e5fe9dae2..ed8b8057d9 100644 --- a/kubernetes/vid/requirements.yaml +++ b/kubernetes/vid/requirements.yaml @@ -14,11 +14,17 @@ 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: mariadb-galera - version: ~5.x-0 + version: ~6.x-0 repository: '@local' + condition: global.mariadbGalera.localCluster + - name: mariadb-init + version: ~6.x-0 + repository: '@local' + condition: not global.mariadbGalera.localCluster +