Skip to content

Commit

Permalink
Bumping chart version and adding comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Miraj50 committed Oct 31, 2023
1 parent 27c4ea2 commit aade90d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.12.1
kubeVersion: ">=1.16.0-0"
description: A Helm chart for velero
name: velero
version: 5.1.2
version: 5.1.3
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
4 changes: 3 additions & 1 deletion charts/velero/values.yaml
Expand Up @@ -71,16 +71,18 @@ podLabels: {}
# Number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10)
# revisionHistoryLimit: 1

# Resource requests/limits to specify for the Velero deployment.
# Resource requests/limits to specify for the Velero deployment and the upgrade CRDs job.
# https://velero.io/docs/v1.6/customize-installation/#customize-resource-requests-and-limits
resources:
# Resource requests for the Velero deployment
server:
requests:
cpu: 500m
memory: 128Mi
limits:
cpu: 1000m
memory: 512Mi
# Resource requests for the upgrade CRDs job
upgradeJob:
requests:
cpu: 50m
Expand Down

0 comments on commit aade90d

Please sign in to comment.