mirror of
https://github.com/apache/superset.git
synced 2026-04-24 18:44:53 +00:00
Change helm requirement to bitnami charts (#12240)
Co-authored-by: Liam <luyen.nv@teko.vn>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user