You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by cr...@apache.org on 2021/01/18 18:52:49 UTC

[superset] branch master updated: Change helm requirement to bitnami charts (#12240)

This is an automated email from the ASF dual-hosted git repository.

craigrueda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 89b6a2c  Change helm requirement to bitnami charts (#12240)
89b6a2c is described below

commit 89b6a2cfcb087979c420534b24ceaa1ed5d08374
Author: Liam <ng...@gmail.com>
AuthorDate: Tue Jan 19 01:52:02 2021 +0700

    Change helm requirement to bitnami charts (#12240)
    
    Co-authored-by: Liam <lu...@teko.vn>
---
 helm/superset/requirements.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/helm/superset/requirements.yaml b/helm/superset/requirements.yaml
index 9f11065..b9dbac7 100644
--- a/helm/superset/requirements.yaml
+++ b/helm/superset/requirements.yaml
@@ -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