Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintainerr #3

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -7044,10 +7044,10 @@
"healthy_error": null,
"home": "https://truecharts.org/charts/stable/factorio",
"location": "/home/runner/_work/catalog/catalog/stable/factorio",
"latest_version": "8.0.9",
"latest_version": "8.1.0",
"latest_app_version": "stable",
"latest_human_version": "stable_8.0.9",
"last_update": "2024-05-29 12:35:14",
"latest_human_version": "stable_8.1.0",
"last_update": "2024-08-26 19:32:14",
"name": "factorio",
"recommended": false,
"title": "Factorio",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ OWNERS
/docs
# icon
icon.png
icon.webp
icon-small.webp
File renamed without changes.
34 changes: 34 additions & 0 deletions stable/factorio/8.1.0/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
annotations:
truecharts.org/category: GameServers
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: stable
dependencies:
- name: common
version: 23.0.10
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: A game in which you build and maintain factories.
home: https://truecharts.org/charts/stable/factorio
icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.webp
keywords:
- factorio
- GameServers
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: [email protected]
url: https://truecharts.org
name: factorio
sources:
- https://github.com/factoriotools/factorio-docker
- https://github.com/truecharts/charts/tree/master/charts/stable/factorio
- https://hub.docker.com/r/factoriotools/factorio
type: application
version: 8.1.0
21 changes: 13 additions & 8 deletions stable/rstudio/6.9.0/README.md → stable/factorio/8.1.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps.
Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible

For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/rstudio)
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/factorio)

**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

Expand All @@ -24,24 +24,29 @@ For more information on how to install TrueCharts Helm charts, checkout the inst

### TrueNAS SCALE Apps

For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro).
For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale).

## Chart Specific Guides and information

All our charts have dedicated documentation pages.
The documentation for this chart can be found here:
https://truecharts.org/charts/stable/factorio

## Configuration Options

Please note: For TrueNAS SCALE, only options available in the GUI are supported.
Hence most of these docs do not apply to TrueNAS SCALE

To view the chart specific options, please view Values.yaml included in the chart.
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/stable/factorio/values.yaml

All our Charts use a shared "common" library chart that contains most of the templating and options.
For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/

## Chart Specific Guides and information

All our charts have dedicated documentation pages.
The documentation for this chart can be found here:
https://truecharts.org/charts/stable/rstudio
For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml

## Support


- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Integrated development environment for R, a programming language for statistical computing and graphics.
A game in which you build and maintain factories.

This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/rstudio](https://truecharts.org/charts/stable/rstudio)
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/factorio](https://truecharts.org/charts/stable/factorio)

---

Expand Down
Binary file added stable/factorio/8.1.0/charts/common-23.0.10.tgz
Binary file not shown.
Binary file added stable/factorio/8.1.0/icon-small.webp
Binary file not shown.
Binary file added stable/factorio/8.1.0/icon.webp
Binary file not shown.
59 changes: 59 additions & 0 deletions stable/factorio/8.1.0/ix_values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
image:
pullPolicy: IfNotPresent
repository: factoriotools/factorio
tag: stable

securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0

service:
main:
ports:
main:
port: 34197
protocol: udp
rcon:
enabled: true
ports:
rcon:
enabled: true
port: 27015
protocol: tcp

workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
port: "{{ .Values.service.rcon.ports.rcon.port }}"
readiness:
type: tcp
port: "{{ .Values.service.rcon.ports.rcon.port }}"
startup:
type: tcp
port: "{{ .Values.service.rcon.ports.rcon.port }}"
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
RCON_PORT: "{{ .Values.service.rcon.ports.rcon.port }}"
GENERATE_NEW_SAVE: false
LOAD_LATEST_SAVE: true
SAVE_NAME: "_autosave1"
TOKEN: ""
UPDATE_MODS_ON_START: ""
USERNAME: ""

persistence:
config:
enabled: true
mountPath: /factorio

portal:
open:
enabled: false
Loading
Loading