Skip to content

soer3n/yaho

Repository files navigation

codecov Go Report Card GitHub tag (latest SemVer) GitHub go.mod Go version GitHub Workflow Status GitHub Workflow Status GitHub

Yet Another Helm Operator

This operator is for managing helm repositories, releases and values in a declarative way. This project tries to picture helm as an kubernetes api extension. Through a custom resource for values reusing of them in different releases with same sub specifications is one feature. Another is to use kubernetes rbac for restricting helm usage for specific cluster configs. And there are no local files which could differ on multiple workstations.

Docs

Documentation is build with hugo and can be found here.

Contributing

Pull requests are welcome. As these project is in a early stage there is currently no guideline for it.

If you find a bug while running the operator please open a pull request or an issue. If you want to make a feature request you should open an issue at first.

License

The license file can be viewed here.