Skip to content

Commit ef7dc28

Browse files
authored
Merge branch 'main' into main
2 parents 9211854 + b4ced58 commit ef7dc28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/velero/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
- server
8787
### Flags
8888
{{- with .Values.configuration }}
89-
- --uploader-type={{ default "restic" .uploaderType }}
89+
- --uploader-type={{ default "kopia" .uploaderType }}
9090
{{- with .backupSyncPeriod }}
9191
- --backup-sync-period={{ . }}
9292
{{- end }}

charts/velero/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ configuration:
391391
# here if using a non-default value. The `velero server` default values are shown in the
392392
# comments below.
393393
# --------------------
394-
# `velero server` default: restic
394+
# `velero server` default: kopia
395395
uploaderType:
396396
# `velero server` default: 1m
397397
backupSyncPeriod:

0 commit comments

Comments
 (0)