Skip to content

Commit

Permalink
Merge pull request #5348 from twz123/update-kube-router-image
Browse files Browse the repository at this point in the history
Use fixed kube-router image
  • Loading branch information
twz123 authored Dec 12, 2024
2 parents 3c2f794 + c1527aa commit 984e928
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 984e928

Please sign in to comment.