Skip to content

Commit

Permalink
Merge pull request #11124 from hakman/kube-router-1.2.0
Browse files Browse the repository at this point in the history
Update kube-router to v1.2.3
  • Loading branch information
k8s-ci-robot authored Jun 7, 2021
2 parents 3e04013 + 91d6816 commit 16dca9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
serviceAccountName: kube-router
containers:
- name: kube-router
image: docker.io/cloudnativelabs/kube-router:v1.1.1
image: docker.io/cloudnativelabs/kube-router:v1.2.3
args:
- --run-router=true
- --run-firewall=true
Expand Down Expand Up @@ -97,7 +97,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: docker.io/cloudnativelabs/kube-router:v1.1.1
image: docker.io/cloudnativelabs/kube-router:v1.2.3
command:
- /bin/sh
- -c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann
if b.Cluster.Spec.Networking.Kuberouter != nil {
key := "networking.kuberouter"
versions := map[string]string{
"k8s-1.12": "1.1.1-kops.1",
"k8s-1.12": "1.2.3-kops.1",
}

{
Expand Down

0 comments on commit 16dca9e

Please sign in to comment.