Skip to content
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

Support version ranges in chart dependencies #94

Open
fstaudt opened this issue May 18, 2023 · 0 comments
Open

Support version ranges in chart dependencies #94

fstaudt opened this issue May 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@fstaudt
Copy link
Owner

fstaudt commented May 18, 2023

Where possible, Helm documentation recommends to use version ranges instead of pinning to an exact version.

Version ranges are currently only supported for local and extracted JSON schemas.
It should also be supported for other dependencies with JSON schemas stored in external repositories.\

Plugin could retrieve the dependency version in Chart.yaml of dependency archive to define which version of the JSON schema should be downloaded from external repositories.
If version can't be retrieved from dependency archive, a fallback schema should be generated with a clear error message in description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant