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
This commit is contained in:
AdamDang
2018-04-06 10:29:08 -07:00
committed by k8s-ci-robot
parent 59c41566c7
commit ffb84f85a8
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
name: factorio
version: 0.3.0
version: 0.3.1
appVersion: 0.14.22
description: Factorio dedicated server.
keywords:
- game
+1 -1
View File
@@ -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.