-
Notifications
You must be signed in to change notification settings - Fork 71
feat(chart): add a helm chart #33
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
Conversation
|
Thanks, i'll try to push that to repos |
|
I guess it also needs some kind of |
Sure, do you want me to create a new pull request for this purpose ? |
|
Yes, since this one is already merged :) If all file structure would be ready - I'll add it to the relevant repos etc. |
|
@blind-oracle Looks like it needs to be pushed to a specific branch: |
|
@blind-oracle Any chance of making the helm chart available via |
|
Sorry, was bit busy. According to https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site you don't really need |
That would be awesome! |
|
Just create an MR with index.yaml and i'll do it. I have no experience with Helm so it would take time for me to do it |
|
It seems to me, that the branch is needed. There is an official tutorial from helm itself: https://helm.sh/docs/howto/chart_releaser_action/ |
Note:
This does not publish the chart to sites like https://artifacthub.io/packages/helm. If wanted, a few steps are required by the author of the app (see https://artifacthub.io/docs/topics/repositories/helm-charts/, https://leeyoongti.medium.com/helm-in-kubernetes-part-4-publish-helm-chart-to-artifact-hub-using-github-pages-ab7f55904faa).
Closes #32