Skip to content

Commit

Permalink
Merge pull request kubernetes#15272 from hakman/automated-cherry-pick…
Browse files Browse the repository at this point in the history
…-of-#15270-upstream-release-1.26

Automated cherry pick of kubernetes#15270: Update kube-router to v1.5.3
  • Loading branch information
k8s-ci-robot committed Apr 3, 2023
2 parents a8bd7c8 + 5fd4645 commit eadd2fc
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 eadd2fc

Please sign in to comment.