trinodb / trino-gateway

https://trinodb.github.io/trino-gateway/
Apache License 2.0
122 stars 47 forks source link

Helm chart not available on any chart repository #391

Open silent-lad opened 1 week ago

silent-lad commented 1 week ago

Is there a conscious decision to not push the gateway chart to trino helm repository? The only way to use it now is to clone the repo and copy paste the helm chart folder in your IAAC repo

mosabua commented 1 week ago

Not really. We are not pushing the Trino helm chart either .. but we might end up pushing both. Currently the Trino Gateway one is still very early in terms of quality.

nineinchnick commented 1 week ago

Trino Helm chart is published to GitHub pages, which can be added as a repo in Helm. The same could be done here, but I think we should avoid having two separate Helm repos. I can check if we can include the gateway chart in the main Trino repo.

mosabua commented 1 week ago

Ok... we have to figure out how this works since in this repo we use github pages to host the website and I was hoping we can do the same for the charts. Can github pages host both? Like in a separate folder for the Helm repo?