Skip to content
This repository was archived by the owner on Sep 15, 2022. It is now read-only.

0.8.0

Compare
Choose a tag to compare
@kyma-bot kyma-bot released this 27 Sep 08:21
· 44 commits to master since this release
2701259

0.8.0 (2019-09-26)

Addons

Changes:

  • GCP Service Broker moved from index-gcp.yaml to index.yaml
  • GCP Service Broker bug fixes

Usage

To extend the Helm Broker in Kyma, use the indexes that are part of the release.

Check your current repositories URLs:

kubectl get clusteraddonsconfiguration -n kyma-system -oyaml

If you want to change your repository configuration, follow these steps: 

Set the repository to stable bundles from this release:

  • In the latest version of Kyma:
kubectl create clusteraddonsconfiguration my-helm-repos-urls -n kyma-system 
kubectl edit clusteraddonconfiguration my-helm-repos-urls -n kyma-system
Insert your repositories under .spec.repositories field

NOTE: The Helm Broker does not register duplicated bundles in the Service Catalog. Ensure that the registered repositories do not define the same bundles. If you have configured index-gcp.yaml, please remove that URL from the configuration.
 

🚀 Enhancement

🐛 Bug Fix

Committers: 6