#helmfile (2024-06)

https://github.com/helmfile/helmfile

Questions and discussion around helmfile https://github.com/roboll/helmfile and https://github.com/cloudposse/helmfiles

Archive: https://archive.sweetops.com/helmfile/

2024-06-03

Marcus Ramberg avatar
Marcus Ramberg

I was wondering, is using helmfile as a go api still supported? I could only find info about it in the old issue tracker.

yxxhero avatar
yxxhero

what do you mean? you wanna use helmfile by go library?

yxxhero avatar
yxxhero

@Marcus Ramberg

Marcus Ramberg avatar
Marcus Ramberg

Yea

Marcus Ramberg avatar
Marcus Ramberg

https://github.com/reMarkable/helmfile-nix I made a wrapper to write helmfiles in nix format. Currently it execs helmfile, but I was considering if it would be better to use the library

reMarkable/helmfile-nix

helmfile wrapper for writing helmfiles in nix syntax

Marcus Ramberg avatar
Marcus Ramberg
#639 feat: helmfile as a go library

This removes almost all the dependencies from the helmfile core logic to urfave/cli. main.go is now a thin wrapper around the core logic implemented in pkg/app.

yxxhero avatar
yxxhero

Any issues did you meet?

Marcus Ramberg avatar
Marcus Ramberg

no, was just wondering if it’s supported, I think last time I looked I could only find roboll one in gopkg, but I see the new version is here https://pkg.go.dev/github.com/helmfile/helmfile

yxxhero avatar
yxxhero

Take a try. Pls

1
Marcus Ramberg avatar
Marcus Ramberg

Seems to work great btw

2024-06-04

2024-06-06

    keyboard_arrow_up