Bump vela version

Change-Id: I014cade15c95456c4f735ee4cbabae7f54eb56f0
This commit is contained in:
jmarchel7bulls 2024-05-21 09:45:11 +02:00
parent 096d15103e
commit f7d633928b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ sudo -H -u ubuntu bash -c 'helm install cilium cilium/cilium --namespace kube-sy
echo "Setting KubeVela..."
sudo -H -u ubuntu bash -c 'helm repo add kubevela https://kubevela.github.io/charts && helm repo update'
sudo -H -u ubuntu bash -c 'nohup vela install --version 1.9.0 > /home/ubuntu/vela.txt 2>&1 &'
sudo -H -u ubuntu bash -c 'nohup vela install --version 1.9.11 > /home/ubuntu/vela.txt 2>&1 &'
sudo -H -u ubuntu bash -c 'helm repo add nebulous https://jmarchel7bulls.github.io/helm-charts/'

View File

@ -20,7 +20,7 @@ sudo -H -u ubuntu kubectl apply -f https://github.com/flannel-io/flannel/release
echo "Setting KubeVela..."
sudo -H -u ubuntu bash -c 'helm repo add kubevela https://kubevela.github.io/charts && helm repo update'
sudo -H -u ubuntu bash -c 'nohup vela install --version 1.9.0 > /home/ubuntu/vela.txt 2>&1 &'
sudo -H -u ubuntu bash -c 'nohup vela install --version 1.9.11 > /home/ubuntu/vela.txt 2>&1 &'
sudo -H -u ubuntu bash -c 'helm repo add nebulous https://jmarchel7bulls.github.io/helm-charts/'