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
https://helm-charts.komodor.io/index.yaml
Starting with 1.3, the urls in the chart index.yaml are pointing to github: urls: - https://github.com/komodorio/helm-charts/releases/download/komoplane-0.1.3/komoplane-0.1.3.tgz
Till 1.3, the urls were relative: urls: - komoplane/komoplane-0.1.2.tgz
This is problematic when using Artifactory, the chart location is not resolved correctly. This worked fine till 1.3.
The text was updated successfully, but these errors were encountered:
Thanks for reporting @reggie-k , I'll look why this happened and if we can do anything about it.
Sorry, something went wrong.
No branches or pull requests
https://helm-charts.komodor.io/index.yaml
Starting with 1.3, the urls in the chart index.yaml are pointing to github:
urls:
- https://github.com/komodorio/helm-charts/releases/download/komoplane-0.1.3/komoplane-0.1.3.tgz
Till 1.3, the urls were relative:
urls:
- komoplane/komoplane-0.1.2.tgz
This is problematic when using Artifactory, the chart location is not resolved correctly.
This worked fine till 1.3.
The text was updated successfully, but these errors were encountered: