You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2021/01/17 08:00:06 UTC

[superset] branch master updated: fix: update helm chart repository (#12567)

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

tai 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 4d74cb3  fix: update helm chart repository (#12567)
4d74cb3 is described below

commit 4d74cb3f0555aec4678ab3b63ee0a83d8a40b03e
Author: Whemoon Jang <pa...@gmail.com>
AuthorDate: Sun Jan 17 16:59:09 2021 +0900

    fix: update helm chart repository (#12567)
---
 helm/superset/requirements.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm/superset/requirements.yaml b/helm/superset/requirements.yaml
index 60bcc42..9f11065 100644
--- a/helm/superset/requirements.yaml
+++ b/helm/superset/requirements.yaml
@@ -17,9 +17,9 @@
 dependencies:
 - name: postgresql
   version: 8.1.4
-  repository: https://kubernetes-charts.storage.googleapis.com/
+  repository: https://charts.helm.sh/stable
   condition: postgresql.enabled
 - name: redis
   version: 10.3.4
-  repository: https://kubernetes-charts.storage.googleapis.com/
+  repository: https://charts.helm.sh/stable
   condition: redis.enabled