-
Notifications
You must be signed in to change notification settings - Fork 42
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
Investigate why the Helm Chart Release GitHub Action didn't work #97
Comments
@chrislusf could you please create the |
Created https://github.com/seaweedfs/seaweedfs-operator/tree/gh-pages Let me know if anything is needed. |
@chrislusf #116 seems to publish the charts now. The following works. helm repo add seaweedfs-operator https://seaweedfs.github.io/seaweedfs-operator/helm
helm template seaweedfs-operator seaweedfs-operator/seaweedfs-operator we may have to clean-up |
We need to investigate why the release didn't show up here:
https://github.com/seaweedfs/seaweedfs-operator/releases
Here's the GitHub Workflow:
https://github.com/seaweedfs/seaweedfs-operator/blob/master/.github/workflows/helm_chart_release.yml
Here's the job where it ran:
https://github.com/seaweedfs/seaweedfs-operator/actions/runs/6921460451/job/18827076156
I will test this on a fork and see what I can surmise. My first inclination is that the perhaps it has to do with one of the following:
gh-pages
branchThere's also a chance it has to do with the directory the helm chart is in. It's normally expected that the helm chart is in
charts/appname
so in this case it'd becharts/seaweedfs-operator
, but I don't think that's it though, because I set the chart dir in the workflow according to the docs 🤔seaweedfs-operator/.github/workflows/helm_chart_release.yml
Lines 40 to 41 in 8b69993
The text was updated successfully, but these errors were encountered: