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

KubeCF Release v2.5.4

Compare
Choose a tag to compare
@gaktive gaktive released this 03 Oct 02:21
· 510 commits to master since this release

⚠️ WARNING: Do not deploy this version and go directly to 2.5.8

Bug Fix(es)

  • Quarks Operator updated to include fixes for QuarksSecret rotation so that SecretLabels no longer rotates a Secret #1427
  • UAA will include the cf-cli job only if Credhub is enabled #1426

Dependencies

Name Version Description
cf-operator 6.1.8+0.g2821133a.tgz Processes BOSH deployments. Maps them to kube objects

Quick Fresh Installation

These are the basic guidelines to deploy KubeCF in a development environment. For more detailed information check here.

Before starting the deployment phase, make sure that the values.yaml file contains all the needed properties with valid values. For more information about the available properties check here.

Download the release bundle artifact extract the content to a local folder.

cf-operator

helm install cf-operator \
  --namespace cf-operator \
  --set "global.singleNamespace.name=kubecf" \
  cf-operator.tgz

KubeCF

Install KubeCF after setting the needed properties in your values.yaml.

helm install kubecf \
  --namespace kubecf \
  --values values.yaml \
  kubecf_release.tgz