mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update chart dependencies to versions that support k8s 1.16. Needed because the old versions of the redis and mariadb charts contain calls to [deprecated APIs](https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/). Signed-off-by: Tom Snyder <tomsnyder@varac.net>
10 lines
265 B
YAML
10 lines
265 B
YAML
dependencies:
|
|
- name: mariadb
|
|
version: ~7.1.0
|
|
repository: https://kubernetes-charts.storage.googleapis.com/
|
|
condition: mariadb.enabled
|
|
- name: redis
|
|
version: ~10.0.1
|
|
repository: https://kubernetes-charts.storage.googleapis.com/
|
|
condition: redis.enabled
|