1
votes

I am looking for a helm chart of Superset to set it up on Kubernetes which is hosted remotely. In other words I would like to call "helm repo add" on a remote url.

I found this one here but it says that it is deprecated with no reference to a new location. The only thing I could find is this pull request, but the repository it is leading to does not seem to contain Superset. Does anyone know if there is still a remote Superset helm chart somewhere out there?

1
Did the one in their repo not work for you? - mdaniel
I was hoping for a remotely hosted helm chart so that I can easily update it and make it available for different programmers without the need to download the Github project each time. In other words, I would like to call "helm repo add" on a remote url. - Manuel

1 Answers

2
votes

According to the documentation here

A helm chart has been published and can be added as

helm repo add superset https://apache.github.io/superset

Then installed

helm upgrade --install --values my-values.yaml superset superset/superset