Skip to content

Commit

Permalink
Update kube-router to v1.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: chenliu1993 <cl2037829916@gmail.com>
  • Loading branch information
chenliu1993 authored and hakman committed Mar 27, 2023
1 parent a8bd7c8 commit 5fd4645
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pulled and modified from https://raw.githubusercontent.com/cloudnativelabs/kube-router/v1.1.1/daemonset/kubeadm-kuberouter.yaml
# Pulled and modified from https://raw.githubusercontent.com/cloudnativelabs/kube-router/v1.5.3/daemonset/kubeadm-kuberouter.yaml

apiVersion: v1
kind: ConfigMap
Expand Down Expand Up @@ -56,7 +56,7 @@ spec:
serviceAccountName: kube-router
containers:
- name: kube-router
image: docker.io/cloudnativelabs/kube-router:v1.2.3
image: docker.io/cloudnativelabs/kube-router:v1.5.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.2.3
image: docker.io/cloudnativelabs/kube-router:v1.5.3
command:
- /bin/sh
- -c
Expand Down

0 comments on commit 5fd4645

Please sign in to comment.