diff --git a/charts/velero/Chart.yaml b/charts/velero/Chart.yaml index 4eca941f..6f5d9c31 100644 --- a/charts/velero/Chart.yaml +++ b/charts/velero/Chart.yaml @@ -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: diff --git a/charts/velero/templates/deployment.yaml b/charts/velero/templates/deployment.yaml index 4c0c2bf2..0468cba9 100644 --- a/charts/velero/templates/deployment.yaml +++ b/charts/velero/templates/deployment.yaml @@ -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 }} diff --git a/charts/velero/values.yaml b/charts/velero/values.yaml index 78362b5d..1eeeeb07 100644 --- a/charts/velero/values.yaml +++ b/charts/velero/values.yaml @@ -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: