helm-charts

Helm Charts

This is my personal Helm Chart repository. You can point helm to it via

helm repo add larribas https://larribas.me/helm-charts

All charts in this repo:

Charts

Maintainer Cheat Sheet

  1. Add/modify a chart
  2. Update docs with helm-docs
  3. Bump up the version in <project>/Chart.yaml
  4. Run helm package <project> to create a <project>-<version>.tgz file
  5. Update the repository’s index via helm repo index .