Change helm requirement to bitnami charts (#12240)

Co-authored-by: Liam <luyen.nv@teko.vn>
This commit is contained in:
Liam 2021-01-19 01:52:02 +07:00 committed by GitHub
parent a0f3bb8dbe
commit 89b6a2cfcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -16,10 +16,10 @@
#
dependencies:
- name: postgresql
version: 8.1.4
repository: https://charts.helm.sh/stable
version: 10.2.0
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: 10.3.4
repository: https://charts.helm.sh/stable
version: 12.3.0
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled