Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

v1.0.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@f0rmiga f0rmiga released this 31 Jul 23:26
· 24 commits to master since this release
87dad2b

Well, we needed one more RC. A few fixes needed to get in:

  • Fixed the logic for binding postgresql newer plans.
  • Fixed the protocol names to not depend on the port names of k8s services.

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