From 69a66797f74017ccf4eecade44ec0a46fb157b06 Mon Sep 17 00:00:00 2001 From: younsl Date: Tue, 6 Aug 2024 23:42:29 +0900 Subject: [PATCH 1/2] docs(helm): Add example excluded-resources values * Add `excludedNamespaceScopedResources` to schedules example * Add `excludedClusterScopedResources` to schedules example Signed-off-by: younsl --- charts/velero/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/velero/values.yaml b/charts/velero/values.yaml index 7a9c18ea..5c5384b8 100644 --- a/charts/velero/values.yaml +++ b/charts/velero/values.yaml @@ -619,6 +619,11 @@ nodeAgent: # storageLocation: default # includedNamespaces: # - foo +# # See: https://velero.io/docs/v1.14/resource-filtering/#excludes +# excludedNamespaceScopedResources: +# - persistentVolumeClaims +# excludedClusterScopedResources: +# - persistentVolumes schedules: {} # Velero ConfigMaps. From 4d63b56af29d5dc949e6ace1e5ec07ef2ab9658f Mon Sep 17 00:00:00 2001 From: younsl Date: Wed, 7 Aug 2024 00:27:19 +0900 Subject: [PATCH 2/2] bump(patch): chart semantic version to 7.1.5 Signed-off-by: younsl --- charts/velero/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/velero/Chart.yaml b/charts/velero/Chart.yaml index c31fd0f0..5187688d 100644 --- a/charts/velero/Chart.yaml +++ b/charts/velero/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 1.14.0 kubeVersion: ">=1.16.0-0" description: A Helm chart for velero name: velero -version: 7.1.4 +version: 7.1.5 home: https://github.com/vmware-tanzu/velero icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png sources: