This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
v2.2.0
New Features
- bump to controller-runtime 0.4.0
- lowercase spelling for QuarksSecret logging
- tailored permissions for the cluster roles and roles in the chart
- quarks links (entanglements) can now be consumed as environment variables
Known Issues
- helm delete won't clean up Custom Resource Definitions
- updates may cause skipping of StatefulSet version numbers
- not supported on Kubernetes > 1.16
- if the installation namespace of the operator is the same as the watched namespace, you won't be able to restart the operator
- 🚫🚫🚫you should skip this version - it has a bug that causes illegal secret names to be used for Quarks Links 🚫🚫🚫
Installation
# Use this if you've never installed the operator before
helm install --namespace cf-operator --name cf-operator https://s3.amazonaws.com/cf-operators/release/helm-charts/cf-operator-2.2.0-0.g3dce81dc.tgz
# Use this if the custom resources have already been created by a previous CF Operator installation
helm install --namespace cf-operator --name cf-operator https://s3.amazonaws.com/cf-operators/release/helm-charts/cf-operator-2.2.0-0.g3dce81dc.tgz --set "customResources.enableInstallation=false"
Assets
Helm chart and standalone binary: