From da9132184cffc51bc2e591bbc1b6c60919b2dfdc Mon Sep 17 00:00:00 2001 From: Igor Cezar Date: Tue, 27 Oct 2020 12:31:48 -0300 Subject: [PATCH] Bump chart version and change hook comments Signed-off-by: Igor Cezar Remove whitespaces Signed-off-by: Igor Cezar --- charts/velero/Chart.yaml | 4 ++-- charts/velero/values.yaml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/velero/Chart.yaml b/charts/velero/Chart.yaml index 96e64693..c4bd7b5e 100644 --- a/charts/velero/Chart.yaml +++ b/charts/velero/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 1.5.1 +appVersion: 1.5.2 description: A Helm chart for velero name: velero -version: 2.13.4 +version: 2.13.7 home: https://github.com/vmware-tanzu/velero icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png sources: diff --git a/charts/velero/values.yaml b/charts/velero/values.yaml index dad21b8d..3e1ec992 100644 --- a/charts/velero/values.yaml +++ b/charts/velero/values.yaml @@ -72,8 +72,9 @@ metrics: # Install CRDs as a templates. Enabled by default. installCRDs: true -# Enable/disable helm hooks annotations for CRDs (Helm v2) and templates -# You should disable this if using a deploy tool that doesn't support helm hooks +# Enable/disable all helm hooks annotations +# You should disable this if using a deploy tool that doesn't support helm hooks, +# such as ArgoCD enableHelmHooks: true ##