This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Helm operator release 0.1.1-alpha
Pre-release
Pre-release
This patch release bundles a number of contributed fixes, to make the Helm operator work in a broader variety of circumstances (i.e., not just as a demo). The Helm operator is still considered "alpha".
- Support using TLS connections to Tiller
weaveworks/flux#1200 - Avoid continual, spurious installs in newer Kubernetes
weaveworks/flux#1193 - Make it easier to override SSH config (and
known_hosts
)
weaveworks/flux#1188 - Annotate resources created by a Helm release with the name of the
FluxHelmRelease custom resource, so they can be linked
weaveworks/flux#1134 - Purge release when FluxHelmRelease is deleted, so restoring the
resource can succeed
weaveworks/flux#1106 - Correct permissions on baked-in SSH config
weaveworks/flux#1098 - Test coverage for releasesync package
weaveworks/flux#1089).
It is now possible to install Flux and the Helm operator using the helm chart in this
repository.