Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
829fac265c
commit
61cacc8826
|
@ -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.
Before Width: | Height: | Size: 768 B After Width: | Height: | Size: 768 B |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
@ -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 }}"
|
Binary file not shown.
Loading…
Reference in New Issue