Skip to content
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
Compare
Choose a tag to compare
@f0rmiga f0rmiga released this 24 Jul 21:45
· 29 commits to master since this release
1fe0279

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

  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-rc1 --namespace minibroker minibroker/minibroker