From 2d088d394c3371014c2c67da367f87fbb8ea6b44 Mon Sep 17 00:00:00 2001 From: rksharma95 Date: Thu, 31 Jul 2025 16:36:03 +0530 Subject: [PATCH] update cri-o deb repository Signed-off-by: rksharma95 --- contribution/self-managed-k8s/crio/install_crio.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contribution/self-managed-k8s/crio/install_crio.sh b/contribution/self-managed-k8s/crio/install_crio.sh index 5acb80eb..868b8e97 100755 --- a/contribution/self-managed-k8s/crio/install_crio.sh +++ b/contribution/self-managed-k8s/crio/install_crio.sh @@ -15,10 +15,10 @@ OS="x${NAME}_${VERSION_ID}" VERSION=$(curl -w '%{url_effective}' -L -s -S https://update.k3s.io/v1-release/channels/stable -o /dev/null | sed -e 's|.*/||' | cut -d '.' -f1,2) echo "Installing CRI-O version $VERSION" -curl -fsSL https://pkgs.k8s.io/addons:/cri-o://stable:/$VERSION/deb/Release.key | +curl -fsSL https://download.opensuse.org/repositories/isv:/cri-o:/stable:/$VERSION/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/cri-o-apt-keyring.gpg -echo "deb [signed-by=/etc/apt/keyrings/cri-o-apt-keyring.gpg] https://pkgs.k8s.io/addons:/cri-o:/stable:/$VERSION/deb/ /" | +echo "deb [signed-by=/etc/apt/keyrings/cri-o-apt-keyring.gpg] https://download.opensuse.org/repositories/isv:/cri-o:/stable:/$VERSION/deb/ /" | sudo tee /etc/apt/sources.list.d/cri-o.list # install