-
Notifications
You must be signed in to change notification settings - Fork 274
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
use github pages to host official helm chart repository #1418
Comments
hello @jackfrancis , i am happy to work on this if it isn't taken yet. but one clarification i have is, is the intention to remove the existing hugo pages and replace it with hosting of helm chart repo or have both the hugo pages and helm chart repo hosted together? |
I don't believe you can get both (the chart-releaser-action takes over the entire hugo implementation as far as I can tell). cc @lzhecheng @feiskyer for permissions to overwrite the existing github pages content |
@jackfrancis This repo's ghpages branch is in use with some current updates now: https://github.com/kubernetes-sigs/cloud-provider-azure/tree/gh-pages |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
is this pr still valid? |
yes, better to host with github pages, but we need to check how to host both charts and website together. /remove-lifecycle stale |
What would you like to be added:
This is a proposal to consider using the github pages feature to host the helm chart repo, rather than hosting it in a static directory in the repo. It looks like there is a
gh-pages
branch that hasn't been updated in over a year, so maybe we can use it for this?I've had success in other projects using this github action to accomplish this goal:
https://github.com/helm/chart-releaser-action
Why is this needed:
Not 100% required, but would make helm chart downloads easier for users. Compare:
helm install --repo https://kubernetes-sigs.github.io/cloud-provider-azure/
to
helm install --repo https://raw.githubusercontent.com/kubernetes-sigs/cloud-provider-azure/master/helm/repo
The former (which is what a gh-pages-backed repo would look like) is cleaner IMO.
The text was updated successfully, but these errors were encountered: