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
dependencies:
- name: common
version: 23.0.9
version: 23.0.10
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -34,4 +34,4 @@ sources:
- https://hub.docker.com/r/ich777/steamcmd
- https://www.steampowered.com/
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"
probes:
liveness:
enabled: true
type: tcp
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
readiness:
enabled: true
type: tcp
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
startup:
enabled: true
type: tcp
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"