Skip to content

Commit

Permalink
add images
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu committed Sep 13, 2023
1 parent 953de4d commit efd4a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ sudo chown -R "$(whoami)" "$ROOT"
# define ImageTag for lvscare(ipvs)
if rmdir "$PATCH" 2>/dev/null; then
ipvsImage="ghcr.io/labring/lvscare:v$SEALOS"
echo "$ipvsImage" >images/shim/LvscareImageList
else
ipvsImage="$(cat images/shim/*vscare*)"
rm -fv images/shim/*vscare*
fi
echo "$ipvsImage" >images/shim/LvscareImageList

# update Kubefile
pauseImage=$(sudo grep /pause: "$MOUNT_KUBE/images/shim/DefaultImageList")
Expand Down

0 comments on commit efd4a28

Please sign in to comment.