diff --git a/charts/stable/cstrike1-6/Chart.yaml b/charts/stable/cstrike1-6/Chart.yaml index 7c85e33dd11..a19d2c23af8 100644 --- a/charts/stable/cstrike1-6/Chart.yaml +++ b/charts/stable/cstrike1-6/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/cstrike1-6/values.yaml b/charts/stable/cstrike1-6/values.yaml index 7662763fbbd..b90d62f460a 100644 --- a/charts/stable/cstrike1-6/values.yaml +++ b/charts/stable/cstrike1-6/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ich777/steamcmd - tag: cstrike1.6@sha256:e65cfad7942e23997cd6df98852ce27399ac880d741b095e4dee40472b63a801 + tag: cstrike1.6@sha256:270a05ee0efa59be2cef0aad108dc41c0c25001f40de3b490ed58956f4eaa600 persistence: serverfiles: enabled: true @@ -49,7 +49,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