Skip to content

Releases: SQLJames/factorio-server-charts

factorio-server-charts-1.2.2

07 Jan 02:59
e7fd232
Compare
Choose a tag to compare

A Helm chart for running factorio in kubernetes

factorio-server-charts-1.2.1

31 Dec 19:31
ee09ae6
Compare
Choose a tag to compare

A Helm chart for running factorio in kubernetes

factorio-server-charts-1.2.0

20 Dec 13:43
bd1f6c6
Compare
Choose a tag to compare

A Helm chart for running factorio in kubernetes

factorio-server-charts-1.1.2

13 Nov 17:32
ae4e899
Compare
Choose a tag to compare

A Helm chart for running factorio in kubernetes

factorio-server-charts-1.1.1

13 Nov 05:04
2206658
Compare
Choose a tag to compare

A Helm chart for running factorio in kubernetes

factorio-server-charts-1.1.0

11 Nov 05:50
520b2b8
Compare
Choose a tag to compare

Changelog

Breaking Changes

  • Moved account data from server_settings. to account. in values.yaml
  • Moved server password from server_settings. to serverPassword. in values.yaml

Non-Breaking Changes

  • Added account.accountSecret field to values.yaml
  • Added rcon.passwordSecret field to values.yaml
  • Added serverPassword.passwordSecret field to values.yaml
  • Changed default rcon.password to CHANGEMECHANGEME, which should be changed anyway
  • Changed default map_gen_settings.autoplace_controls from the standard values to {}, since by default map
    generation follows standard parameters if not overriden
  • Changed default admin_list, white_list and ban_list to [] instead of nil

Technical Changes

  • Fixed workflow not working in main branch
  • Created test values for chart-tester install action
  • Fixed non-working test pod, replaced wget with rcon, testing server rcon responsiveness, which in turn demonstrates server functionality
  • Moved account data from ConfigMap to Secret, supporting an existing secret to provide username, password and token
  • Moved server password from ConfigMap to Secret, supporting an existing secret to provide game_password
  • Moved rcon password from ConfigMap to Secret, supporting an existing secret to provide rcon.password
  • Set spec.template.spec.hostNetwork to false if the Service is different from a NodePort due to security best practices
  • Added a check for annotations inside values.yaml to avoid creating an empty metadata.annotations inside the Factorio Service
  • Removed rconpw from the ConfigMap and moved it to a dedicated Secret
  • Removed account data and game password from server-settings.json, adding them to said JSON via the InitContainer
  • Updated mod-downloader-configmap.yaml to fetch account data from Secrets
  • Changed services' internal port to be fixed, and external port binding editable to have a consistent setup

factorio-server-charts-1.0.12

06 Nov 01:07
523bafa
Compare
Choose a tag to compare

A Helm chart for running factorio in kubernetes

factorio-server-charts-1.0.11

13 Jan 18:27
c6a4d78
Compare
Choose a tag to compare

A Helm chart for running factorio in kubernetes

factorio-server-charts-1.0.10

13 Jan 08:42
e109abe
Compare
Choose a tag to compare

A Helm chart for running factorio in kubernetes

factorio-server-charts-1.0.9

17 Oct 23:42
84b3ec8
Compare
Choose a tag to compare

A Helm chart for running factorio in kubernetes