From cccc6218e2eb8eea70b275a56574a3e81e6b9e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Sat, 8 Mar 2025 19:13:20 +0100 Subject: [PATCH] chore(charts): archive prometheus, prometheus-operator & cert-manager (#33009) 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 - [ ] 📜 Documentation Changes **🧪 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 changes to the documentation - [ ] 🧪 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 - [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._ --------- Signed-off-by: Kjeld Schouten Co-authored-by: Kjeld Schouten --- .../charts}/premium/prometheus/.helmignore | 0 .../charts}/premium/prometheus/CHANGELOG.md | 0 .../charts}/premium/prometheus/Chart.yaml | 0 .../charts}/premium/prometheus/LICENSE | 0 .../charts}/premium/prometheus/README.md | 0 .../charts}/premium/prometheus/icon-small.webp | Bin .../charts}/premium/prometheus/icon.webp | Bin .../charts}/premium/prometheus/templates/NOTES.txt | 0 .../premium/prometheus/templates/_helpers.tpl | 0 .../templates/alertmanager/_alertmanager.tpl | 0 .../prometheus/templates/alertmanager/secrets.yaml | 0 .../templates/alertmanager/serviceaccount.yaml | 0 .../templates/alertmanager/servicemonitor.yaml | 0 .../premium/prometheus/templates/common.yaml | 0 .../prometheus/_additionalPrometheusRules.tpl | 0 .../templates/prometheus/_additionalScrapeJobs.tpl | 0 .../prometheus/templates/prometheus/_prometheus.tpl | 0 .../templates/prometheus/_servicemonitor.tpl | 0 .../templates/prometheus/clusterrole.yaml | 0 .../templates/prometheus/clusterrolebinding.yaml | 0 .../templates/prometheus/serviceaccount.yaml | 0 .../charts}/premium/prometheus/values.yaml | 0 .../charts}/system/cert-manager/.helmignore | 0 .../charts}/system/cert-manager/Chart.yaml | 0 .../charts}/system/cert-manager/README.md | 0 .../charts}/system/cert-manager/dashboard.json | 0 .../charts}/system/cert-manager/icon-small.webp | Bin .../charts}/system/cert-manager/icon.webp | Bin .../charts}/system/cert-manager/templates/NOTES.txt | 0 .../system/cert-manager/templates/common.yaml | 0 .../charts}/system/cert-manager/values.yaml | 0 .../charts}/system/prometheus-operator/.helmignore | 0 .../charts}/system/prometheus-operator/Chart.yaml | 0 .../charts}/system/prometheus-operator/README.md | 0 .../system/prometheus-operator/icon-small.webp | Bin .../charts}/system/prometheus-operator/icon.webp | Bin .../system/prometheus-operator/templates/NOTES.txt | 0 .../prometheus-operator/templates/common.yaml | 0 .../charts}/system/prometheus-operator/values.yaml | 0 charts/premium/clusterissuer/docs/how-to.md | 2 +- .../docs/news/2023-07-03-operator-changes.md | 2 +- .../docs/news/2023-07-20-cert-manager-operator.md | 2 +- 42 files changed, 3 insertions(+), 3 deletions(-) rename {charts => archive/charts}/premium/prometheus/.helmignore (100%) rename {charts => archive/charts}/premium/prometheus/CHANGELOG.md (100%) rename {charts => archive/charts}/premium/prometheus/Chart.yaml (100%) rename {charts => archive/charts}/premium/prometheus/LICENSE (100%) rename {charts => archive/charts}/premium/prometheus/README.md (100%) rename {charts => archive/charts}/premium/prometheus/icon-small.webp (100%) rename {charts => archive/charts}/premium/prometheus/icon.webp (100%) rename {charts => archive/charts}/premium/prometheus/templates/NOTES.txt (100%) rename {charts => archive/charts}/premium/prometheus/templates/_helpers.tpl (100%) rename {charts => archive/charts}/premium/prometheus/templates/alertmanager/_alertmanager.tpl (100%) rename {charts => archive/charts}/premium/prometheus/templates/alertmanager/secrets.yaml (100%) rename {charts => archive/charts}/premium/prometheus/templates/alertmanager/serviceaccount.yaml (100%) rename {charts => archive/charts}/premium/prometheus/templates/alertmanager/servicemonitor.yaml (100%) rename {charts => archive/charts}/premium/prometheus/templates/common.yaml (100%) rename {charts => archive/charts}/premium/prometheus/templates/prometheus/_additionalPrometheusRules.tpl (100%) rename {charts => archive/charts}/premium/prometheus/templates/prometheus/_additionalScrapeJobs.tpl (100%) rename {charts => archive/charts}/premium/prometheus/templates/prometheus/_prometheus.tpl (100%) rename {charts => archive/charts}/premium/prometheus/templates/prometheus/_servicemonitor.tpl (100%) rename {charts => archive/charts}/premium/prometheus/templates/prometheus/clusterrole.yaml (100%) rename {charts => archive/charts}/premium/prometheus/templates/prometheus/clusterrolebinding.yaml (100%) rename {charts => archive/charts}/premium/prometheus/templates/prometheus/serviceaccount.yaml (100%) rename {charts => archive/charts}/premium/prometheus/values.yaml (100%) rename {charts => archive/charts}/system/cert-manager/.helmignore (100%) rename {charts => archive/charts}/system/cert-manager/Chart.yaml (100%) rename {charts => archive/charts}/system/cert-manager/README.md (100%) rename {charts => archive/charts}/system/cert-manager/dashboard.json (100%) rename {charts => archive/charts}/system/cert-manager/icon-small.webp (100%) rename {charts => archive/charts}/system/cert-manager/icon.webp (100%) rename {charts => archive/charts}/system/cert-manager/templates/NOTES.txt (100%) rename {charts => archive/charts}/system/cert-manager/templates/common.yaml (100%) rename {charts => archive/charts}/system/cert-manager/values.yaml (100%) rename {charts => archive/charts}/system/prometheus-operator/.helmignore (100%) rename {charts => archive/charts}/system/prometheus-operator/Chart.yaml (100%) rename {charts => archive/charts}/system/prometheus-operator/README.md (100%) rename {charts => archive/charts}/system/prometheus-operator/icon-small.webp (100%) rename {charts => archive/charts}/system/prometheus-operator/icon.webp (100%) rename {charts => archive/charts}/system/prometheus-operator/templates/NOTES.txt (100%) rename {charts => archive/charts}/system/prometheus-operator/templates/common.yaml (100%) rename {charts => archive/charts}/system/prometheus-operator/values.yaml (100%) diff --git a/charts/premium/prometheus/.helmignore b/archive/charts/premium/prometheus/.helmignore similarity index 100% rename from charts/premium/prometheus/.helmignore rename to archive/charts/premium/prometheus/.helmignore diff --git a/charts/premium/prometheus/CHANGELOG.md b/archive/charts/premium/prometheus/CHANGELOG.md similarity index 100% rename from charts/premium/prometheus/CHANGELOG.md rename to archive/charts/premium/prometheus/CHANGELOG.md diff --git a/charts/premium/prometheus/Chart.yaml b/archive/charts/premium/prometheus/Chart.yaml similarity index 100% rename from charts/premium/prometheus/Chart.yaml rename to archive/charts/premium/prometheus/Chart.yaml diff --git a/charts/premium/prometheus/LICENSE b/archive/charts/premium/prometheus/LICENSE similarity index 100% rename from charts/premium/prometheus/LICENSE rename to archive/charts/premium/prometheus/LICENSE diff --git a/charts/premium/prometheus/README.md b/archive/charts/premium/prometheus/README.md similarity index 100% rename from charts/premium/prometheus/README.md rename to archive/charts/premium/prometheus/README.md diff --git a/charts/premium/prometheus/icon-small.webp b/archive/charts/premium/prometheus/icon-small.webp similarity index 100% rename from charts/premium/prometheus/icon-small.webp rename to archive/charts/premium/prometheus/icon-small.webp diff --git a/charts/premium/prometheus/icon.webp b/archive/charts/premium/prometheus/icon.webp similarity index 100% rename from charts/premium/prometheus/icon.webp rename to archive/charts/premium/prometheus/icon.webp diff --git a/charts/premium/prometheus/templates/NOTES.txt b/archive/charts/premium/prometheus/templates/NOTES.txt similarity index 100% rename from charts/premium/prometheus/templates/NOTES.txt rename to archive/charts/premium/prometheus/templates/NOTES.txt diff --git a/charts/premium/prometheus/templates/_helpers.tpl b/archive/charts/premium/prometheus/templates/_helpers.tpl similarity index 100% rename from charts/premium/prometheus/templates/_helpers.tpl rename to archive/charts/premium/prometheus/templates/_helpers.tpl diff --git a/charts/premium/prometheus/templates/alertmanager/_alertmanager.tpl b/archive/charts/premium/prometheus/templates/alertmanager/_alertmanager.tpl similarity index 100% rename from charts/premium/prometheus/templates/alertmanager/_alertmanager.tpl rename to archive/charts/premium/prometheus/templates/alertmanager/_alertmanager.tpl diff --git a/charts/premium/prometheus/templates/alertmanager/secrets.yaml b/archive/charts/premium/prometheus/templates/alertmanager/secrets.yaml similarity index 100% rename from charts/premium/prometheus/templates/alertmanager/secrets.yaml rename to archive/charts/premium/prometheus/templates/alertmanager/secrets.yaml diff --git a/charts/premium/prometheus/templates/alertmanager/serviceaccount.yaml b/archive/charts/premium/prometheus/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from charts/premium/prometheus/templates/alertmanager/serviceaccount.yaml rename to archive/charts/premium/prometheus/templates/alertmanager/serviceaccount.yaml diff --git a/charts/premium/prometheus/templates/alertmanager/servicemonitor.yaml b/archive/charts/premium/prometheus/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from charts/premium/prometheus/templates/alertmanager/servicemonitor.yaml rename to archive/charts/premium/prometheus/templates/alertmanager/servicemonitor.yaml diff --git a/charts/premium/prometheus/templates/common.yaml b/archive/charts/premium/prometheus/templates/common.yaml similarity index 100% rename from charts/premium/prometheus/templates/common.yaml rename to archive/charts/premium/prometheus/templates/common.yaml diff --git a/charts/premium/prometheus/templates/prometheus/_additionalPrometheusRules.tpl b/archive/charts/premium/prometheus/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from charts/premium/prometheus/templates/prometheus/_additionalPrometheusRules.tpl rename to archive/charts/premium/prometheus/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/charts/premium/prometheus/templates/prometheus/_additionalScrapeJobs.tpl b/archive/charts/premium/prometheus/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from charts/premium/prometheus/templates/prometheus/_additionalScrapeJobs.tpl rename to archive/charts/premium/prometheus/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/charts/premium/prometheus/templates/prometheus/_prometheus.tpl b/archive/charts/premium/prometheus/templates/prometheus/_prometheus.tpl similarity index 100% rename from charts/premium/prometheus/templates/prometheus/_prometheus.tpl rename to archive/charts/premium/prometheus/templates/prometheus/_prometheus.tpl diff --git a/charts/premium/prometheus/templates/prometheus/_servicemonitor.tpl b/archive/charts/premium/prometheus/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from charts/premium/prometheus/templates/prometheus/_servicemonitor.tpl rename to archive/charts/premium/prometheus/templates/prometheus/_servicemonitor.tpl diff --git a/charts/premium/prometheus/templates/prometheus/clusterrole.yaml b/archive/charts/premium/prometheus/templates/prometheus/clusterrole.yaml similarity index 100% rename from charts/premium/prometheus/templates/prometheus/clusterrole.yaml rename to archive/charts/premium/prometheus/templates/prometheus/clusterrole.yaml diff --git a/charts/premium/prometheus/templates/prometheus/clusterrolebinding.yaml b/archive/charts/premium/prometheus/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from charts/premium/prometheus/templates/prometheus/clusterrolebinding.yaml rename to archive/charts/premium/prometheus/templates/prometheus/clusterrolebinding.yaml diff --git a/charts/premium/prometheus/templates/prometheus/serviceaccount.yaml b/archive/charts/premium/prometheus/templates/prometheus/serviceaccount.yaml similarity index 100% rename from charts/premium/prometheus/templates/prometheus/serviceaccount.yaml rename to archive/charts/premium/prometheus/templates/prometheus/serviceaccount.yaml diff --git a/charts/premium/prometheus/values.yaml b/archive/charts/premium/prometheus/values.yaml similarity index 100% rename from charts/premium/prometheus/values.yaml rename to archive/charts/premium/prometheus/values.yaml diff --git a/charts/system/cert-manager/.helmignore b/archive/charts/system/cert-manager/.helmignore similarity index 100% rename from charts/system/cert-manager/.helmignore rename to archive/charts/system/cert-manager/.helmignore diff --git a/charts/system/cert-manager/Chart.yaml b/archive/charts/system/cert-manager/Chart.yaml similarity index 100% rename from charts/system/cert-manager/Chart.yaml rename to archive/charts/system/cert-manager/Chart.yaml diff --git a/charts/system/cert-manager/README.md b/archive/charts/system/cert-manager/README.md similarity index 100% rename from charts/system/cert-manager/README.md rename to archive/charts/system/cert-manager/README.md diff --git a/charts/system/cert-manager/dashboard.json b/archive/charts/system/cert-manager/dashboard.json similarity index 100% rename from charts/system/cert-manager/dashboard.json rename to archive/charts/system/cert-manager/dashboard.json diff --git a/charts/system/cert-manager/icon-small.webp b/archive/charts/system/cert-manager/icon-small.webp similarity index 100% rename from charts/system/cert-manager/icon-small.webp rename to archive/charts/system/cert-manager/icon-small.webp diff --git a/charts/system/cert-manager/icon.webp b/archive/charts/system/cert-manager/icon.webp similarity index 100% rename from charts/system/cert-manager/icon.webp rename to archive/charts/system/cert-manager/icon.webp diff --git a/charts/system/cert-manager/templates/NOTES.txt b/archive/charts/system/cert-manager/templates/NOTES.txt similarity index 100% rename from charts/system/cert-manager/templates/NOTES.txt rename to archive/charts/system/cert-manager/templates/NOTES.txt diff --git a/charts/system/cert-manager/templates/common.yaml b/archive/charts/system/cert-manager/templates/common.yaml similarity index 100% rename from charts/system/cert-manager/templates/common.yaml rename to archive/charts/system/cert-manager/templates/common.yaml diff --git a/charts/system/cert-manager/values.yaml b/archive/charts/system/cert-manager/values.yaml similarity index 100% rename from charts/system/cert-manager/values.yaml rename to archive/charts/system/cert-manager/values.yaml diff --git a/charts/system/prometheus-operator/.helmignore b/archive/charts/system/prometheus-operator/.helmignore similarity index 100% rename from charts/system/prometheus-operator/.helmignore rename to archive/charts/system/prometheus-operator/.helmignore diff --git a/charts/system/prometheus-operator/Chart.yaml b/archive/charts/system/prometheus-operator/Chart.yaml similarity index 100% rename from charts/system/prometheus-operator/Chart.yaml rename to archive/charts/system/prometheus-operator/Chart.yaml diff --git a/charts/system/prometheus-operator/README.md b/archive/charts/system/prometheus-operator/README.md similarity index 100% rename from charts/system/prometheus-operator/README.md rename to archive/charts/system/prometheus-operator/README.md diff --git a/charts/system/prometheus-operator/icon-small.webp b/archive/charts/system/prometheus-operator/icon-small.webp similarity index 100% rename from charts/system/prometheus-operator/icon-small.webp rename to archive/charts/system/prometheus-operator/icon-small.webp diff --git a/charts/system/prometheus-operator/icon.webp b/archive/charts/system/prometheus-operator/icon.webp similarity index 100% rename from charts/system/prometheus-operator/icon.webp rename to archive/charts/system/prometheus-operator/icon.webp diff --git a/charts/system/prometheus-operator/templates/NOTES.txt b/archive/charts/system/prometheus-operator/templates/NOTES.txt similarity index 100% rename from charts/system/prometheus-operator/templates/NOTES.txt rename to archive/charts/system/prometheus-operator/templates/NOTES.txt diff --git a/charts/system/prometheus-operator/templates/common.yaml b/archive/charts/system/prometheus-operator/templates/common.yaml similarity index 100% rename from charts/system/prometheus-operator/templates/common.yaml rename to archive/charts/system/prometheus-operator/templates/common.yaml diff --git a/charts/system/prometheus-operator/values.yaml b/archive/charts/system/prometheus-operator/values.yaml similarity index 100% rename from charts/system/prometheus-operator/values.yaml rename to archive/charts/system/prometheus-operator/values.yaml diff --git a/charts/premium/clusterissuer/docs/how-to.md b/charts/premium/clusterissuer/docs/how-to.md index b5fa856152e..41504dd62c4 100644 --- a/charts/premium/clusterissuer/docs/how-to.md +++ b/charts/premium/clusterissuer/docs/how-to.md @@ -6,7 +6,7 @@ This guide will walk you through setting up `clusterissuer`, certificate managem ## Prerequisites -- [Cert-Mananger](/charts/system/cert-manager/) and [Prometheus-Operator](/charts/system/prometheus-operator/) +- [Cert-Mananger[(/guides/#cert-manager) and [Prometheus(-crds)]((/guides/#prometheus) :::caution[DNS] diff --git a/website/src/content/docs/news/2023-07-03-operator-changes.md b/website/src/content/docs/news/2023-07-03-operator-changes.md index 022c08742df..668c94299dd 100644 --- a/website/src/content/docs/news/2023-07-03-operator-changes.md +++ b/website/src/content/docs/news/2023-07-03-operator-changes.md @@ -32,7 +32,7 @@ The MetalLB operator is only required for users of MetalLB, anyone who does not The Prometheus operator is required for the use of app metrics. Its installation is recommended. 1. Run this in the system shell as **root**: `k3s kubectl delete --grace-period 30 --v=4 -k https://github.com/truecharts/manifests/delete3` -2. Install [prometheus-operator](/charts/system/prometheus-operator/) from the operators train. +2. Install prometheus-operator from the operators train. (Deprecated 2025) ## CNPG diff --git a/website/src/content/docs/news/2023-07-20-cert-manager-operator.md b/website/src/content/docs/news/2023-07-20-cert-manager-operator.md index 8e50c7da92f..5ea43e192e3 100644 --- a/website/src/content/docs/news/2023-07-20-cert-manager-operator.md +++ b/website/src/content/docs/news/2023-07-20-cert-manager-operator.md @@ -15,7 +15,7 @@ If you have not already done so add the operator train to TrueCharts [as outline 1. Run this in the system shell as **root**:
`k3s kubectl delete --grace-period 30 --v=4 -k https://github.com/truecharts/manifests/delete4` -2. Install [cert-manager](/charts/system/cert-manager/) from the operators train. +2. Install cert-manager from the operators train. (Deprecated 2025) 3. Update [clusterissuer](/charts/premium/clusterissuer/) to the latest version of (2.0.1+). - If you are already on the latest version perform an empty edit of clusterissuer (Edit app and save without making any changes).