Skip to content

Commit

Permalink
WIP: test ncopa/kube-router with fix in kube-router
Browse files Browse the repository at this point in the history
upstream: cloudnativelabs/kube-router#1684

Signed-off-by: Natanael Copa <[email protected]>
  • Loading branch information
ncopa committed Jun 7, 2024
1 parent df3e86b commit 18cec2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/constant/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ const (
CalicoComponentImagesVersion = "v3.27.3-0"
CalicoNodeImage = "quay.io/k0sproject/calico-node"
KubeControllerImage = "quay.io/k0sproject/calico-kube-controllers"
KubeRouterCNIImage = "quay.io/k0sproject/kube-router"
KubeRouterCNIImageVersion = "v2.1.0-iptables1.8.9-0"
KubeRouterCNIImage = "docker.io/ncopa/kube-router"
KubeRouterCNIImageVersion = "v2.1.3-iptables1.8.9-1"
KubeRouterCNIInstallerImage = "quay.io/k0sproject/cni-node"
KubeRouterCNIInstallerImageVersion = "1.3.0-k0s.0"
OpenEBSRepository = "https://openebs.github.io/charts"
Expand Down

0 comments on commit 18cec2f

Please sign in to comment.