This repository contains public Helm charts for Roadie.
Typically, these charts can be installed in a pattern like this:
helm repo add roadie https://charts.roadie.io
helm install kubewise roadie/kubewise
Merging to master will automatically run a GitHub action which packages and releases new charts.
git pull --rebase
on the master branch to pick up any commits made by GitHub actions.Chart.yaml
.helm repo update roadie
helm upgrade kubewise roadie/kubewise -f values-overrides.yaml
Generate test charts using helm template
i.e. for roadie/roadie-kubernetes-cluster-access you could test a Broker configuration like so helm template . --set broker.enabled=true,broker.token=test1
etc