diff options
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 237486d90b..7ef398f370 100755 --- a/kubernetes/so/requirements.yaml +++ b/kubernetes/so/requirements.yaml @@ -13,12 +13,12 @@ # limitations under the License. dependencies: - name: common - version: ~4.x-0 + version: ~5.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: ~4.x-0 + version: ~5.x-0 repository: '@local' condition: global.mariadbGalera.localCluster |