Skip to content

Commit 486c7d8

Browse files
committed
change from restic to kopia
1 parent 139e7cd commit 486c7d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons/velero/1.17.1/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function velero_install() {
118118
# Pre-apply CRDs since kustomize reorders resources. Grep to strip out sailboat emoji.
119119
"$src"/assets/velero-v"${VELERO_VERSION}"-linux-amd64/velero install --crds-only | grep -v 'Velero is installed'
120120

121-
local nodeAgentArgs="--use-node-agent --uploader-type=restic"
121+
local nodeAgentArgs="--use-node-agent --uploader-type=kopia"
122122
if [ "$VELERO_DISABLE_RESTIC" = "1" ]; then
123123
nodeAgentArgs=""
124124
fi

addons/velero/template/base/install.tmpl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function velero_install() {
118118
# Pre-apply CRDs since kustomize reorders resources. Grep to strip out sailboat emoji.
119119
"$src"/assets/velero-v"${VELERO_VERSION}"-linux-amd64/velero install --crds-only | grep -v 'Velero is installed'
120120

121-
local nodeAgentArgs="--use-node-agent --uploader-type=restic"
121+
local nodeAgentArgs="--use-node-agent --uploader-type=kopia"
122122
if [ "$VELERO_DISABLE_RESTIC" = "1" ]; then
123123
nodeAgentArgs=""
124124
fi

0 commit comments

Comments
 (0)