Skip to content

Commit

Permalink
Use fixed kube-router image
Browse files Browse the repository at this point in the history
The previous one did not have the iptables wrapper properly installed.

Signed-off-by: Tom Wieczorek <[email protected]>
(cherry picked from commit c1527aa)
  • Loading branch information
twz123 authored and github-actions[bot] committed Dec 12, 2024
1 parent 652a296 commit 35f1ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/constant/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const (
CalicoNodeImage = "quay.io/k0sproject/calico-node"
KubeControllerImage = "quay.io/k0sproject/calico-kube-controllers"
KubeRouterCNIImage = "quay.io/k0sproject/kube-router"
KubeRouterCNIImageVersion = "v2.2.1-iptables1.8.9-0"
KubeRouterCNIImageVersion = "v2.2.1-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 35f1ba9

Please sign in to comment.