-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add helm chart repo #199
Comments
This is useful. @msau42 Does k8s-infra provide a way to publish helm charts? |
I'm unsure. Can you check in #wg-k8s-infra? |
@cofyc Any updates? Can i help with something? |
I just asked in #wg-k8s-infra. If there is a way to host helm charts, we can publish it. |
currently, our infra does not host the helm charts. the helm central repo is deprecated, I'm not sure where we can publish our charts. https://kubernetes.slack.com/archives/CCK68P2Q2/p1592189918344000 |
Yes, helm/charts is deprecated, i added link to guide how to add custom helm chart repo https://helm.sh/docs/topics/chart_repository/ |
maybe the GitHub pages is an option for us |
You can try https://github.com/marketplace/actions/helm-chart-releaser with github actions |
Thanks!
On Sat, Jun 20, 2020 at 4:13 AM Sergey Shaykhullin ***@***.***> wrote:
You can try https://github.com/marketplace/actions/helm-chart-releaser
with github actions
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#199 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAWMUQVLS7AEQSVSGVTA43RXPBG7ANCNFSM4NZH4KKA>
.
--
Yecheng Fu (Cofyc)
https://yechengfu.com
|
@sergeyshaykhullin I noticed that you closed this, has the chart actually been published somewhere since @cofyc 's last comment? |
For the record, I worked around this using the helm-git plugin [0] like so:
|
@sergeyshaykhullin Can you open this issue again please? |
@vaskozl 🖐️ |
This looks like a duplicate of #35 |
@msau42: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is your feature request related to a problem? Please describe.
Add helm chart repo for provisioner, because manual installation with pulling git repo is not comfortable =/
Describe the solution you'd like in detail
helm repo add kubernetes-sigs https://whatever
https://helm.sh/docs/topics/chart_repository/
The text was updated successfully, but these errors were encountered: