Skip to content

Commit

Permalink
Merge pull request #16503 from aauren/kube_router_bump_version
Browse files Browse the repository at this point in the history
kube-router: bump version v2.1.0 -> v2.1.1
  • Loading branch information
k8s-ci-robot authored Apr 29, 2024
2 parents 1020116 + 41f022b commit 17f0bd6
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ data:
"type":"bridge",
"bridge":"kube-bridge",
"isDefaultGateway":true,
"hairpinMode":true,
"ipam":{
"type":"host-local"
}
Expand Down Expand Up @@ -62,7 +63,7 @@ spec:
serviceAccountName: kube-router
containers:
- name: kube-router
image: docker.io/cloudnativelabs/kube-router:v2.1.0
image: docker.io/cloudnativelabs/kube-router:v2.1.1
args:
- --run-router=true
- --run-firewall=true
Expand Down Expand Up @@ -116,7 +117,7 @@ spec:
readOnly: true
initContainers:
- name: install-cni
image: docker.io/cloudnativelabs/kube-router:v2.1.0
image: docker.io/cloudnativelabs/kube-router:v2.1.1
command:
- /bin/sh
- -c
Expand Down

0 comments on commit 17f0bd6

Please sign in to comment.