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

v7.2.1 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 16:19
· 26 commits to master since this release

πŸš€ Features

  • Use namespace to generate cf-operator.fullname (#1258)
  • Bump all quarks operators to Golang 1.15.8

πŸ“ New Docs

🧰 Maintenance

  • Update comment in template-render (#1295)
  • Fix text in release-drafter template (#1294)

Known Issues

  • The default workload namespace (global.singleNamespace.name) was changed from 'staging' to 'kubecf'. Make sure to set the singleNamespace manually, if you are upgrading a deployment using the 'staging' namespace.
  • When installing multiple operators in one cluster via Helm, each must have it's own namespace.
    The quarks-job.persistOutputClusterRole.name, corednsServiceAccount.name and the global.monitoredID should manually be set to a unique value for each operator.
  • Due to a problem with the Dockerbuild, the binary reports its version as v7.2.1-dirty-0.gaeb6ef3 instead of v7.2.1-0.gaeb6ef3.

Installation

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

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

Assets