From dc5366c3baff23956c97b3edd53208380c8693ca Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 12 Dec 2018 15:34:03 +0100 Subject: [PATCH] [stable/factorio] bump factorio to 0.15.39 (#9931) * bump factorio to 0.15.39 Signed-off-by: cpanato * fix maintainer id Signed-off-by: David J. M. Karlsen --- stable/factorio/Chart.yaml | 6 +++--- stable/factorio/README.md | 4 ++-- stable/factorio/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/factorio/Chart.yaml b/stable/factorio/Chart.yaml index 40804087c508..f7a07eb8e6f9 100755 --- a/stable/factorio/Chart.yaml +++ b/stable/factorio/Chart.yaml @@ -1,6 +1,6 @@ name: factorio -version: 0.3.1 -appVersion: 0.14.22 +version: 0.4.0 +appVersion: 0.15.39 description: Factorio dedicated server. keywords: - game @@ -10,5 +10,5 @@ icon: https://us1.factorio.com/assets/img/factorio-logo.png sources: - https://github.com/games-on-k8s/docker-factorio maintainers: -- name: Greg Taylor +- name: gtaylor email: gtaylor@gc-taylor.com diff --git a/stable/factorio/README.md b/stable/factorio/README.md index 1695c6ac4325..a0be6d290850 100644 --- a/stable/factorio/README.md +++ b/stable/factorio/README.md @@ -47,11 +47,11 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm ```bash $ helm install --name my-release \ - --set factorioServer.factorioServer=My Server,ImageTag=0.14.15 \ + --set factorioServer.factorioServer=My Server,ImageTag=0.15.39 \ stable/factorio ``` -The above command deploys Factorio dedicated with a server name of `My Server` and docker-factorio image version `0.14.15`. +The above command deploys Factorio dedicated with a server name of `My Server` and docker-factorio image version `0.15.39`. Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, diff --git a/stable/factorio/values.yaml b/stable/factorio/values.yaml index 9fc3eff655c6..54055de6e4b1 100644 --- a/stable/factorio/values.yaml +++ b/stable/factorio/values.yaml @@ -1,7 +1,7 @@ # Factorio image version # ref: https://quay.io/repository/games_on_k8s/factorio?tab=tags image: quay.io/games_on_k8s/factorio -imageTag: "0.14.22" +imageTag: 0.15.39 # Configure resource requests and limits # ref: http://kubernetes.io/docs/user-guide/compute-resources/