Skip to content
Snippets Groups Projects
Verified Commit c92144a0 authored by Varac's avatar Varac
Browse files

Force newer version of maridb than nextcloud/requirements.yaml has

See https://open.greenhost.net/openappstack/openappstack/issues/390
parent c85af366
No related branches found
No related tags found
1 merge request!21Resolve "Update nextcloud dependency charts to work with k8s 1.16"
...@@ -18,6 +18,7 @@ dependencies: ...@@ -18,6 +18,7 @@ dependencies:
- key-value-store - key-value-store
- redis - redis
- onlyoffice - onlyoffice
- nextcloud
- name: postgresql - name: postgresql
version: 7.7.0 version: 7.7.0
repository: "@stable" repository: "@stable"
...@@ -25,3 +26,13 @@ dependencies: ...@@ -25,3 +26,13 @@ dependencies:
- postgresql - postgresql
- onlyoffice - onlyoffice
- database - database
# Force newer version of maridb as nextcloud/requirements.yaml have
# so we can use k8s 1.16
# See https://open.greenhost.net/openappstack/openappstack/issues/390
- name: mariadb
version: 7.1.0
repository: "@stable"
tags:
- mariadb
- nextcloud
- database
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment