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) ## [factorio-4.0.9](https://github.com/truecharts/charts/compare/factorio-4.0.8...factorio-4.0.9) (2023-07-30)
### Chore ### Chore
@ -86,14 +97,3 @@
### Feat ### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) - 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 apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: factorio
version: 4.0.9
appVersion: "stable" appVersion: "stable"
description: "This Chart Chart will download the latest stable release of the game, generate the map and you're ready to play." dependencies:
type: application - name: common
repository: https://library-charts.truecharts.org
version: 14.0.3
deprecated: false deprecated: false
description: A game in which you build and maintain factories.
home: https://truecharts.org/charts/incubator/factorio home: https://truecharts.org/charts/incubator/factorio
icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png
keywords: keywords:
- factorio - factorio
- GameServers - GameServers
sources: kubeVersion: ">=1.16.0-0"
- 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
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org 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: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - 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) 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: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/factorio repository: tccr.io/truecharts/factorio
tag: vstable@sha256:6a8a24374e3582abaebf34c9062627914c020d57d2ad88322e53eedf2c767c53 tag: vstable@sha256:110b9147fd5535d4ee6d5b1845b6e0a071a9e8bc4bfe854654c1fa2530d1bd16
securityContext: securityContext:
container: container:
@ -10,33 +10,12 @@ securityContext:
runAsGroup: 0 runAsGroup: 0
runAsUser: 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: service:
main: main:
ports: ports:
main: main:
port: 34197 port: 34197
protocol: udp protocol: udp
targetPort: 34197
rcon: rcon:
enabled: true enabled: true
ports: ports:
@ -44,7 +23,31 @@ service:
enabled: true enabled: true
port: 27015 port: 27015
protocol: tcp 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: persistence:
config: config:

View File

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

View File

@ -3,13 +3,13 @@ appVersion: "1.6.1"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 14.0.1 version: 14.0.3
- condition: redis.enabled - condition: redis.enabled
name: redis name: redis
repository: https://deps.truecharts.org repository: https://deps.truecharts.org
version: 6.0.66 version: 7.0.6
deprecated: false deprecated: false
description: Kaizoku is self-hosted manga downloader. description: A self-hosted manga downloader.
home: https://truecharts.org/charts/incubator/kaizoku home: https://truecharts.org/charts/incubator/kaizoku
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kaizoku.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/kaizoku.png
keywords: keywords:
@ -24,7 +24,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/kaizoku - https://github.com/truecharts/charts/tree/master/charts/incubator/kaizoku
- https://github.com/oae/kaizoku - https://github.com/oae/kaizoku
type: application type: application
version: 0.0.1 version: 0.1.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - 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) 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 }}" KAIZOKU_PORT: "{{ .Values.service.main.ports.main.port }}"
DATABASE_URL: DATABASE_URL:
secretKeyRef: secretKeyRef:
name: kaizoku-secret name: cnpg-main-urls
key: DATABASE_URL key: std
REDIS_HOST: REDIS_HOST:
secretKeyRef: secretKeyRef:
expandObjectName: false expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url key: plainhost
REDIS_PORT: 6379 REDIS_PORT: 6379
persistence: persistence:

View File

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

View File

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