-
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
Use Helm chart version in render #5922
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5922 +/- ##
==========================================
+ Coverage 70.92% 70.94% +0.01%
==========================================
Files 449 449
Lines 16981 16982 +1
==========================================
+ Hits 12044 12048 +4
+ Misses 4039 4038 -1
+ Partials 898 896 -2
Continue to review full report at Codecov.
|
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.
LGTM
{ | ||
description: "deploy remote chart with version", | ||
commands: testutil. | ||
CmdRunWithOutput("helm version --client", version31). |
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.
nit: does helm require semver
versions? I don't think so from:
https://helm.sh/docs/helm/helm_dependency/#synopsis
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.
We require certain versions due to functionality being introduced. In this case, I just copied from the previous test.
Fixes: #5887
Merge after: #5921
Description
Use release
version
when rendering a remote chart.User facing changes (remove if N/A)
skaffold render
uses remote Helm chart version when specified