Skip to content

Commit

Permalink
Create new Velero version
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh authored and github-actions[bot] committed Jul 30, 2024
1 parent 4296a21 commit ac244d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/velero/1.14.0/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image velero-restore-helper-gcr gcr.io/velero-gcp/velero-restore-helper:v1.14.0
image velero-aws velero/velero-plugin-for-aws:v1.10.0
image velero-gcp velero/velero-plugin-for-gcp:v1.10.0
image velero-azure velero/velero-plugin-for-microsoft-azure:v1.10.0
image local-volume-provider replicated/local-volume-provider:v0.6.6
image local-volume-provider replicated/local-volume-provider:v0.6.7
image s3cmd kurlsh/s3cmd:20230406-9a6d89f

asset velero.tar.gz https://github.com/vmware-tanzu/velero/releases/download/v1.14.0/velero-v1.14.0-linux-amd64.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion addons/velero/1.14.0/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function velero_install() {
$bslArgs \
$secretArgs \
--namespace $VELERO_NAMESPACE \
--plugins velero/velero-plugin-for-aws:v1.10.0,velero/velero-plugin-for-gcp:v1.10.0,velero/velero-plugin-for-microsoft-azure:v1.10.0,replicated/local-volume-provider:v0.6.6,"$KURL_UTIL_IMAGE" \
--plugins velero/velero-plugin-for-aws:v1.10.0,velero/velero-plugin-for-gcp:v1.10.0,velero/velero-plugin-for-microsoft-azure:v1.10.0,replicated/local-volume-provider:v0.6.7,"$KURL_UTIL_IMAGE" \
--use-volume-snapshots=false \
--dry-run -o yaml > "$dst/velero.yaml"

Expand Down

0 comments on commit ac244d6

Please sign in to comment.