-
Notifications
You must be signed in to change notification settings - Fork 545
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
site: add chart index to site #737
Conversation
so that we can use site as chart repo Signed-off-by: Wei Zhang <[email protected]>
✅ Deploy Preview for kubernetes-sigs-scheduler-plugins ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
after this one merge, we can use the site as chart repo like: the URL should be https://scheduler-plugins.sigs.k8s.io/ after merged to master kweizh@weim /tmp> helm repo add pr https://deploy-preview-737--kubernetes-sigs-scheduler-plugins.netlify.app
"pr" has been added to your repositories
kweizh@weim /tmp> helm repo update pr
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "pr" chart repository
Update Complete. ⎈Happy Helming!⎈
kweizh@weim /tmp> helm search repo pr
NAME CHART VERSION APP VERSION DESCRIPTION
pr/scheduler-plugins 0.28.8 0.28.8 deploy scheduler plugin as a second scheduler i... |
It's fabulous @zwpaper ! Cannot wait to see its publish. Could you reword the release notes a bit? something like:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Huang-Wei, zwpaper The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
release note updated, PTAL @Huang-Wei |
/lgtm |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
add chart index to site so that we can use the site as chart repo,
and pull chart from our github releases
Which issue(s) this PR fixes:
Fixes #620
Special notes for your reviewer:
Does this PR introduce a user-facing change?