diff --git a/docs/helm-broker/02-01-helm-broker.md b/docs/helm-broker/02-01-helm-broker.md index dc2d6bd3862e..ec3f0dadf7f2 100644 --- a/docs/helm-broker/02-01-helm-broker.md +++ b/docs/helm-broker/02-01-helm-broker.md @@ -9,6 +9,9 @@ If you want the Helm Broker to act as a Namespace-scoped ServiceBroker, create t The Helm Broker workflow starts with the registration process, during which the Helm Broker fetches addons from URLs provided in the ClusterAddonsConfiguration or AddonsConfiguration CRs and registers them as Service Classes in the Service Catalog. +>**NOTE:** The Helm Broker is the sole component that manages the `helm-broker` Service Broker and Cluster Service Broker. The user should not create or delete this resource. + + ## Cluster-wide addons flow 1. The Helm Broker watches for ClusterAddonsConfiguration CRs in a given cluster. diff --git a/resources/helm-broker/values.yaml b/resources/helm-broker/values.yaml index b7fea17238fb..297bbb61996e 100644 --- a/resources/helm-broker/values.yaml +++ b/resources/helm-broker/values.yaml @@ -51,8 +51,8 @@ global: containerRegistry: path: eu.gcr.io/kyma-project helm_broker: - dir: develop/ - version: 6536f9b6 + dir: pr/ + version: "PR-76" alpine_net: dir: develop/ version: 149967d0