Skip to content

Commit

Permalink
charts/steamcmd: Update chart version to 1.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <[email protected]>
  • Loading branch information
thetredev committed Sep 6, 2023
1 parent eaf2184 commit 21d6ba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/steamcmd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: steamcmd
version: 1.0.2
version: 1.0.3
appVersion: "20230906"
description: Sane SteamCMD Docker images
annotations:
Expand All @@ -10,4 +10,4 @@ annotations:
url: https://github.com/thetredev/helm-charts
artifacthub.io/changes: |
- kind: fixed
description: Fixed runtime errors for game servers older than CS:GO
description: Fixed steamcmd.image map to account for new csgo image
2 changes: 1 addition & 1 deletion charts/steamcmd/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- define "steamcmd.image" -}}
{{ $games := dict "cs" "hlds" "czero" "hlds" "dmc" "hlds" "dod" "hlds" "hlmp" "hlds" "op4" "hlds" "tfc" "hlds" "bms" "srcds" "csgo" "srcds" "css" "srcds" "dods" "srcds" "gm" "srcds" "hl2mp" "srcds" "l4d" "srcds" "l4d2" "srcds" }}
{{ $games := dict "cs" "hlds" "czero" "hlds" "dmc" "hlds" "dod" "hlds" "hlmp" "hlds" "op4" "hlds" "tfc" "hlds" "bms" "csgo" "csgo" "csgo" "css" "srcds" "dods" "srcds" "gm" "srcds" "hl2mp" "srcds" "l4d" "srcds" "l4d2" "srcds" }}
{{- get $games .Values.deployment.game -}}
{{- end -}}

Expand Down

0 comments on commit 21d6ba3

Please sign in to comment.