Skip to content

Commit

Permalink
Merge pull request #551 from qiuming-best/change-default-uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
jenting committed Feb 21, 2024
2 parents 64ef5b1 + 8c116b7 commit b4ced58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.13.0
kubeVersion: ">=1.16.0-0"
description: A Helm chart for velero
name: velero
version: 5.4.0
version: 5.4.1
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/velero/templates/deployment.yaml
Expand Up @@ -86,7 +86,7 @@ spec:
- server
### Flags
{{- with .Values.configuration }}
- --uploader-type={{ default "restic" .uploaderType }}
- --uploader-type={{ default "kopia" .uploaderType }}
{{- with .backupSyncPeriod }}
- --backup-sync-period={{ . }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/velero/values.yaml
Expand Up @@ -391,7 +391,7 @@ configuration:
# here if using a non-default value. The `velero server` default values are shown in the
# comments below.
# --------------------
# `velero server` default: restic
# `velero server` default: kopia
uploaderType:
# `velero server` default: 1m
backupSyncPeriod:
Expand Down

0 comments on commit b4ced58

Please sign in to comment.