-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(helm): remove need for Helm deployer's artifactOverrides #6949
feat(helm): remove need for Helm deployer's artifactOverrides #6949
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.
ok
This comment was marked as spam.
This comment was marked as spam.
I can take a look at this! |
Codecov Report
@@ Coverage Diff @@
## v2-v1.35.0 #6949 +/- ##
=============================================
Coverage ? 68.05%
=============================================
Files ? 543
Lines ? 25537
Branches ? 0
=============================================
Hits ? 17378
Misses ? 6939
Partials ? 1220 Continue to review full report at Codecov.
|
Tracking bug: #6706
Note: This PR is against v2-v1.35.0
It cherry-picks #6913 that was already committed to the main branch.
Description
This PR removes the Helm deployer's
artifactOverrides
configuration by using Skaffold as the Helm post-renderer to perform our manifest transformations, including image replacement. This simplifies configuring Helm projects and also avoiding resource churn (e.g., setting a label on a deployments will re-create its pods; #3133).This change requires moving our minimum supported Helm version to 3.1.0. This change will break any users that use their own post-renderer hooks via
deploy.helm.flags
.TBD:
User facing changes (remove if N/A)