Release v0.0.2  | 
			||
|---|---|---|
| .github/workflows | ||
| api/v2alpha1 | ||
| config | ||
| controllers | ||
| docs | ||
| hack | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| DCO | ||
| Dockerfile | ||
| LICENSE | ||
| MAINTAINERS | ||
| Makefile | ||
| PROJECT | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	helm-controller
The helm-controller is a Kubernetes operator, allowing one to declaratively manage Helm chart releases. It is part of a composable GitOps toolkit and depends on source-controller to acquire the Helm charts from Helm repositories.
The desired state of a Helm release is described through a Kubernetes Custom
Resource named HelmRelease. Based on the creation, mutation or removal of a
HelmRelease resource in the cluster, Helm actions are performed by the
operator.
Features:
- watches for 
HelmReleaseobjects - fetches artifacts produced by source-controller
from 
Sourceobjects - watches 
Sourceobjects for revision changes - performs Helm actions as configured in the 
HelmRelease - runs 
HelmReleasesin a specific order, taking into account the depends-on relationship 
Specifications:
