From ffb84f85a861e765caade879491a75a6dd3091a5 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sat, 7 Apr 2018 01:29:08 +0800 Subject: [PATCH] Add appVersion key for factorio (#4718) * Add appVersion key for factorio The key "appVersion" is needed for ci testing, it's missing in this yaml. That sometimes will cause testing failure. * Missing starting space in line 20 Missing starting space in line 20 --- stable/factorio/Chart.yaml | 3 ++- stable/factorio/values.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stable/factorio/Chart.yaml b/stable/factorio/Chart.yaml index 5d1fa42b38..40804087c5 100755 --- a/stable/factorio/Chart.yaml +++ b/stable/factorio/Chart.yaml @@ -1,5 +1,6 @@ name: factorio -version: 0.3.0 +version: 0.3.1 +appVersion: 0.14.22 description: Factorio dedicated server. keywords: - game diff --git a/stable/factorio/values.yaml b/stable/factorio/values.yaml index 9a4724f66f..9fc3eff655 100644 --- a/stable/factorio/values.yaml +++ b/stable/factorio/values.yaml @@ -17,7 +17,7 @@ factorioServer: description: Factorio running on Kubernetes port: 34197 # Lock this server down with a password. - #password: change.me + # password: change.me maxPlayers: 255 # Publishes this server in the server browser if true. # You'll want to set Factorio.User below if true, as it becomes required.