From f48f8c1638f4921a0f52b7a07b2f342946bb8b02 Mon Sep 17 00:00:00 2001 From: ishuar Date: Sat, 2 Dec 2023 20:09:52 +0100 Subject: [PATCH] disable default values for upgradeJobResources Signed-off-by: ishuar --- charts/velero/Chart.yaml | 2 +- charts/velero/values.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/velero/Chart.yaml b/charts/velero/Chart.yaml index 365d63bf..db25de04 100644 --- a/charts/velero/Chart.yaml +++ b/charts/velero/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 1.12.2 kubeVersion: ">=1.16.0-0" description: A Helm chart for velero name: velero -version: 5.1.5 +version: 5.1.6 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 8051813b..bc8c3c48 100644 --- a/charts/velero/values.yaml +++ b/charts/velero/values.yaml @@ -81,14 +81,14 @@ resources: cpu: 1000m memory: 512Mi -# Resource requests/limits to specify for the upgradeCRDs job pod. -upgradeJobResources: - requests: - cpu: 50m - memory: 64Mi - limits: - cpu: 100m - memory: 128Mi +# Resource requests/limits to specify for the upgradeCRDs job pod. Need to be adjusted by user accordingly. +upgradeJobResources: {} +# requests: +# cpu: 50m +# memory: 128Mi +# limits: +# cpu: 100m +# memory: 256Mi # Configure the dnsPolicy of the Velero deployment # See: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy