velero: upgrade to 10.0.4, manual change due to conflict with namespace setting -- is redundant since argo adds those labels anyways

This commit is contained in:
2025-06-11 15:10:23 -04:00
parent bdea9ed786
commit aa3d841c5c
2 changed files with 1 additions and 15 deletions

View File

@@ -24,5 +24,5 @@ appVersion: "1.0"
dependencies: dependencies:
- name: velero - name: velero
version: 10.0.2 version: 10.0.4
repository: https://vmware-tanzu.github.io/helm-charts repository: https://vmware-tanzu.github.io/helm-charts

View File

@@ -1,20 +1,6 @@
velero: velero:
backupsEnabled: true backupsEnabled: true
snapshotsEnabled: false 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: metrics:
labels: labels:
metrics_enabled: "true" metrics_enabled: "true"