Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-05-29 09:35:08 +00:00
parent 829fac265c
commit 61cacc8826
13 changed files with 8 additions and 2 deletions

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: latest appVersion: latest
dependencies: dependencies:
- name: common - name: common
version: 23.0.9 version: 23.0.10
repository: oci://tccr.io/truecharts repository: oci://tccr.io/truecharts
condition: "" condition: ""
alias: "" alias: ""
@ -34,4 +34,4 @@ sources:
- https://hub.docker.com/r/ich777/steamcmd - https://hub.docker.com/r/ich777/steamcmd
- https://www.steampowered.com/ - https://www.steampowered.com/
type: application type: application
version: 6.0.8 version: 6.0.10

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 768 B

After

Width:  |  Height:  |  Size: 768 B

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -47,8 +47,14 @@ workload:
VALIDATE: "false" VALIDATE: "false"
probes: probes:
liveness: liveness:
enabled: true
type: tcp
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}" port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
readiness: readiness:
enabled: true
type: tcp
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}" port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
startup: startup:
enabled: true
type: tcp
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}" port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"