From e235d78a40926516cc4d99a1e868bf2339a151db Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 25 Dec 2023 12:27:41 +0200 Subject: [PATCH] fix(terraria): dont render raw secret (#16521) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes #16385 **⚙️ 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?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._ --- charts/stable/terraria-tshock/Chart.yaml | 2 +- charts/stable/terraria-tshock/templates/common.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/stable/terraria-tshock/Chart.yaml b/charts/stable/terraria-tshock/Chart.yaml index 064b412f7c5..4811473e0a2 100644 --- a/charts/stable/terraria-tshock/Chart.yaml +++ b/charts/stable/terraria-tshock/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: terraria-tshock -version: 4.0.17 +version: 4.0.18 appVersion: tshock description: SteamCMD Terraria and the TShock MOD. home: https://truecharts.org/charts/incubator/terraria-tshock diff --git a/charts/stable/terraria-tshock/templates/common.yaml b/charts/stable/terraria-tshock/templates/common.yaml index ee0518478dd..9615659ac23 100644 --- a/charts/stable/terraria-tshock/templates/common.yaml +++ b/charts/stable/terraria-tshock/templates/common.yaml @@ -1,9 +1,6 @@ {{/* Make sure all variables are set properly */}} {{- include "tc.v1.common.loader.init" . }} -{{/* Render secret */}} -{{- include "terraria.secret" . }} - {{/* Render secrets for terraria */}} {{- $secrets := include "terraria.secret" . | fromYaml -}} {{- if $secrets -}}