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

feat(helm): remove need for Helm deployer's artifactOverrides #6949

Merged

Conversation

briandealwis
Copy link
Member

@briandealwis briandealwis commented Dec 9, 2021

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:

  • Document that build.artifacts[].name must match the images in the Helm charts

User facing changes (remove if N/A)

Copy link

@SSGoku369 SSGoku369 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@SSGoku369

This comment was marked as spam.

@tejal29
Copy link
Contributor

tejal29 commented Jan 18, 2022

I can take a look at this!

@tejal29 tejal29 self-assigned this Jan 18, 2022
@codecov
Copy link

codecov bot commented Jan 19, 2022

Codecov Report

❗ No coverage uploaded for pull request base (v2-v1.35.0@7c2aae6). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

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

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7c2aae6...91e206a. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants