This repository has been archived by the owner on May 6, 2022. It is now read-only.
v1.0.0-rc3
Pre-release
Pre-release
You can check what has changed in:
v1.0.0-rc2...v1.0.0-rc3
A few highlights:
- RabbitMQ username can now be passed as a parameter (#97).
- Operators deploying Minibroker can set override parameters that will prevent users from setting any parameters during provisioning (#93).
- The Minibroker image is built from scratch, reducing the final image size from 60.3 MB to 12.2 MB (#103).
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-rc3 --namespace minibroker minibroker/minibroker