-
Notifications
You must be signed in to change notification settings - Fork 5.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
feat: Add configurable Helm version (#3872) #4111
Conversation
Hey, this is cool! Will take a closer look tomorrow :) |
Cool :) |
e8a7968
to
cbb5b27
Compare
Codecov Report
@@ Coverage Diff @@
## master #4111 +/- ##
==========================================
+ Coverage 42.78% 42.81% +0.03%
==========================================
Files 124 124
Lines 18257 18286 +29
==========================================
+ Hits 7812 7830 +18
- Misses 9448 9455 +7
- Partials 997 1001 +4
Continue to review full report at Codecov.
|
This commit adds support for configurable Helm version either via declarative syntax or via argocd cli. New helm option 'Version' added to the ApplicationSourceHelm struct which can be either 'v2' or 'v3'. Argocd app create accepts '--helm-version' that also looks for the same Helm versions as above.
cbb5b27
to
6699414
Compare
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, @alexmt do you want to take an additional look please?
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!
@alexmt Any idea when this will be included in a release? I checked the I checked https://github.com/argoproj/argo-cd/blob/v1.7.5/cmd/argocd/commands/app.go#L739 for example but |
This commit adds support for configurable Helm version either via declarative syntax or via argocd cli. New helm option 'Version' added to the ApplicationSourceHelm struct which can be either 'v2' or 'v3'. Argocd app create accepts '--helm-version' that also looks for the same Helm versions as above.
This commit adds support for configurable Helm version either via
declarative syntax or via argocd cli.
New helm option 'Version' added to the ApplicationSourceHelm
struct which can be either 'v2' or 'v3'.
Argocd app create accepts '--helm-version' that also looks for the
same Helm versions as above.
Closes #3872 .
Checklist: