Helmfile is a manager for your helm releases.
This helmfile management repository is implementing helmfile.d
approach to manage helm releases across kubernetes cluster environment. The helm releases are separated across namespaces, you can take look on helmfile.d/<namespace_name>
, and the chart values on values.d/<namespace_name>/<release_name>
.
This repository also contains a helper command one of which is helmize
to help helmfile managed the kustomize
resources which could be seen on bin/ directory. Thus helper command are intended to work with helmfile through hook the helmfile events.