fix(clustertool): update deprecated charts & remove topolvm labels (#34172)

**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
- [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?**
<!--
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:**

- [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
- [ ] ⬆️ 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._
This commit is contained in:
Alfred Göppel
2025-04-09 18:05:16 +02:00
committed by GitHub
parent 2c1b972b78
commit 275d04f4d7
13 changed files with 4 additions and 17 deletions
@@ -4,4 +4,3 @@ metadata:
name: kubernetes-dashboard name: kubernetes-dashboard
labels: labels:
pod-security.kubernetes.io/enforce: privileged pod-security.kubernetes.io/enforce: privileged
topolvm.io/webhook: ignore
@@ -2,5 +2,3 @@ apiVersion: v1
kind: Namespace kind: Namespace
metadata: metadata:
name: blocky name: blocky
labels:
topolvm.io/webhook: ignore
@@ -2,5 +2,3 @@ apiVersion: v1
kind: Namespace kind: Namespace
metadata: metadata:
name: clusterissuer name: clusterissuer
labels:
topolvm.io/webhook: ignore
@@ -4,4 +4,3 @@ metadata:
name: metallb-config name: metallb-config
labels: labels:
pod-security.kubernetes.io/enforce: privileged pod-security.kubernetes.io/enforce: privileged
topolvm.io/webhook: ignore
@@ -5,4 +5,3 @@ metadata:
name: flux-system name: flux-system
labels: labels:
pod-security.kubernetes.io/enforce: privileged pod-security.kubernetes.io/enforce: privileged
topolvm.io/webhook: ignore
@@ -9,10 +9,10 @@ spec:
chart: chart:
spec: spec:
chart: metrics-server chart: metrics-server
version: 0.1.0 version: 3.12.2
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: truecharts name: metrics-server
namespace: flux-system namespace: flux-system
interval: 15m interval: 15m
timeout: 20m timeout: 20m
@@ -4,4 +4,3 @@ metadata:
name: kube-system name: kube-system
labels: labels:
pod-security.kubernetes.io/enforce: privileged pod-security.kubernetes.io/enforce: privileged
topolvm.io/webhook: ignore
@@ -10,10 +10,10 @@ spec:
chart: chart:
spec: spec:
chart: node-feature-discovery chart: node-feature-discovery
version: 0.1.0 version: 0.17.2
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: truecharts name: node-feature-discovery
namespace: flux-system namespace: flux-system
install: install:
crds: CreateReplace crds: CreateReplace
@@ -4,4 +4,3 @@ metadata:
name: longhorn-system name: longhorn-system
labels: labels:
pod-security.kubernetes.io/enforce: privileged pod-security.kubernetes.io/enforce: privileged
topolvm.io/webhook: ignore
@@ -4,4 +4,3 @@ metadata:
name: metallb name: metallb
labels: labels:
pod-security.kubernetes.io/enforce: privileged pod-security.kubernetes.io/enforce: privileged
topolvm.io/webhook: ignore
@@ -4,4 +4,3 @@ metadata:
name: openebs name: openebs
labels: labels:
pod-security.kubernetes.io/enforce: privileged pod-security.kubernetes.io/enforce: privileged
topolvm.io/webhook: ignore
@@ -4,4 +4,3 @@ metadata:
name: spegel name: spegel
labels: labels:
pod-security.kubernetes.io/enforce: privileged pod-security.kubernetes.io/enforce: privileged
topolvm.io/webhook: ignore
@@ -4,4 +4,3 @@ metadata:
name: volsync name: volsync
labels: labels:
pod-security.kubernetes.io/enforce: privileged pod-security.kubernetes.io/enforce: privileged
topolvm.io/webhook: ignore