Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release chat-ui chart via a chart repository #1138

Open
wilfriedroset opened this issue May 13, 2024 · 0 comments
Open

Release chat-ui chart via a chart repository #1138

wilfriedroset opened this issue May 13, 2024 · 0 comments

Comments

@wilfriedroset
Copy link
Contributor

Deploying chat-ui on k8s with the chart. It seems quite new as the version is 0.0.0-latest but I trust it will evolve with time.
To further facilitate adoption I believe releasing the chart via a chart repository would be great. With that a user could do:

helm repo add huggingface https://huggingface.github.io/helm-charts
helm install chat-ui huggingface/chat-ui [--namespace llm]

And to pull the latest change a user could simply rely on helm

helm repo update

Without it, users need to git clone huggingface/chat-ui and use this local repository.
Alternatively if the deployment if fully as code users need to have a submodule

p.s: Thank you for the chart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant