k8s-at-home / charts

⚠️ Deprecated : Helm charts for applications you run at home
https://docs.k8s-at-home.com
Apache License 2.0
1.45k stars 623 forks source link

[snapcast] Adding new chart #1615

Closed lanquarden closed 2 years ago

lanquarden commented 2 years ago

Signed-off-by: lanquarden lanquarden@gmail.com

Description of the change

Adding snapcast (server) helm chart

Benefits

Easily run a snapcast server in your cluster

Possible drawbacks

It's not an official docker container from the project, I've picked one that is following the release cadence and versions the containers.

Applicable issues

Additional information

This is just a bare bones version, manually installed with helm from the repo and it's running. As I learn how to successfully deploy this together with a mopidy chart I'll try to find a way to poor that back into the documentation/values.yaml

My first attempt at creating a helm chart, the common chart and the wealth of examples make this a breeze!

Checklist

truxnell commented 2 years ago

Thanks @lanquarden

Looks like you just have a little linting to do. Error: [colons] too many spaces after colon

lanquarden commented 2 years ago

Linting issue should be fixed now