From aa3d841c5cfa41149eb4087de78698c8149c51fe Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 11 Jun 2025 15:10:23 -0400 Subject: [PATCH] velero: upgrade to 10.0.4, manual change due to conflict with namespace setting -- is redundant since argo adds those labels anyways --- system-apps/velero/Chart.yaml | 2 +- system-apps/velero/values.yaml | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/system-apps/velero/Chart.yaml b/system-apps/velero/Chart.yaml index b0c4726..a5b60a7 100644 --- a/system-apps/velero/Chart.yaml +++ b/system-apps/velero/Chart.yaml @@ -24,5 +24,5 @@ appVersion: "1.0" dependencies: - name: velero - version: 10.0.2 + version: 10.0.4 repository: https://vmware-tanzu.github.io/helm-charts \ No newline at end of file diff --git a/system-apps/velero/values.yaml b/system-apps/velero/values.yaml index 812de5a..8683649 100644 --- a/system-apps/velero/values.yaml +++ b/system-apps/velero/values.yaml @@ -1,20 +1,6 @@ velero: backupsEnabled: true snapshotsEnabled: false - namespace: - labels: - - key: pod-security.kubernetes.io/enforce - value: privileged - - key: pod-security.kubernetes.io/enforce-version - value: latest - - key: pod-security.kubernetes.io/audit - value: privileged - - key: pod-security.kubernetes.io/audit-version - value: latest - - key: pod-security.kubernetes.io/warn - value: privileged - - key: pod-security.kubernetes.io/warn-version - value: latest metrics: labels: metrics_enabled: "true"