cbenjemaa / helm-operator

The Flux Helm Operator, for declarative Helming

Home Page:https://docs.fluxcd.io/projects/helm-operator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm Operator

CircleCI GoDoc Documentation

The Helm Operator provides an extension to Flux that automates Helm Chart releases in a GitOps manner. A Chart release is described through a Kubernetes custom resource named HelmRelease. The Flux daemon synchronizes these resources from git to the cluster, and the Helm Operator makes sure Helm charts are released as specified in the resources.

GitOps Helm Operator

Helm Operator features

  • declarative helm install/upgrade/delete of charts
  • pulls charts from public or private Helm repositories over HTTPS
  • pulls charts from public or private Git repositories over SSH
  • chart release values can be specified inline in the HelmRelease object or via secrets, configmaps or URLs
  • automated chart upgrades based on container image tag policies (requires Flux)
  • automatic purging on chart install failures
  • automatic rollback on chart upgrade failures
  • supports both Helm v2 and v3

Get started with the Helm Operator

Get started installing the Helm operator or just browse through the documentation.

Integrations

As Flux Helm Operator is Open Source, integrations are very straight-forward. Here are a few popular ones you might want to check out:

Community & Developer information

We welcome all kinds of contributions to Helm Operator, be it code, issues you found, documentation, external tools, help and support or anything else really.

The FluxCD projects adheres to the CNCF Code of Conduct.

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a Flux project maintainer, or the CNCF mediator, Mishi Choudhary mishi@linux.com.

To familiarise yourself with the project and how things work, you might be interested in the following:

Getting Help

If you have any questions about Helm Operator and continuous delivery:

Your feedback is always welcome!

About

The Flux Helm Operator, for declarative Helming

https://docs.fluxcd.io/projects/helm-operator/

License:Apache License 2.0


Languages

Language:Go 82.0%Language:Shell 14.2%Language:Makefile 2.7%Language:Smarty 1.1%