X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcomponents%2Fso-mariadb%2Frequirements.yaml;h=b182a7008b75f7b2e39e46ea89b154d7f570aec3;hb=07efa9bb787a6a04dfb9771a3940b3461d247d20;hp=22d633325316d8eed607c2862d4a0193149dab32;hpb=ba34df1fd81ecb39176ac9d7ce84d1183fe34eba;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'