From 569848dcb90490579ef0bb2611966d0312c75b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Sun, 6 Jul 2025 17:12:22 +0200 Subject: [PATCH] fix(charts): archive charts with removed images (#37063) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ 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 - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 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 changes to the documentation - [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ 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._ --- .../charts}/stable/ethercalc/.helmignore | 0 .../charts}/stable/ethercalc/CHANGELOG.md | 0 .../charts}/stable/ethercalc/Chart.yaml | 0 .../charts}/stable/ethercalc/README.md | 0 .../charts}/stable/ethercalc/icon-small.webp | Bin .../charts}/stable/ethercalc/icon.webp | Bin .../charts}/stable/ethercalc/templates/common.yaml | 0 .../charts}/stable/ethercalc/values.yaml | 0 .../stable/logitech-media-server/.helmignore | 0 .../stable/logitech-media-server/CHANGELOG.md | 0 .../charts}/stable/logitech-media-server/Chart.yaml | 1 - .../charts}/stable/logitech-media-server/README.md | 0 .../stable/logitech-media-server/icon-small.webp | Bin .../charts}/stable/logitech-media-server/icon.webp | Bin .../logitech-media-server/templates/NOTES.txt | 0 .../logitech-media-server/templates/common.yaml | 0 .../stable/logitech-media-server/values.yaml | 0 .../charts}/stable/youtransfer/.helmignore | 0 .../charts}/stable/youtransfer/CHANGELOG.md | 0 .../charts}/stable/youtransfer/Chart.yaml | 0 .../charts}/stable/youtransfer/README.md | 0 .../charts}/stable/youtransfer/icon-small.webp | Bin .../charts}/stable/youtransfer/icon.webp | Bin .../charts}/stable/youtransfer/templates/NOTES.txt | 0 .../stable/youtransfer/templates/common.yaml | 0 .../charts}/stable/youtransfer/values.yaml | 0 26 files changed, 1 deletion(-) rename {charts => archive/charts}/stable/ethercalc/.helmignore (100%) rename {charts => archive/charts}/stable/ethercalc/CHANGELOG.md (100%) rename {charts => archive/charts}/stable/ethercalc/Chart.yaml (100%) rename {charts => archive/charts}/stable/ethercalc/README.md (100%) rename {charts => archive/charts}/stable/ethercalc/icon-small.webp (100%) rename {charts => archive/charts}/stable/ethercalc/icon.webp (100%) rename {charts => archive/charts}/stable/ethercalc/templates/common.yaml (100%) rename {charts => archive/charts}/stable/ethercalc/values.yaml (100%) rename {charts => archive/charts}/stable/logitech-media-server/.helmignore (100%) rename {charts => archive/charts}/stable/logitech-media-server/CHANGELOG.md (100%) rename {charts => archive/charts}/stable/logitech-media-server/Chart.yaml (99%) rename {charts => archive/charts}/stable/logitech-media-server/README.md (100%) rename {charts => archive/charts}/stable/logitech-media-server/icon-small.webp (100%) rename {charts => archive/charts}/stable/logitech-media-server/icon.webp (100%) rename {charts => archive/charts}/stable/logitech-media-server/templates/NOTES.txt (100%) rename {charts => archive/charts}/stable/logitech-media-server/templates/common.yaml (100%) rename {charts => archive/charts}/stable/logitech-media-server/values.yaml (100%) rename {charts => archive/charts}/stable/youtransfer/.helmignore (100%) rename {charts => archive/charts}/stable/youtransfer/CHANGELOG.md (100%) rename {charts => archive/charts}/stable/youtransfer/Chart.yaml (100%) rename {charts => archive/charts}/stable/youtransfer/README.md (100%) rename {charts => archive/charts}/stable/youtransfer/icon-small.webp (100%) rename {charts => archive/charts}/stable/youtransfer/icon.webp (100%) rename {charts => archive/charts}/stable/youtransfer/templates/NOTES.txt (100%) rename {charts => archive/charts}/stable/youtransfer/templates/common.yaml (100%) rename {charts => archive/charts}/stable/youtransfer/values.yaml (100%) diff --git a/charts/stable/ethercalc/.helmignore b/archive/charts/stable/ethercalc/.helmignore similarity index 100% rename from charts/stable/ethercalc/.helmignore rename to archive/charts/stable/ethercalc/.helmignore diff --git a/charts/stable/ethercalc/CHANGELOG.md b/archive/charts/stable/ethercalc/CHANGELOG.md similarity index 100% rename from charts/stable/ethercalc/CHANGELOG.md rename to archive/charts/stable/ethercalc/CHANGELOG.md diff --git a/charts/stable/ethercalc/Chart.yaml b/archive/charts/stable/ethercalc/Chart.yaml similarity index 100% rename from charts/stable/ethercalc/Chart.yaml rename to archive/charts/stable/ethercalc/Chart.yaml diff --git a/charts/stable/ethercalc/README.md b/archive/charts/stable/ethercalc/README.md similarity index 100% rename from charts/stable/ethercalc/README.md rename to archive/charts/stable/ethercalc/README.md diff --git a/charts/stable/ethercalc/icon-small.webp b/archive/charts/stable/ethercalc/icon-small.webp similarity index 100% rename from charts/stable/ethercalc/icon-small.webp rename to archive/charts/stable/ethercalc/icon-small.webp diff --git a/charts/stable/ethercalc/icon.webp b/archive/charts/stable/ethercalc/icon.webp similarity index 100% rename from charts/stable/ethercalc/icon.webp rename to archive/charts/stable/ethercalc/icon.webp diff --git a/charts/stable/ethercalc/templates/common.yaml b/archive/charts/stable/ethercalc/templates/common.yaml similarity index 100% rename from charts/stable/ethercalc/templates/common.yaml rename to archive/charts/stable/ethercalc/templates/common.yaml diff --git a/charts/stable/ethercalc/values.yaml b/archive/charts/stable/ethercalc/values.yaml similarity index 100% rename from charts/stable/ethercalc/values.yaml rename to archive/charts/stable/ethercalc/values.yaml diff --git a/charts/stable/logitech-media-server/.helmignore b/archive/charts/stable/logitech-media-server/.helmignore similarity index 100% rename from charts/stable/logitech-media-server/.helmignore rename to archive/charts/stable/logitech-media-server/.helmignore diff --git a/charts/stable/logitech-media-server/CHANGELOG.md b/archive/charts/stable/logitech-media-server/CHANGELOG.md similarity index 100% rename from charts/stable/logitech-media-server/CHANGELOG.md rename to archive/charts/stable/logitech-media-server/CHANGELOG.md diff --git a/charts/stable/logitech-media-server/Chart.yaml b/archive/charts/stable/logitech-media-server/Chart.yaml similarity index 99% rename from charts/stable/logitech-media-server/Chart.yaml rename to archive/charts/stable/logitech-media-server/Chart.yaml index d552f3032a0..fb886532902 100644 --- a/charts/stable/logitech-media-server/Chart.yaml +++ b/archive/charts/stable/logitech-media-server/Chart.yaml @@ -39,4 +39,3 @@ sources: - https://hub.docker.com/r/lmscommunity/logitechmediaserver type: application version: 14.0.4 - diff --git a/charts/stable/logitech-media-server/README.md b/archive/charts/stable/logitech-media-server/README.md similarity index 100% rename from charts/stable/logitech-media-server/README.md rename to archive/charts/stable/logitech-media-server/README.md diff --git a/charts/stable/logitech-media-server/icon-small.webp b/archive/charts/stable/logitech-media-server/icon-small.webp similarity index 100% rename from charts/stable/logitech-media-server/icon-small.webp rename to archive/charts/stable/logitech-media-server/icon-small.webp diff --git a/charts/stable/logitech-media-server/icon.webp b/archive/charts/stable/logitech-media-server/icon.webp similarity index 100% rename from charts/stable/logitech-media-server/icon.webp rename to archive/charts/stable/logitech-media-server/icon.webp diff --git a/charts/stable/logitech-media-server/templates/NOTES.txt b/archive/charts/stable/logitech-media-server/templates/NOTES.txt similarity index 100% rename from charts/stable/logitech-media-server/templates/NOTES.txt rename to archive/charts/stable/logitech-media-server/templates/NOTES.txt diff --git a/charts/stable/logitech-media-server/templates/common.yaml b/archive/charts/stable/logitech-media-server/templates/common.yaml similarity index 100% rename from charts/stable/logitech-media-server/templates/common.yaml rename to archive/charts/stable/logitech-media-server/templates/common.yaml diff --git a/charts/stable/logitech-media-server/values.yaml b/archive/charts/stable/logitech-media-server/values.yaml similarity index 100% rename from charts/stable/logitech-media-server/values.yaml rename to archive/charts/stable/logitech-media-server/values.yaml diff --git a/charts/stable/youtransfer/.helmignore b/archive/charts/stable/youtransfer/.helmignore similarity index 100% rename from charts/stable/youtransfer/.helmignore rename to archive/charts/stable/youtransfer/.helmignore diff --git a/charts/stable/youtransfer/CHANGELOG.md b/archive/charts/stable/youtransfer/CHANGELOG.md similarity index 100% rename from charts/stable/youtransfer/CHANGELOG.md rename to archive/charts/stable/youtransfer/CHANGELOG.md diff --git a/charts/stable/youtransfer/Chart.yaml b/archive/charts/stable/youtransfer/Chart.yaml similarity index 100% rename from charts/stable/youtransfer/Chart.yaml rename to archive/charts/stable/youtransfer/Chart.yaml diff --git a/charts/stable/youtransfer/README.md b/archive/charts/stable/youtransfer/README.md similarity index 100% rename from charts/stable/youtransfer/README.md rename to archive/charts/stable/youtransfer/README.md diff --git a/charts/stable/youtransfer/icon-small.webp b/archive/charts/stable/youtransfer/icon-small.webp similarity index 100% rename from charts/stable/youtransfer/icon-small.webp rename to archive/charts/stable/youtransfer/icon-small.webp diff --git a/charts/stable/youtransfer/icon.webp b/archive/charts/stable/youtransfer/icon.webp similarity index 100% rename from charts/stable/youtransfer/icon.webp rename to archive/charts/stable/youtransfer/icon.webp diff --git a/charts/stable/youtransfer/templates/NOTES.txt b/archive/charts/stable/youtransfer/templates/NOTES.txt similarity index 100% rename from charts/stable/youtransfer/templates/NOTES.txt rename to archive/charts/stable/youtransfer/templates/NOTES.txt diff --git a/charts/stable/youtransfer/templates/common.yaml b/archive/charts/stable/youtransfer/templates/common.yaml similarity index 100% rename from charts/stable/youtransfer/templates/common.yaml rename to archive/charts/stable/youtransfer/templates/common.yaml diff --git a/charts/stable/youtransfer/values.yaml b/archive/charts/stable/youtransfer/values.yaml similarity index 100% rename from charts/stable/youtransfer/values.yaml rename to archive/charts/stable/youtransfer/values.yaml