Skip to content
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
Compare
Choose a tag to compare
@f0rmiga f0rmiga released this 12 Aug 06:13
· 19 commits to master since this release
09d7c69

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

  1. 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
  1. Add the Minibroker Helm repository:
helm repo add minibroker https://minibroker.blob.core.windows.net/charts
helm repo update
  1. Install!
kubectl create namespace minibroker
helm install minibroker --version 1.0.0-rc3 --namespace minibroker minibroker/minibroker