Skip to content

Collection of helm charts by Tomáš Bouška

Notifications You must be signed in to change notification settings

buvis/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

buvis helm charts

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add buvis https://charts.buvis.net

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo buvis to see the charts.

Charts

mkdocs-git-sync

Use this chart to deploy MkDocs site generated from a git repo. When source repository changes, the site will be rebuilt.

helm repo add buvis https://charts.buvis.net
helm repo update
helm show values buvis/mkdocs-git-sync > values.yaml
vim values.yaml  # make changes to config section
helm install mkdocs buvis/mkdocs-git-sync -f values.yaml

mopidy

Use this chart to deploy Mopidy music server.

helm repo add buvis https://charts.buvis.net
helm repo update
helm show values buvis/mopidy > values.yaml
vim values.yaml  # make changes to config section
helm install mopidy buvis/mopidy -f values.yaml

snapserver

Use this chart to deploy Snapcast server.

helm repo add buvis https://charts.buvis.net
helm repo update
helm show values buvis/snapserver > values.yaml
vim values.yaml  # make changes to config section
helm install snapserver buvis/snapserver -f values.yaml

supabase

Use this chart to deploy Supabase.

helm repo add buvis https://charts.buvis.net
helm repo update
helm show values buvis/supabase > values.yaml
vim values.yaml  # make changes to config section
helm install supabase buvis/supabase -f values.yaml