diff --git a/charts/velero/Chart.yaml b/charts/velero/Chart.yaml index e1d2266d..78884951 100644 --- a/charts/velero/Chart.yaml +++ b/charts/velero/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 1.9.0 kubeVersion: ">=1.16.0-0" description: A Helm chart for velero name: velero -version: 2.31.1 +version: 2.31.2 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/templates/deployment.yaml b/charts/velero/templates/deployment.yaml index 162d9890..f3a3376a 100644 --- a/charts/velero/templates/deployment.yaml +++ b/charts/velero/templates/deployment.yaml @@ -115,6 +115,9 @@ spec: {{- with .disableControllers }} - --disable-controllers={{ . }} {{- end }} + {{- with .storeValidationFrequency }} + - --store-validation-frequency={{ . }} + {{- end }} {{- end }} {{- with .Values.resources }} resources: diff --git a/charts/velero/values.yaml b/charts/velero/values.yaml index 14087602..048385b6 100644 --- a/charts/velero/values.yaml +++ b/charts/velero/values.yaml @@ -265,6 +265,8 @@ configuration: clientPageSize: # `velero server` default: empty disableControllers: + # `velero server` default: 1m + storeValidationFrequency: # # additional key/value pairs to be used as environment variables such as "AWS_CLUSTER_NAME: 'yourcluster.domain.tld'"