[Feature request] support for --skip-refresh
when updating helm chart dependencies
#8413
Labels
deploy/helm
kind/feature-request
priority/p3
agreed that this would be good to have, but no one is available at the moment.
In our project we use a separate Helm library chart for re-usable templates. Every other chart has it defined as a dependency, e.g.:
In many our charts it is the only dependency. It enforces us to have
skipDependencyUpdate: false
, but also updates cache of remote helm repositories every time we run deploy, which sometimes is time-consuming.We would like skaffold to be able to pass
--skip-refresh
option to thehelm dependency update
command. This way it would be possible for users to skip refreshing cache of every repo fromhelm repo list
.The text was updated successfully, but these errors were encountered: