From 4984e7fc1e2320dd6808f879934b36341098a56f Mon Sep 17 00:00:00 2001 From: alfi0812 <43101280+alfi0812@users.noreply.github.com> Date: Wed, 29 May 2024 11:34:32 +0200 Subject: [PATCH] fix(csgo): Fix typo (#22543) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes https://github.com/truecharts/charts/issues/22518 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Tested by modifying my catalog and successfully installing it + running it **📃 Notes:** **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> --- charts/stable/csgo/Chart.yaml | 2 +- charts/stable/csgo/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/csgo/Chart.yaml b/charts/stable/csgo/Chart.yaml index 4c15c612081..5055c22cc0c 100644 --- a/charts/stable/csgo/Chart.yaml +++ b/charts/stable/csgo/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://hub.docker.com/r/ich777/steamcmd - https://www.steampowered.com/ type: application -version: 6.0.10 +version: 6.0.11 diff --git a/charts/stable/csgo/values.yaml b/charts/stable/csgo/values.yaml index 55ce060b2c3..01902404d8b 100644 --- a/charts/stable/csgo/values.yaml +++ b/charts/stable/csgo/values.yaml @@ -53,7 +53,7 @@ workload: type: tcp port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}" readiness: - eabled: true + enabled: true type: tcp port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}" startup: