Releases: Addyvan/valheim-k8s
Releases · Addyvan/valheim-k8s
valheim-k8s-2.0.1
- 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
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
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
valheim-k8s-1.0.5
- Added tolerations (thanks @Lyr-7D1h !)
valheim-k8s-1.0.4
- 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
- Helm chart now lets you specify the docker image + tag (thanks @danmx)
valheim-k8s-1.0.2
- Added PVC support (thanks @daviddob )
- Switching hostvol to
DirectoryOrCreate
(thanks @rocket357 ) - New version / helm release
valheim-k8s-1.0.1
- Added
nodeSelector
to the chart - Updated the live helm chart
valheim-k8s-1.0.0
- Basic templating
- Persistence using hostVol