Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
8
incubator/cs2/0.0.1/CHANGELOG.md
Normal file
8
incubator/cs2/0.0.1/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [cs2-0.0.1]cs2-0.0.1 (2023-11-10)
|
||||
|
||||
28
incubator/cs2/0.0.1/Chart.yaml
Normal file
28
incubator/cs2/0.0.1/Chart.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.3.3
|
||||
deprecated: false
|
||||
description: A custom SteamCMD chart that runs CS2.
|
||||
home: https://truecharts.org/charts/incubator/cs2
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png
|
||||
keywords:
|
||||
- cs2
|
||||
- counter-strike
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: cs2
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/cs2
|
||||
- https://github.com/ich777/docker-steamcmd-server/tree/cs2
|
||||
- https://ghcr.io/ich777/steamcmd:cs2
|
||||
type: application
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/category: games
|
||||
truecharts.org/SCALE-support: "true"
|
||||
1
incubator/cs2/0.0.1/README.md
Normal file
1
incubator/cs2/0.0.1/README.md
Normal file
@@ -0,0 +1 @@
|
||||
# README
|
||||
4
incubator/cs2/0.0.1/app-changelog.md
Normal file
4
incubator/cs2/0.0.1/app-changelog.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
## [cs2-0.0.1]cs2-0.0.1 (2023-11-10)
|
||||
|
||||
8
incubator/cs2/0.0.1/app-readme.md
Normal file
8
incubator/cs2/0.0.1/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
A custom SteamCMD chart that runs CS2.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/cs2](https://truecharts.org/charts/incubator/cs2)
|
||||
|
||||
---
|
||||
|
||||
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!
|
||||
BIN
incubator/cs2/0.0.1/charts/common-14.3.3.tgz
Normal file
BIN
incubator/cs2/0.0.1/charts/common-14.3.3.tgz
Normal file
Binary file not shown.
66
incubator/cs2/0.0.1/ix_values.yaml
Normal file
66
incubator/cs2/0.0.1/ix_values.yaml
Normal file
@@ -0,0 +1,66 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/cs2
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:24f52ee1c81175980b76914803bc3ca15c02d4217ccc1c0baf414b8cd2d5f44f
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: udp
|
||||
port: 27015
|
||||
|
||||
cs2:
|
||||
game:
|
||||
id: 730
|
||||
user: ""
|
||||
pass: ""
|
||||
validate: false
|
||||
params:
|
||||
- -dedicated
|
||||
- -dev
|
||||
- +map
|
||||
- de_inferno
|
||||
- +game_type 0
|
||||
- +game_mode 1
|
||||
- -usercon
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
env:
|
||||
STEAMCMD_DIR: "{{ .Values.persistence.steamcmd.mountPath }}"
|
||||
SERVER_DIR: "{{ .Values.persistence.serverfiles.mountPath }}"
|
||||
GAME_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
GAME_ID: "{{ .Values.cs2.game.id }}"
|
||||
USERNAME: "{{ .Values.cs2.game.user }}"
|
||||
PASSWRD: "{{ .Values.cs2.game.password }}"
|
||||
GAME_PARAMS: '{{ join " " .Values.cs2.game.params }}'
|
||||
VALIDATE: "{{ .Values.cs2.game.validate }}"
|
||||
|
||||
persistence:
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: false
|
||||
2025
incubator/cs2/0.0.1/questions.yaml
Normal file
2025
incubator/cs2/0.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
incubator/cs2/0.0.1/templates/NOTES.txt
Normal file
1
incubator/cs2/0.0.1/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
incubator/cs2/0.0.1/templates/common.yaml
Normal file
1
incubator/cs2/0.0.1/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
incubator/cs2/0.0.1/values.yaml
Normal file
0
incubator/cs2/0.0.1/values.yaml
Normal file
4
incubator/cs2/item.yaml
Normal file
4
incubator/cs2/item.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png
|
||||
categories:
|
||||
- games
|
||||
screenshots: []
|
||||
Reference in New Issue
Block a user