Commit 429224d3 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Update kube-router package in build script

Package was changed in version script in bc332ac6 but we missed changing it here as well. Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent fdd80188
......@@ -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')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment