diff --git a/charts/stable/dayofdefeatsource/Chart.yaml b/charts/stable/dayofdefeatsource/Chart.yaml index a43eb8c973d..3587fc372d1 100644 --- a/charts/stable/dayofdefeatsource/Chart.yaml +++ b/charts/stable/dayofdefeatsource/Chart.yaml @@ -33,4 +33,4 @@ sources: - https://hub.docker.com/r/ich777/steamcmd - https://www.steampowered.com/ type: application -version: 7.1.6 +version: 7.1.7 diff --git a/charts/stable/dayofdefeatsource/values.yaml b/charts/stable/dayofdefeatsource/values.yaml index 9bbee24aea0..7a9e0172ba2 100644 --- a/charts/stable/dayofdefeatsource/values.yaml +++ b/charts/stable/dayofdefeatsource/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ich777/steamcmd - tag: dods@sha256:e1211f4a54414d14540c80b4555c95936703c444abc535b935d733f4f6a42805 + tag: dods@sha256:d5accb767727eb112089bb4a21c90477dbc4fd134947889b448e58561208fcc2 persistence: serverfiles: enabled: true @@ -48,7 +48,10 @@ workload: probes: liveness: port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}" + type: tcp readiness: port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}" + type: tcp startup: port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}" + type: tcp