Skip to content

Releases: Addyvan/valheim-k8s

valheim-k8s-2.0.1

30 Sep 22:13
b8f08ac
Compare
Choose a tag to compare
  • Added useHostNetworking as a parameter (#54)

Quick start

helm repo add valheim-k8s https://addyvan.github.io/valheim-k8s/
helm repo update
helm install valheim-server valheim-k8s/valheim-k8s  \
  --set worldName=example-world-name \
  --set serverName=example-server-name \
  --set password=password \
  --set storage.kind=hostvol \
  --set storage.hostvol.path=/data/valheim

valheim-k8s-2.0.0

30 Sep 21:41
1999127
Compare
Choose a tag to compare

Thank you @ionfury for #48 and @system-check for #51 !

Quick start

helm repo add valheim-k8s https://addyvan.github.io/valheim-k8s/
helm repo update
helm install valheim-server valheim-k8s/valheim-k8s  \
  --set worldName=example-world-name \
  --set serverName=example-server-name \
  --set password=password \
  --set storage.kind=hostvol \
  --set storage.hostvol.path=/data/valheim

valheim-k8s-1.2.0

23 Nov 20:55
4fdfb53
Compare
Choose a tag to compare

Thank you @todaywasawesome !

Updates:

  • Set resource names to work off the release name, this is a best practice that makes charts and their resources follow name patterns.
  • Add support for pulling the password from a secret, as well as a default password if one isn't set in the values.
  • Set a namespace parameter in resources.

valheim-k8s-1.1.0

07 Mar 14:45
7cabace
Compare
Choose a tag to compare

valheim-k8s-1.0.5

03 Jan 23:22
9ab6ce0
Compare
Choose a tag to compare

valheim-k8s-1.0.4

18 Jul 13:56
fef86a9
Compare
Choose a tag to compare
  • Adding configuration options for ports (thanks @bdelwood)

v1.0.4 is now the current release, update with helm repo update.

valheim-k8s-1.0.3

20 Apr 12:54
dd7e290
Compare
Choose a tag to compare
  • Helm chart now lets you specify the docker image + tag (thanks @danmx)

valheim-k8s-1.0.2

15 Apr 13:21
93f6eca
Compare
Choose a tag to compare
  • Added PVC support (thanks @daviddob )
  • Switching hostvol to DirectoryOrCreate (thanks @rocket357 )
  • New version / helm release

valheim-k8s-1.0.1

20 Feb 16:26
5950042
Compare
Choose a tag to compare
  • Added nodeSelector to the chart
  • Updated the live helm chart

valheim-k8s-1.0.0

17 Feb 20:51
5b710f8
Compare
Choose a tag to compare
  • Basic templating
  • Persistence using hostVol