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

helmfile support #295

Closed
dmildh opened this issue Feb 24, 2021 · 9 comments
Closed

helmfile support #295

dmildh opened this issue Feb 24, 2021 · 9 comments

Comments

@dmildh
Copy link

dmildh commented Feb 24, 2021

Are there any plans to implement helmfile support. We recently converted many of our cluster management helm installations from custom bash scripts to helmfile which simplifoed the installation of multiple charts at once for any one installed component and is able to show you the diff of changes. For example of you have a chart such as external-dns that requires another chart to setup AWS Irsa roles then this is where helmfile really shines since it's all in a single yaml file. It also contains the logic of which directories in your git repos to search for other helm vars as well.

@jmatsushita
Copy link

That's also something that would be a huge plus for adoption for us. 👍

@philomory
Copy link

This would be huge if for no other reason than that it would, as a side-effect, provide sane secrets-handling.

@aquam8
Copy link

aquam8 commented May 18, 2021

I will link the Helmfile project for comprehensiveness https://github.com/roboll/helmfile

It supports so many chart hosting options out of the box 👍

@PatrickHuetter
Copy link

That would be a huge improvement.

@Laurianti
Copy link

Good idea

@Kalimero66
Copy link

+1^32

@WolfspiritM
Copy link

I'm also looking for this. Currently we're using a devops pipeline to trigger helmfiles. It would be awesome if fleet could do that without the need of an extra pipeline. Helmfiles make it very easy to deploy multiple applications.

I know that in general fleet can deploy HelmChart resources which will then be handled by cattle but in our case we have custom charts combined with remote charts and want to depend on each other which isn't very easy to handle with HelmChart resources.

@kkaempf
Copy link
Collaborator

kkaempf commented Dec 13, 2022

It's at https://github.com/helmfile/helmfile now

@kkaempf
Copy link
Collaborator

kkaempf commented Nov 6, 2024

See #2962

@kkaempf kkaempf closed this as not planned Won't fix, can't repro, duplicate, stale Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests