Merge pull request #4080 from manuelbuil/update_klipperlb2

Use the new klipper-lb image that has newer go and Alpine versions
This commit is contained in:
Michal Rostecki 2021-09-27 10:11:52 +02:00 committed by GitHub
commit 47676eff78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,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 (

View File

@ -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