diff --git a/charts/velero/Chart.yaml b/charts/velero/Chart.yaml index 3a0a59c1..86e1c787 100644 --- a/charts/velero/Chart.yaml +++ b/charts/velero/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 1.13.2 kubeVersion: ">=1.16.0-0" description: A Helm chart for velero name: velero -version: 6.6.0 +version: 6.7.0 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/README.md b/charts/velero/README.md index 64170693..b5c9a8ba 100644 --- a/charts/velero/README.md +++ b/charts/velero/README.md @@ -22,6 +22,10 @@ This helm chart installs Velero version v1.13 https://velero.io/docs/v1.13/. See When installing using the Helm chart, the provider's credential information will need to be appended into your values. The easiest way to do this is with the `--set-file` argument, available in Helm 2.10 and higher. See your cloud provider's documentation for the contents and creation of the `credentials-velero` file. +### Azure resources + +When using the Azure plug-in, requests and limits must be set. See https://github.com/vmware-tanzu/velero/issues/3234 and https://github.com/vmware-tanzu/helm-charts/issues/469 for details. + ### Installing The default configuration values for this chart are listed in values.yaml. diff --git a/charts/velero/values.yaml b/charts/velero/values.yaml index 09a75d2f..1cd77f19 100644 --- a/charts/velero/values.yaml +++ b/charts/velero/values.yaml @@ -73,13 +73,13 @@ podLabels: {} # Resource requests/limits to specify for the Velero deployment. # https://velero.io/docs/v1.6/customize-installation/#customize-resource-requests-and-limits -resources: - requests: - cpu: 500m - memory: 128Mi - limits: - cpu: 1000m - memory: 512Mi +resources: {} + # requests: + # cpu: 500m + # memory: 128Mi + # limits: + # cpu: 1000m + # memory: 512Mi # Resource requests/limits to specify for the upgradeCRDs job pod. Need to be adjusted by user accordingly. upgradeJobResources: {} @@ -535,13 +535,13 @@ nodeAgent: priorityClassName: "" # Resource requests/limits to specify for the node-agent daemonset deployment. Optional. # https://velero.io/docs/v1.6/customize-installation/#customize-resource-requests-and-limits - resources: - requests: - cpu: 500m - memory: 512Mi - limits: - cpu: 1000m - memory: 1024Mi + resources: {} + # requests: + # cpu: 500m + # memory: 512Mi + # limits: + # cpu: 1000m + # memory: 1024Mi # Tolerations to use for the node-agent daemonset. Optional. tolerations: []