danquack / roadie-helm-chart

Helm charts for RoadieHQ tools

Home Page:https://charts.roadie.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains all of RoadieHQ's public Helm charts.

NOTE: the backstage chart is deprecated. Please use the chart in the official repo instead.

Using the charts

Typically, these charts can be installed in a pattern like this:

helm repo add roadie https://charts.roadie.io
helm install kubewise roadie/kubewise

They may require pre-requisites such as PostgreSQL databases to be set up before running Helm (backstage does!).

Releasing new chart versions

Merging to master will automatically run a GitHub action which packages and releases new charts.

  1. git pull --rebase on the master branch to pick up any commits made by GitHub actions.
  2. Bump the chart version in Chart.yaml.
  3. Package the chart with helm package .. Be sure to run helm package within the chart directory, not in the root diractory.
  4. Do not run helm repo index,
  5. Review the changes, commit and push to GitHub.
  6. The repo will be indexed automatically upon merge.

Using new chart versions

Wait for the GitHub action which indexes and publishes the chars to run, then:

helm repo update
helm upgrade kubewise roadie/kubewise -f values-overrides.yaml

About

Helm charts for RoadieHQ tools

https://charts.roadie.io

License:Apache License 2.0


Languages

Language:Mustache 100.0%