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

v5.1.0

Compare
Choose a tag to compare
@viovanov viovanov released this 10 Jul 16:20
· 318 commits to master since this release

New Features

  • Fix BOSH add-ons to support BOSH links #1033
  • Entanglement improvements and fixes #998
  • Configurable base layer in our docker images #1006
  • Trace level debugging for native-to-bosh links #1015
  • Improvements meltdown implementation #1020
  • Fix for missing provider detection #1025
  • Fix bug that caused multiple dm (desired manifest) jobs #1030

Known Issues

  • helm delete won't clean up Custom Resource Definitions
  • updates may cause skipping of StatefulSet version numbers

Installation

# Use this if you've never installed the operator before
helm repo add quarks https://cloudfoundry-incubator.github.io/quarks-helm/
helm install cf-operator quarks/cf-operator

# Use this if the custom resources have already been created by a previous CF Operator installation
helm repo update
helm install cf-operator quarks/cf-operator --set "customResources.enableInstallation=false"

# For more options look at the README for the chart
helm show readme quarks/cf-operator

Dependencies

Other versions may work, the ones listed here have been verified by the maintainers.

Kubernetes

Helm

Assets

Helm repository

Helm chart and standalone binary: