Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-08-30 20:23:48 +00:00
parent 11070ce26c
commit e5a172e7e7
31 changed files with 107 additions and 97 deletions

View File

@ -1,9 +0,0 @@
## [factorio-4.0.9](https://github.com/truecharts/charts/compare/factorio-4.0.8...factorio-4.0.9) (2023-07-30)
### Chore
- update helm general non-major ([#11034](https://github.com/truecharts/charts/issues/11034))

View File

@ -4,6 +4,17 @@
## [factorio-4.1.0](https://github.com/truecharts/charts/compare/factorio-5.0.0...factorio-4.1.0) (2023-08-30)
## [factorio-5.0.0](https://github.com/truecharts/charts/compare/factorio-4.0.9...factorio-5.0.0) (2023-07-31)
## [factorio-4.0.9](https://github.com/truecharts/charts/compare/factorio-4.0.8...factorio-4.0.9) (2023-07-30)
### Chore
@ -86,14 +97,3 @@
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml
## [factorio-3.0.2](https://github.com/truecharts/charts/compare/factorio-3.0.1...factorio-3.0.2) (2023-02-10)
### Fix

View File

@ -1,27 +1,28 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: factorio
version: 4.0.9
appVersion: "stable"
description: "This Chart Chart will download the latest stable release of the game, generate the map and you're ready to play."
type: application
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.3
deprecated: false
description: A game in which you build and maintain factories.
home: https://truecharts.org/charts/incubator/factorio
icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png
keywords:
- factorio
- GameServers
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/factorio
- https://www.factorio.com/
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 13.2.2
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: factorio
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/factorio
- hhttps://www.factorio.com/
- https://github.com/factoriotools/factorio-docker
type: application
version: 4.1.0
annotations:
truecharts.org/catagories: |
- GameServers

View File

@ -0,0 +1,4 @@
## [factorio-4.1.0](https://github.com/truecharts/charts/compare/factorio-5.0.0...factorio-4.1.0) (2023-08-30)

View File

@ -1,4 +1,4 @@
This Chart Chart will download the latest stable release of the game, generate the map and you're ready to play.
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/incubator/factorio](https://truecharts.org/charts/incubator/factorio)

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/factorio
tag: vstable@sha256:6a8a24374e3582abaebf34c9062627914c020d57d2ad88322e53eedf2c767c53
tag: vstable@sha256:110b9147fd5535d4ee6d5b1845b6e0a071a9e8bc4bfe854654c1fa2530d1bd16
securityContext:
container:
@ -10,33 +10,12 @@ securityContext:
runAsGroup: 0
runAsUser: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
GENERATE_NEW_SAVE: false
LOAD_LATEST_SAVE: true
SAVE_NAME: "_autosave1"
TOKEN: ""
UPDATE_MODS_ON_START: ""
USERNAME: ""
service:
main:
ports:
main:
port: 34197
protocol: udp
targetPort: 34197
rcon:
enabled: true
ports:
@ -44,7 +23,31 @@ service:
enabled: true
port: 27015
protocol: tcp
targetPort: 27015
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:

View File

@ -67,6 +67,7 @@ questions:
description: Deployment
- value: DaemonSet
description: DaemonSet
- variable: replicas
label: Replicas (Advanced)
description: Set the number of Replicas
@ -92,6 +93,7 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: env
group: App Configuration
label: Image Environment
@ -127,8 +129,8 @@ questions:
label: Update server mods BEFORE starting the server
description: If mods should be updated before starting the server
schema:
type: string
default: ""
type: boolean
default: false
- variable: USERNAME
label: Factorio.com Username
description: Import your factorio.com username
@ -598,7 +600,7 @@ questions:
attrs:
- variable: config
label: App Config Storage
description: Container Path factorio
description: Stores the Application Config.
schema:
additional_attrs: true
type: dict
@ -1142,7 +1144,7 @@ questions:
default: 0
- variable: runAsGroup
label: runAsGroup
description: The groupID this App of the user running the application
description: The groupID of the user running the application
schema:
type: int
default: 0

View File

@ -1 +0,0 @@
# README

View File

@ -1,4 +0,0 @@
## [kaizoku-0.0.1]kaizoku-0.0.1 (2023-08-29)

View File

@ -1,13 +0,0 @@
{{/* Define the secrets */}}
{{- define "kaizoku.secret" -}}
{{- $user := .Values.cnpg.main.user -}}
{{- $password := .Values.cnpg.main.creds.password | trimAll "\"" -}}
{{- $host := .Values.cnpg.main.creds.host | trimAll "\"" -}}
{{- $database := .Values.cnpg.main.database -}}
kaizoku-secret:
enabled: true
data:
DATABASE_URL: {{ printf "postgresql://%v:%v@%v:5432/%v" $user $password $host $database }}
{{- end -}}

View File

@ -1,11 +0,0 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{- $secret := include "kaizoku.secret" . | fromYaml -}}
{{- if $secret -}}
{{ $secret := (mustMergeOverwrite .Values.secret $secret) }}
{{- $_ := set .Values "secret" $secret -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

@ -4,5 +4,10 @@
## [kaizoku-0.1.0](https://github.com/truecharts/charts/compare/kaizoku-0.0.1...kaizoku-0.1.0) (2023-08-30)
## [kaizoku-0.0.1]kaizoku-0.0.1 (2023-08-29)

View File

@ -3,13 +3,13 @@ appVersion: "1.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
version: 14.0.3
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 6.0.66
version: 7.0.6
deprecated: false
description: Kaizoku is self-hosted manga downloader.
description: A self-hosted manga downloader.
home: https://truecharts.org/charts/incubator/kaizoku
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kaizoku.png
keywords:
@ -24,7 +24,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/kaizoku
- https://github.com/oae/kaizoku
type: application
version: 0.0.1
version: 0.1.0
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**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)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,4 @@
## [kaizoku-0.1.0](https://github.com/truecharts/charts/compare/kaizoku-0.0.1...kaizoku-0.1.0) (2023-08-30)

View File

@ -1,4 +1,4 @@
Kaizoku is self-hosted manga downloader.
A self-hosted manga downloader.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/kaizoku](https://truecharts.org/charts/incubator/kaizoku)

Binary file not shown.

Binary file not shown.

View File

@ -26,13 +26,13 @@ workload:
KAIZOKU_PORT: "{{ .Values.service.main.ports.main.port }}"
DATABASE_URL:
secretKeyRef:
name: kaizoku-secret
key: DATABASE_URL
name: cnpg-main-urls
key: std
REDIS_HOST:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url
key: plainhost
REDIS_PORT: 6379
persistence:

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}