mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -1,5 +1,6 @@
|
||||
name: factorio
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
appVersion: 0.14.22
|
||||
description: Factorio dedicated server.
|
||||
keywords:
|
||||
- game
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user