We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should think about adding support for Artifact Hub:
API docs: https://artifacthub.io/docs/api/
Example URL: https://artifacthub.io/api/v1/packages/helm/ingress-nginx/ingress-nginx
$ curl -s 'https://artifacthub.io/api/v1/packages/helm/ingress-nginx/ingress-nginx' | jq -r .content_url https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.11.2/ingress-nginx-4.11.2.tgz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should think about adding support for Artifact Hub:
API docs: https://artifacthub.io/docs/api/
Example URL: https://artifacthub.io/api/v1/packages/helm/ingress-nginx/ingress-nginx
The text was updated successfully, but these errors were encountered: