* helm.sh/helm/v3 to v3.3.1 * k8s.io/api to v0.18.8 * k8s.io/apiextensions-apiserver to v0.18.8 * k8s.io/apimachinery to v0.18.8 * k8s.io/cli-runtime v0.18.8 * k8s.io/client-go v0.18.8 * sigs.k8s.io/controller-runtime to v0.6.2 |
||
|---|---|---|
| .github/workflows | ||
| api | ||
| 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:
