X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fnbi%2Frequirements.yaml;h=f0c4b8e3742778dd541d373d1ff4d701c061f286;hb=b97b5b43213a4e211719482fd306a485f794fd66;hp=d9dd0bc677d6b43d9e8956301179d89b72fb5a4a;hpb=89f26d8930e5f1074d0819f0df7e292243e72463;p=oom.git diff --git a/kubernetes/nbi/requirements.yaml b/kubernetes/nbi/requirements.yaml index d9dd0bc677..f0c4b8e374 100644 --- a/kubernetes/nbi/requirements.yaml +++ b/kubernetes/nbi/requirements.yaml @@ -15,12 +15,19 @@ dependencies: - name: common - version: ~4.x-0 + version: ~5.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: mongo - version: ~4.x-0 + version: ~5.x-0 repository: '@local' - + - name: mariadb-galera + version: ~5.x-0 + repository: '@local' + condition: global.mariadbGalera.localCluster + - name: mariadb-init + version: ~5.x-0 + repository: '@local' + condition: not global.mariadbGalera.localCluster