mirror of https://github.com/k3s-io/k3s
Update kube-router package in build script
Package was changed in version script in bc332ac667
but we missed changing it here as well.
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/8646/head
parent
fdd80188b0
commit
429224d364
|
@ -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"
|
||||
|
||||
buildDate=$(date -u '+%Y-%m-%dT%H:%M:%SZ')
|
||||
|
|
Loading…
Reference in New Issue