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

[Feature request] support for --skip-refresh when updating helm chart dependencies #8413

Open
muzalevs opened this issue Feb 7, 2023 · 0 comments · May be fixed by #9672 or #9696
Open

[Feature request] support for --skip-refresh when updating helm chart dependencies #8413

muzalevs opened this issue Feb 7, 2023 · 0 comments · May be fixed by #9672 or #9696
Labels
deploy/helm kind/feature-request priority/p3 agreed that this would be good to have, but no one is available at the moment.

Comments

@muzalevs
Copy link

muzalevs commented Feb 7, 2023

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.:

dependencies:
  - name: template-lib
    version: 0.1.0
    repository: file://../template-lib

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 the helm dependency update command. This way it would be possible for users to skip refreshing cache of every repo from helm repo list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy/helm kind/feature-request priority/p3 agreed that this would be good to have, but no one is available at the moment.
Projects
None yet
2 participants