Skip to content

Commit

Permalink
[stable/factorio] bump factorio to 0.15.39 (helm#9931)
Browse files Browse the repository at this point in the history
* bump factorio to 0.15.39

Signed-off-by: cpanato <[email protected]>

* fix maintainer id

Signed-off-by: David J. M. Karlsen <[email protected]>
  • Loading branch information
cpanato authored and k8s-ci-robot committed Dec 12, 2018
1 parent 64e331e commit dc5366c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions stable/factorio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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: [email protected]
4 changes: 2 additions & 2 deletions stable/factorio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down
2 changes: 1 addition & 1 deletion stable/factorio/values.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit dc5366c

Please sign in to comment.