diff --git a/charts/stable/cs2/Chart.yaml b/charts/stable/cs2/Chart.yaml index 2a3e771420a..47457a59778 100644 --- a/charts/stable/cs2/Chart.yaml +++ b/charts/stable/cs2/Chart.yaml @@ -34,4 +34,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cs2 - https://hub.docker.com/r/ich777/steamcmd type: application -version: 4.0.9 +version: 4.0.10 + diff --git a/charts/stable/cs2/docs/installation_notes.md b/charts/stable/cs2/docs/installation_notes.md new file mode 100644 index 00000000000..6659dac8270 --- /dev/null +++ b/charts/stable/cs2/docs/installation_notes.md @@ -0,0 +1,21 @@ +--- +title: CS2 Installation Notes +--- + +It's **highly recommened** to setup a password for the RCon. + +Command line options can be added in the "Game params" section. +For more information about which console commands are available, for more information see the official Valve [docs](https://developer.valvesoftware.com/wiki/Command_line_options) + +## Default Values + +| KEY | VALUE | +| ------------------------------------ | ---------------------------------------------- | +| dev | Enabled | +| usercon | Enabled | +| rcon_password | "" | +| rcon_port | 27015 | +| port | 27015 | +| game_type | 0 | +| game_mode | 1 | +| map | de_inferno | diff --git a/charts/stable/cs2/values.yaml b/charts/stable/cs2/values.yaml index e918cb610b1..f60b8977db2 100644 --- a/charts/stable/cs2/values.yaml +++ b/charts/stable/cs2/values.yaml @@ -15,7 +15,11 @@ service: main: protocol: udp port: 27015 - + rcon: + ports: + rcon: + protocol: tcp + port: 27020 cs2: game: id: 730