From cafebc7befbf68b0a361bef28270eb32d2ec7f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Sun, 7 Sep 2025 13:11:49 +0200 Subject: [PATCH] fix(charts): deprecate matomo & solr (#39221) 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/matomo/Chart.yaml | 5 ++--- charts/stable/solr/Chart.yaml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml index 1fb37af766c..6c71372a38d 100644 --- a/charts/stable/matomo/Chart.yaml +++ b/charts/stable/matomo/Chart.yaml @@ -25,7 +25,7 @@ dependencies: alias: "" tags: [] import-values: [] -deprecated: false +deprecated: true description: Matomo is the leading Free/Libre open analytics platform home: https://truecharts.org/charts/stable/matomo icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.webp @@ -43,5 +43,4 @@ sources: - https://github.com/matomo-org/matomo - https://github.com/truecharts/charts/tree/master/charts/stable/matomo type: application -version: 16.7.3 - +version: 16.7.4 diff --git a/charts/stable/solr/Chart.yaml b/charts/stable/solr/Chart.yaml index 8215f13a9e4..55494931054 100644 --- a/charts/stable/solr/Chart.yaml +++ b/charts/stable/solr/Chart.yaml @@ -18,7 +18,7 @@ dependencies: alias: "" tags: [] import-values: [] -deprecated: false +deprecated: true description: Apache Solr home: https://truecharts.org/charts/stable/solr icon: https://truecharts.org/img/hotlink-ok/chart-icons/solr.webp @@ -37,5 +37,4 @@ sources: - https://github.com/apache/solr - https://github.com/truecharts/charts/tree/master/charts/stable/solr type: application -version: 13.4.5 - +version: 13.4.6