Merge pull request #952 from btashton/bump-klipper-lb

Bump klipper-lb version
This commit is contained in:
Erik Wilson 2019-10-24 21:30:06 -07:00 committed by GitHub
commit 1cd3786a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ import (
) )
const ( const (
image = "rancher/klipper-lb:v0.1.1" image = "rancher/klipper-lb:v0.1.2"
svcNameLabel = "svccontroller.k3s.cattle.io/svcname" svcNameLabel = "svccontroller.k3s.cattle.io/svcname"
daemonsetNodeLabel = "svccontroller.k3s.cattle.io/enablelb" daemonsetNodeLabel = "svccontroller.k3s.cattle.io/enablelb"
nodeSelectorLabel = "svccontroller.k3s.cattle.io/nodeselector" nodeSelectorLabel = "svccontroller.k3s.cattle.io/nodeselector"

View File

@ -1,6 +1,6 @@
docker.io/coredns/coredns:1.6.3 docker.io/coredns/coredns:1.6.3
docker.io/library/traefik:1.7.14 docker.io/library/traefik:1.7.14
docker.io/rancher/klipper-helm:v0.1.5 docker.io/rancher/klipper-helm:v0.1.5
docker.io/rancher/klipper-lb:v0.1.1 docker.io/rancher/klipper-lb:v0.1.2
docker.io/rancher/local-path-provisioner:v0.0.11 docker.io/rancher/local-path-provisioner:v0.0.11
k8s.gcr.io/pause:3.1 k8s.gcr.io/pause:3.1