Skip to content

Commit 4829ef1

Browse files
committed
[ci] Fetch latest version of dependencies
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 4ab4e54 commit 4829ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/charts/make/chart_setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ elif [ "${CLUSTER}" = "minikube" ]; then
110110
crictl --version || true
111111
echo "==============================="
112112
echo "Installing CRI-Dockerd"
113-
CRI_DOCKERD_VERSION="$(curl -s -L -o /dev/null -w '%{url_effective}\n' https://github.com/kubernetes-sigs/cri-tools/releases/latest | sed -E 's#.*/tag/(v[0-9.]+).*#\1#')"
113+
CRI_DOCKERD_VERSION="$(curl -s -L -o /dev/null -w '%{url_effective}\n' https://github.com/Mirantis/cri-dockerd/releases/latest | sed -E 's#.*/tag/(v[0-9.]+).*#\1#')"
114114
curl -fsSL -o cri-dockerd.tgz https://github.com/Mirantis/cri-dockerd/releases/download/v$CRI_DOCKERD_VERSION/cri-dockerd-$CRI_DOCKERD_VERSION.$(dpkg --print-architecture).tgz
115115
sudo tar -xf cri-dockerd.tgz -C /tmp
116116
sudo mv /tmp/cri-dockerd/cri-dockerd /usr/local/bin/cri-dockerd

0 commit comments

Comments
 (0)