Skip to content

Commit

Permalink
Merge pull request #5351 from k0sproject/backport-5348-to-release-1.31
Browse files Browse the repository at this point in the history
[Backport release-1.31] Use fixed kube-router image
  • Loading branch information
jnummelin authored Dec 12, 2024
2 parents 652a296 + 35f1ba9 commit 166c5b4
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 166c5b4

Please sign in to comment.