adaliszk / valheim-server

A simple, lightweight and secure Valheim Dedicated Server docker image with Kubernetes Helm chart support.
GNU General Public License v3.0
39 stars 7 forks source link

How to get Helm chart when charts.adaliszk.io is down? #36

Open rungitringit opened 3 years ago

rungitringit commented 3 years ago

Hello,

I'm learning Kubernetes and Helm seems the easiest way to deploy this server. Unfortunately the instructions reference https://charts.adaliszk.io which seems to be down an which even the Internet Archive's Wayback Machine doesn't have a copy of.

Could you please update the instructions to refer to how to use the helm chart directly from this repo?

TIA!

adaliszk commented 3 years ago

Hey,

Sorry for the issue; I have been updating my infrastructure lately. I will bring back that domain and sync that with artifacthub on the weekend.

In the meantime, you can clone the repo for using the chart:

git clone https://github.com/adaliszk/valheim-server.git
helm install -f "<your-values.yaml>" ./valheim-server/chart "<release>"

The documentation on the chart pretty much does not exist. However, the values.yaml should be pretty straightforward to understand. I've added a point for that with the documentation task, will see how much can I pull into all the changes that are coming up.