Skip to content

Commit

Permalink
Update velero to 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yongkanghe committed Oct 14, 2024
1 parent 62c7cfa commit 06ac182
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions velero-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ starttime=$(date +%s)

echo "-------Download and Install verlero"
if [ ! -f ~/aks-casa/velero ]; then
wget https://github.com/vmware-tanzu/velero/releases/download/v1.13.0/velero-v1.13.0-linux-amd64.tar.gz
tar -zxvf velero-v1.13.0-linux-amd64.tar.gz
mv velero-v1.13.0-linux-amd64/velero ~/aks-casa
rm velero-v1.13.0-linux-amd64.tar.gz
rm -rf velero-v1.13.0-linux-amd64.tar.gz
wget https://github.com/vmware-tanzu/velero/releases/download/v1.14.1/velero-v1.14.1-linux-amd64.tar.gz
tar -zxvf velero-v1.14.1-linux-amd64.tar.gz
mv velero-v1.14.1-linux-amd64/velero ~/aks-casa
rm velero-v1.14.1-linux-amd64.tar.gz
rm -rf velero-v1.14.1-linux-amd64.tar.gz
fi

echo '-------Create a Azure storage account & blob container'
Expand Down

0 comments on commit 06ac182

Please sign in to comment.