This repository has been archived by the owner on May 6, 2022. It is now read-only.
v1.0.0-rc1
Pre-release
Pre-release
How about an RC1? Please, try it out and give us your feedback! You can reach us via an issue here on Github, or you can drop us a message on #sig-service-catalog on Slack.
Enjoy!
Cool stuff worth mentioning
- Minibroker now uses Helm 3 internally.
- Added RabbitMQ as a supported offering.
- ... fixed some not-loved-bugs.
Installation instructions
- Make sure you have service catalog installed, if not:
helm repo add svc-cat https://svc-catalog-charts.storage.googleapis.com
kubectl create namespace svc-cat
helm install catalog --namespace svc-cat svc-cat/catalog
- Add the Minibroker Helm repository:
helm repo add minibroker https://minibroker.blob.core.windows.net/charts
helm repo update
- Install!
kubectl create namespace minibroker
helm install minibroker --version 1.0.0-rc1 --namespace minibroker minibroker/minibroker