Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.75 KB

README.md

File metadata and controls

63 lines (47 loc) · 1.75 KB

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