-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Ability to parse/check Helm chart repository metadata #50
Comments
I'm not sure about this. With option 2, the "index file" of sorts for all helms available in the repository, you can query helm versions available by running With option 1, how do you envision invoking All in all, I don't understand what would be a useful use case :-) |
My use case is making a small tool to compare one version, for instance the currently installed, against available version. Preferably without having I've not looked at the No problem if this is outside of
|
@terbolous can you check if it behaves as desired, from the master commit of With invocation like So for such URLs, you'll have to explicitly specify the type via For URLs with |
LGTM, thanks :) |
Released in v1.3.5. |
I've been trying to get version data for Helm charts where there is no apparent git tag or release, this is pretty common for repositories that contain multiple Helm charts.
Example: https://github.com/bitnami/charts/tree/master/bitnami
I see a couple various ways of doing this.
All charts has a
Chart.yaml
that contains a version, example: https://github.com/bitnami/charts/blob/master/bitnami/apache/Chart.yamlMost repositories, but not all, produce a repository manifest. Example: https://charts.bitnami.com/bitnami/index.yaml
The text was updated successfully, but these errors were encountered: