SickHub / ark-server-charts

A helm chart for an ARK Survival Evolved Cluster
GNU General Public License v3.0
13 stars 4 forks source link

fix: ensure AutUpdateOnStart is set, default to false #16

Closed DrPsychick closed 2 years ago

DrPsychick commented 2 years ago

relates to #14

Reason being that if you run multiple servers in a cluster with shared server files and mods, you only want ONE server to updateOnStart. All others should wait till server and mods are up to date.

Waiting for a arkmanager release to merge this and change the default because of a small issue that prevents this from working correctly: https://github.com/arkmanager/ark-server-tools/issues/1234

Meanwhile you can use drpsychick/arkserver:latest-master and updateOnStart for each server explicitly (a good idea anyway 😉)

DrPsychick commented 2 years ago

Wow, that was a quick reaction, thanks @klightspeed , arkmanager 1.6.62 is out (https://github.com/arkmanager/ark-server-tools/releases/tag/v1.6.62) and the drpsychick/arkserver image is built with that version as default.

Waiting a few days for feedback on this.