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

Native Helm integration #12253

Closed
shinebayar-g opened this issue Feb 2, 2023 · 2 comments
Closed

Native Helm integration #12253

shinebayar-g opened this issue Feb 2, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@shinebayar-g
Copy link

Summary

Currently ArgoCD uses helm template to render yaml files. This means that we lose additional capabilities like helm ls etc.. helm cli becomes useless. Fortunately, Helm has a native Golang SDK which would allow ArgoCD to integrate with Helm natively.

Motivation

If this feature is implemented, ArgoCD users will be able to use helm cli features.

Proposal

Use Helm Golang SDK.

@shinebayar-g shinebayar-g added the enhancement New feature or request label Feb 2, 2023
@leoluz
Copy link
Collaborator

leoluz commented Feb 2, 2023

Argo CD interfaces with helm in order to get manifests generated. That is the operation required in order to have the desired state applied in Kubernetes. Can you please describe which helm CLI features would you like to be able to use inside Argo CD and why that would be beneficial?

@crenshaw-dev
Copy link
Collaborator

I think this is a duplicate of #8591. Let's move discussion over there.

@crenshaw-dev crenshaw-dev closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants