chore(charts): archive prometheus, prometheus-operator & cert-manager (#33009)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ 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 <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Alfred Göppel
2025-03-08 19:13:20 +01:00
committed by GitHub
parent 2f1909f7a4
commit cccc6218e2
42 changed files with 3 additions and 3 deletions

Before

Width:  |  Height:  |  Size: 684 B

After

Width:  |  Height:  |  Size: 684 B

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Before

Width:  |  Height:  |  Size: 818 B

After

Width:  |  Height:  |  Size: 818 B

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Before

Width:  |  Height:  |  Size: 540 B

After

Width:  |  Height:  |  Size: 540 B

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+1 -1
View File
@@ -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]
@@ -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
@@ -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**: <br />
`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).