mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Use the newer klipper-lb image
Signed-off-by: Manuel Buil <mbuil@suse.com>
This commit is contained in:
parent
753e11ee3c
commit
1d21491094
@ -31,7 +31,7 @@ var (
|
||||
svcNameLabel = "svccontroller." + version.Program + ".cattle.io/svcname"
|
||||
daemonsetNodeLabel = "svccontroller." + version.Program + ".cattle.io/enablelb"
|
||||
nodeSelectorLabel = "svccontroller." + version.Program + ".cattle.io/nodeselector"
|
||||
DefaultLBImage = "rancher/klipper-lb:v0.2.0"
|
||||
DefaultLBImage = "rancher/klipper-lb:v0.3.0"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -1,5 +1,5 @@
|
||||
docker.io/rancher/klipper-helm:v0.6.5-build20210915
|
||||
docker.io/rancher/klipper-lb:v0.2.0
|
||||
docker.io/rancher/klipper-lb:v0.3.0
|
||||
docker.io/rancher/local-path-provisioner:v0.0.20
|
||||
docker.io/rancher/mirrored-coredns-coredns:1.8.4
|
||||
docker.io/rancher/mirrored-library-busybox:1.32.1
|
||||
|
Loading…
Reference in New Issue
Block a user