Skip to content
Nicholas Wilde edited this page Mar 4, 2021 · 25 revisions

Welcome to the helm-charts wiki!

Disclaimer

This repository is geared towards a Turing Pi cluster running k3s and so this wiki is based off of using traefik, kubectl, and helm. Also, these charts by default use the armv7 version of images.

Most charts point to a container image that support at least the following architectures:

  • armv7
  • arm64
  • amd64

armv6 is not supported by most cluster software, such as k3s, therefore armv6 is not a requirement.

Some charts will use container images that point to architecture specific tags but this is avoided whenever possible.

Only released container images are used in charts and so pre-release and beta releases are ignored.

Placeholders

I also use chartname to denote the name of your chart and chartnamespace to denote the name your namespace throughout the wiki. Also, my-chart is used to denote the name of your chart deployment.

Clone this wiki locally