skaffold render
ignores version with helm remoteChart
#5887
Labels
Milestone
skaffold render
ignores version with helm remoteChart
#5887
Expected behavior
skaffold render
respects the version of theremoteChart
you specify.Actual behavior
skaffold render
ignoresversion
withremoteChart
.Information
Steps to reproduce the behavior
Run
skaffold render
:That's really all there is to it. The example I've given doesn't actually cause any issues -- 1.3.0 renders just as well as 1.3.1 -- but it's a minimal replication scenario for something that could cause issues (e.g., if I specified values that worked with an older version but not
latest
).The text was updated successfully, but these errors were encountered: