Upgrade openresty/lua-resty-balancer

This fixes bug in chash:reinit which prevents endpoints from being
updated correctly.

See https://github.com/openresty/lua-resty-balancer/pull/25
This commit is contained in:
Dayang Shen 2019-02-25 14:16:43 +08:00 committed by Archangel_SDY
parent 8f5e7de623
commit db4d012a97
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@
# limitations under the License.
# 0.0.0 shouldn't clobber any released builds
TAG ?= 0.78
TAG ?= 0.79
REGISTRY ?= quay.io/kubernetes-ingress-controller
ARCH ?= $(shell go env GOARCH)
DOCKER ?= docker