This repository has been archived by the owner on May 6, 2022. It is now read-only.
v1.0.0
It's turning 1!
π π π
What's new
- Switched the internals from Helm 2 to 3.
- Support for asynchronous operations.
- RabbitMQ service class.
- Platform operators deploying Minibroker can set override provisioning parameters that replace what the user provides. Useful for enforcing strict parameters.
- Minibroker final image is assembled from scratch, resulting in a both smaller and more secure image.
- Improved testing coverage.
- Many improvements and bug fixes across the codebase.
You can check the full diff here: v0.3.1...v1.0.0.
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 --namespace minibroker minibroker/minibroker