Skip to content

Commit

Permalink
Merge pull request #7317 from combor/master
Browse files Browse the repository at this point in the history
Update kube-router to 0.3.1
  • Loading branch information
k8s-ci-robot authored Aug 1, 2019
2 parents cb9de24 + d03d476 commit b6dee39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
spec:
containers:
- name: kube-router
image: cloudnativelabs/kube-router:v0.1.0
image: cloudnativelabs/kube-router:v0.3.1
args:
- --run-router=true
- --run-firewall=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
spec:
containers:
- name: kube-router
image: cloudnativelabs/kube-router:v0.1.0
image: cloudnativelabs/kube-router:v0.3.1
args:
- --run-router=true
- --run-firewall=true
Expand Down
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {

if b.cluster.Spec.Networking.Kuberouter != nil {
key := "networking.kuberouter"
version := "0.1.1-kops.3"
version := "0.3.1-kops.1"

{
location := key + "/k8s-1.6.yaml"
Expand Down

0 comments on commit b6dee39

Please sign in to comment.