Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

v2.3.0

Compare
Choose a tag to compare
@viovanov viovanov released this 06 Feb 11:52
· 676 commits to master since this release

New Features

  • helm chart can now be configured to skip creation of the "watched namespace"
  • helm chart version now has a proper semantic version
  • fix for link secrets having illegal names

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

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.3.0%2B0.g27a91cdf.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.3.0%2B0.g27a91cdf.tgz --set "customResources.enableInstallation=false"

Assets

Helm chart and standalone binary: