kube-router: bump version v2.1.1 -> v2.5.0

This commit is contained in:
Aaron U'Ren 2025-03-02 13:29:17 -06:00
parent 2d5240338c
commit 17c115a6af
No known key found for this signature in database
GPG Key ID: 3A160440911786EE
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ spec:
serviceAccountName: kube-router
containers:
- name: kube-router
image: docker.io/cloudnativelabs/kube-router:v2.1.1
image: docker.io/cloudnativelabs/kube-router:v2.5.0
args:
- --run-router=true
- --run-firewall=true
@ -117,7 +117,7 @@ spec:
readOnly: true
initContainers:
- name: install-cni
image: docker.io/cloudnativelabs/kube-router:v2.1.1
image: docker.io/cloudnativelabs/kube-router:v2.5.0
command:
- /bin/sh
- -c