From e6183eb2df8b9fc43549addfdc240a8a3656e598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Sat, 25 Jan 2025 10:52:53 +0100 Subject: [PATCH] fix(littlelink): Remove ENV so people dont have to set them (#31162) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 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 - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] 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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/littlelink/Chart.yaml | 2 +- charts/stable/littlelink/values.yaml | 17 +---------------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml index 5db21d69515..927d4860da9 100644 --- a/charts/stable/littlelink/Chart.yaml +++ b/charts/stable/littlelink/Chart.yaml @@ -33,4 +33,4 @@ sources: - https://github.com/techno-tim/littlelink-server - https://github.com/truecharts/charts/tree/master/charts/stable/littlelink type: application -version: 16.0.1 +version: 16.0.2 diff --git a/charts/stable/littlelink/values.yaml b/charts/stable/littlelink/values.yaml index 861f72c08bb..428d09c2653 100644 --- a/charts/stable/littlelink/values.yaml +++ b/charts/stable/littlelink/values.yaml @@ -17,22 +17,7 @@ workload: containers: main: env: + # See upstream for more ENV META_TITLE: "techno tim" META_DESCRIPTION: "techno tim link page" META_AUTHOR: "techno tim" - THEME: "Dark" - FAVICON_URL: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg" - AVATAR_URL: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg" - AVATAR_2X_URL: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg" - AVATAR_ALT: "techno tim profile pic" - NAME: "technotim" - BIO: "hey! just a place where you can connect with me!" - GITHUB: "https://github.com/timothystewart6" - TWITTER: "https://twitter.com/technotimlive" - INSTAGRAM: "https://www.instagram.com/techno.tim" - YOUTUBE: "https://www.youtube.com/channel/ucok-ghyjcwznj3br4oxwh0a" - TWITCH: "https://www.twitch.tv/technotim/" - DISCORD: "https://discord.gg/djkexrj" - TIKTOK: "https://www.tiktok.com/@technotim" - KIT: "https://kit.co/technotim" - FOOTER: "thanks for stopping by!"