-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix(helmv3): add --force-update when adding a repo #26512
fix(helmv3): add --force-update when adding a repo #26512
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please sign the CLA, otherwise LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs cla signing
I signed the CLA. |
🎉 This PR is included in version 37.126.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Changes
We add
--force-update
to overwrite any existing repo with the same name.Context
When using renovate to update helm lock files in a monorepo, we encounter the following error when a helm chart is present in multiple Chart.yaml :
Using
--force-update
works around this behaviour by overwriting any existing repo with the same name.Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: