diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2020-04-02 19:01:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-02 19:01:08 +0000 |
commit | 223cdf25ba1f04634d8cc31ccceb7a449395a01c (patch) | |
tree | 8c70e787eb27e6860ffd38651ab1e8777ea4b20d /kubernetes/so/requirements.yaml | |
parent | 51c3f48a0d63824df7063cee2041c8cd1c80f8e4 (diff) | |
parent | 1ef4cafed81f17379c069ec5110afb3fd34ce49b (diff) |
Merge "Bump chart version"
Diffstat (limited to 'kubernetes/so/requirements.yaml')
-rwxr-xr-x | kubernetes/so/requirements.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/so/requirements.yaml b/kubernetes/so/requirements.yaml index 7ef398f370..4f4eac48cb 100755 --- a/kubernetes/so/requirements.yaml +++ b/kubernetes/so/requirements.yaml @@ -13,12 +13,12 @@ # limitations under the License. dependencies: - name: common - version: ~5.x-0 + version: ~6.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: mariadb-galera - version: ~5.x-0 + version: ~6.x-0 repository: '@local' condition: global.mariadbGalera.localCluster |