You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ We welcome your input! If you have feedback, please [submit an issue][issues]. I
11
11
12
12
# About
13
13
14
-
Helm Broker is a [Service Broker](https://github.com/openservicebrokerapi/servicebroker) that exposes Helm charts as Service Classes in [Service Catalog](https://svc-cat.io/). To do so, Helm Broker uses the concept of addons. An addon is an abstraction layer over a Helm chart which provides all information required to convert the chart into a Service Class.
14
+
Helm Broker is a [Service Broker](https://github.com/openservicebrokerapi/servicebroker) that exposes Helm charts as Service Classes in [Service Catalog](https://service-catalog.drycc.cc/). To do so, Helm Broker uses the concept of addons. An addon is an abstraction layer over a Helm chart which provides all information required to convert the chart into a Service Class.
15
15
16
16
You can install Helm Broker either as a standalone project, or as part of [Drycc workflow](https://www.drycc.cc/).
17
17
18
-
To see all addons that Helm Broker provides, go to the [`addons`](https://github.com/drycc/addons) repository.
18
+
To see all addons that Helm Broker provides, go to the [`addons`](https://github.com/drycc-addons/addons) repository.
19
19
20
20
Helm Broker implements the [Open Service Broker API](https://github.com/openservicebrokerapi/servicebroker/blob/v2.14/profile.md#service-metadata) (OSB API). To be compliant with Service Catalog version used in drycc workflow.
0 commit comments