We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4944f14 commit 90a92d2Copy full SHA for 90a92d2
examples/eks/eks_live_migration/eks-init-script.sh
@@ -14,7 +14,7 @@ case "$ARCH" in
14
;;
15
esac
16
17
-CRI_URL=https://storage.googleapis.com/castai-node-components/castai-cri-proxy/releases/0.26.0
+CRI_URL=https://storage.googleapis.com/castai-node-components/castai-cri-proxy/releases/0.27.0
18
19
wget ${CRI_URL}/castai-cri-proxy-linux-${ARCH}.tar.gz -O /var/tmp/castai-cri-proxy-linux-${ARCH}.tar.gz
20
wget ${CRI_URL}/castai-cri-proxy_SHA256SUMS -O /var/tmp/proxy_SHA256SUMS
0 commit comments