diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-11-23 11:04:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-23 11:04:00 +0000 |
commit | af614c6913a3e7d4f3dc632d4f9067f98c113d9b (patch) | |
tree | 7270fca1adaa1b814a47a73a775529ed66e8f645 /kubernetes/so/components/so-mariadb/requirements.yaml | |
parent | 87803a46f67959b3f804a409899bc382ce283763 (diff) | |
parent | 747982c26fb62c0605541117a9b8a5fd00a3fc32 (diff) |
Merge "[SO] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/so/components/so-mariadb/requirements.yaml')
-rwxr-xr-x | kubernetes/so/components/so-mariadb/requirements.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/so/components/so-mariadb/requirements.yaml b/kubernetes/so/components/so-mariadb/requirements.yaml index 22d6333253..0dfef90cff 100755 --- a/kubernetes/so/components/so-mariadb/requirements.yaml +++ b/kubernetes/so/components/so-mariadb/requirements.yaml @@ -18,6 +18,9 @@ dependencies: # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' + - name: repositoryGenerator + version: ~6.x-0 + repository: '@local' - name: readinessCheck version: ~6.x-0 repository: '@local' |