diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-30 14:20:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-30 14:20:51 +0000 |
commit | 806b539184191f160097507ca351a226b4eaf760 (patch) | |
tree | a7f3274ff544c844f05bde4a4ea174bbef036ac8 /kubernetes/so/components/so-mariadb/requirements.yaml | |
parent | 1fde7593244d0847e02d378aa1981fc2d4927f0c (diff) | |
parent | 4f9902b6e7b5c70588160266276904ab81832867 (diff) |
Merge "[COMMON][DOC] Bump version Guilin"
Diffstat (limited to 'kubernetes/so/components/so-mariadb/requirements.yaml')
-rwxr-xr-x | kubernetes/so/components/so-mariadb/requirements.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/so/components/so-mariadb/requirements.yaml b/kubernetes/so/components/so-mariadb/requirements.yaml index 0dfef90cff..7760cd8f3b 100755 --- a/kubernetes/so/components/so-mariadb/requirements.yaml +++ b/kubernetes/so/components/so-mariadb/requirements.yaml @@ -13,14 +13,14 @@ # limitations under the License. dependencies: - name: common - version: ~6.x-0 + version: ~7.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: ~6.x-0 + version: ~7.x-0 repository: '@local' - name: readinessCheck - version: ~6.x-0 + version: ~7.x-0 repository: '@local' |