diff --git a/charts/velero/Chart.yaml b/charts/velero/Chart.yaml index e6932002..7f6676c5 100644 --- a/charts/velero/Chart.yaml +++ b/charts/velero/Chart.yaml @@ -3,11 +3,11 @@ appVersion: 1.11.1 kubeVersion: ">=1.16.0-0" description: A Helm chart for velero name: velero -version: 5.0.2 +version: 5.1.0 home: https://github.com/vmware-tanzu/velero icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png sources: -- https://github.com/vmware-tanzu/velero + - https://github.com/vmware-tanzu/velero maintainers: - name: jenting email: hsiaoairplane@gmail.com diff --git a/charts/velero/values.yaml b/charts/velero/values.yaml index 463290d3..4b991b1f 100644 --- a/charts/velero/values.yaml +++ b/charts/velero/values.yaml @@ -43,13 +43,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 # Configure the dnsPolicy of the Velero deployment # See: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy @@ -472,13 +472,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: []