Skip to content

Commit

Permalink
Update kube-router to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Mar 24, 2021
1 parent ab71203 commit b32689b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions upup/models/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0
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.0
command:
- /bin/sh
- -c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,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.0-kops.1",
}

{
Expand Down

0 comments on commit b32689b

Please sign in to comment.