From 7bb4a826af92c8ad1c1f59ca11792478bd5a72a1 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Fri, 13 Oct 2023 19:54:56 +0000 Subject: [PATCH] Update kube-router package in build script Package was changed in version script in bc332ac6671 but we missed changing it here as well. Signed-off-by: Brad Davidson --- scripts/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build b/scripts/build index c6a4b7c869..36bc9104dd 100755 --- a/scripts/build +++ b/scripts/build @@ -13,7 +13,7 @@ PKG_CRICTL="github.com/kubernetes-sigs/cri-tools/pkg" PKG_K8S_BASE="k8s.io/component-base" PKG_K8S_CLIENT="k8s.io/client-go/pkg" PKG_CNI_PLUGINS="github.com/containernetworking/plugins" -PKG_KUBE_ROUTER="github.com/cloudnativelabs/kube-router" +PKG_KUBE_ROUTER="github.com/cloudnativelabs/kube-router/v2" PKG_CRI_DOCKERD="github.com/Mirantis/cri-dockerd" PKG_ETCD="go.etcd.io/etcd"