Skip to content

Commit

Permalink
fix(incubator): some cleanup (#3586)
Browse files Browse the repository at this point in the history
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
  • Loading branch information
stavros-k committed Aug 26, 2022
1 parent 2f9afd6 commit 9056d3c
Show file tree
Hide file tree
Showing 921 changed files with 3,479 additions and 3,363 deletions.
2 changes: 1 addition & 1 deletion charts/incubator/acestream/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ sources:
- https://github.com/vstavrinov/acestream-service
- https://hub.docker.com/r/vstavrinov/acestream-service
type: application
version: 0.0.17
version: 0.0.18
2 changes: 0 additions & 2 deletions charts/incubator/acestream/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8008
protocol: TCP
targetPort: 6878
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/actualserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- finance
version: 0.0.20
version: 0.0.22
2 changes: 1 addition & 1 deletion charts/incubator/adguard-home/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: adguard-home
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/adguard-home
- https://hub.docker.com/r/adguard/adguardhome
version: 1.0.32
version: 1.0.34
annotations:
truecharts.org/catagories: |
- media
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/adguardhome-sync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync
- https://github.com/linuxserver/docker-adguardhome-sync#readme
type: application
version: 0.0.21
version: 0.0.23
4 changes: 2 additions & 2 deletions charts/incubator/adguardhome-sync/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ questions:
type: dict
attrs:
- variable: CONFIGFILE
label: 'CONFIGFILE'
label: "CONFIGFILE"
description: "Set a custom config file."
schema:
type: string
default: ""
- variable: UMASK
label: 'UMASK'
label: "UMASK"
description: "Container Variable UMASK"
schema:
type: string
Expand Down
2 changes: 0 additions & 2 deletions charts/incubator/adguardhome-sync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8080
protocol: TCP
targetPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/adminer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ sources:
- https://github.com/vrana/adminer
- http://hub.docker.com/_/adminer/
type: application
version: 0.0.19
version: 0.0.21
4 changes: 2 additions & 2 deletions charts/incubator/adminer/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ questions:
type: dict
attrs:
- variable: ADMINER_DESIGN
label: 'ADMINER_DESIGN'
label: "ADMINER_DESIGN"
description: "Container Variable ADMINERDESIGN"
schema:
type: string
default: ""
- variable: ADMINER_PLUGINS
label: 'ADMINER_PLUGINS'
label: "ADMINER_PLUGINS"
description: "e.g. ADMINERPLUGINS=tables-filter tinymce"
schema:
type: string
Expand Down
2 changes: 0 additions & 2 deletions charts/incubator/adminer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ securityContext:
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8080
protocol: TCP
targetPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/alienswarm-reactivedrop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.17
version: 0.0.19
48 changes: 28 additions & 20 deletions charts/incubator/alienswarm-reactivedrop/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ questions:
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: USERNAME
label: "USERNAME"
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: "PASSWRD"
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
private: true
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
Expand All @@ -20,43 +40,31 @@ questions:
type: dict
attrs:
- variable: GAME_ID
label: 'GAME_ID'
description: "The GAMEID that the container download at startup.(httpsdeveloper.valvesoftware.comwikiDedicatedServersList)"
label: "GAME_ID"
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
schema:
type: string
default: "563560"
- variable: GAME_NAME
label: 'GAME_NAME'
label: "GAME_NAME"
description: "Game name to start (is connected to the GAMEPARAMS)."
schema:
type: string
default: "reactivedrop"
- variable: GAME_PARAMS
label: 'GAME_PARAMS'
label: "GAME_PARAMS"
description: "Enter your start up commands for the server."
schema:
type: string
default: "+map lobby -maxplayers 4 +exec server.cfg"
- variable: USERNAME
label: 'USERNAME'
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: VALIDATE
label: 'VALIDATE'
label: "VALIDATE"
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type: string
default: ""
- variable: PASSWRD
label: 'PASSWRD'
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
type: boolean
default: true
- variable: GAME_PORT
label: 'GAME_PORT'
label: "GAME_PORT"
description: "Container Variable GAMEPORT"
schema:
type: string
Expand Down
46 changes: 26 additions & 20 deletions charts/incubator/alienswarm-reactivedrop/values.yaml
Original file line number Diff line number Diff line change
@@ -1,41 +1,39 @@
env:
GAME_ID: "563560"
GAME_NAME: reactivedrop
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
GAME_PORT: "27015"
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/alienswarm-reactivedrop
tag: latest@sha256:70c12df15768281855c158201cdcf9b1cc828b85f17d849715811d21b2bdb9e8
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd

podSecurityContext:
runAsGroup: 0
runAsUser: 0

securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false

secretEnv:
USERNAME: ""
PASSWRD: ""

env:
GAME_ID: "563560"
GAME_NAME: reactivedrop
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
GAME_PORT: "27015"
VALIDATE: false

probes:
liveness:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
readiness:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
startup:
port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false

service:
main:
enabled: true
ports:
main:
enabled: true
port: 27015
protocol: UDP
targetPort: 27015
Expand All @@ -48,5 +46,13 @@ service:
protocol: TCP
targetPort: 27015

persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd

portal:
enabled: true
2 changes: 1 addition & 1 deletion charts/incubator/alienswarm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.17
version: 0.0.19
48 changes: 28 additions & 20 deletions charts/incubator/alienswarm/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ questions:
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: USERNAME
label: "USERNAME"
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: "PASSWRD"
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
private: true
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
Expand All @@ -20,43 +40,31 @@ questions:
type: dict
attrs:
- variable: GAME_ID
label: 'GAME_ID'
description: "The GAMEID that the container download at startup.(httpsdeveloper.valvesoftware.comwikiDedicatedServersList)"
label: "GAME_ID"
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
schema:
type: string
default: "635"
- variable: GAME_NAME
label: 'GAME_NAME'
label: "GAME_NAME"
description: "Game name to start (is connected to the GAMEPARAMS)."
schema:
type: string
default: "swarm"
- variable: GAME_PARAMS
label: 'GAME_PARAMS'
label: "GAME_PARAMS"
description: "Enter your start up commands for the server."
schema:
type: string
default: "+map lobby -maxplayers 4 +exec server.cfg"
- variable: USERNAME
label: 'USERNAME'
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: 'PASSWRD'
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: VALIDATE
label: 'VALIDATE'
label: "VALIDATE"
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type: string
default: ""
type: boolean
default: true
- variable: GAME_PORT
label: 'GAME_PORT'
label: "GAME_PORT"
description: "Container Variable GAMEPORT"
schema:
type: string
Expand Down
Loading

0 comments on commit 9056d3c

Please sign in to comment.