-
Notifications
You must be signed in to change notification settings - Fork 29
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
Helm chart repo may not be published to gitpages? #35
Comments
Dear @consideRatio and @yuvipanda I also believe there might be something wrong with the Helm chart web page. It returns a 404. Could you have a look? Thanks. |
I think you must specify --version explicitly, and thats why things fail. This chart doesnt have a single non-dev release like 1.2.3 and helm only consider those, not 1.2.3-beta.1 for example. |
But where do I see the available versions given that the web page is not accessible? |
The web page provides index.yaml, and it lists versions. Helm the cli probably can show it also somehow i guess. |
I wasn't succesfull with either of those approaches to finding versions, I was actually looking for versions when I started to suspect that perhaps the gitpage wasn't currently published? |
Closing this in favor of #45. |
Following the directions in README.md for k8s:
I tried again with helm 3, with the same results. The url listed in README doesn't seem quite right, or perhaps the helm chart isn't published?
The text was updated successfully, but these errors were encountered: