ressu / kube-plex

Scalable Plex Media Server on Kubernetes -- dispatch transcode jobs as pods on your cluster!
Apache License 2.0
102 stars 24 forks source link

Add Chart releaser Github workflow #25

Closed brandon099 closed 2 years ago

brandon099 commented 2 years ago

This adds a workflow to publish Helm Charts to the gh-pages branch (which will need to be created prior to merging this, for this workflow to work), allowing users to install the Helm chart through a Helm repo hosted on GitHub, like the following:

helm repo add kube-plex https://ressu.github.io/kube-plex
helm search kube-plex

There is also a landing page served up from the README file, so the gh-pages version of the primary README file can be updated with these instructions as well.

If this is not something you want to add to the repo (and have another long-lived branch for the chart artifacts), that's fine too 😃

ressu commented 2 years ago

Merged, thanks!