X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcomponents%2Fso-mariadb%2Frequirements.yaml;h=b182a7008b75f7b2e39e46ea89b154d7f570aec3;hb=64c2d941090b9a0ce5fe50410da2215df56ffa27;hp=22d633325316d8eed607c2862d4a0193149dab32;hpb=13a3131a6816f874d1d605f4efed299f56b768c6;p=oom.git diff --git a/kubernetes/so/components/so-mariadb/requirements.yaml b/kubernetes/so/components/so-mariadb/requirements.yaml index 22d6333253..b182a7008b 100755 --- a/kubernetes/so/components/so-mariadb/requirements.yaml +++ b/kubernetes/so/components/so-mariadb/requirements.yaml @@ -13,11 +13,17 @@ # limitations under the License. dependencies: - name: common - version: ~6.x-0 + version: ~8.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: repositoryGenerator + version: ~8.x-0 + repository: '@local' - name: readinessCheck - version: ~6.x-0 + version: ~8.x-0 + repository: '@local' + - name: serviceAccount + version: ~8.x-0 repository: '@local'