Update nginx to 1.19.1
This commit is contained in:
parent
a4cbb4b8be
commit
16de15aa6e
2 changed files with 6 additions and 6 deletions
|
|
@ -21,8 +21,8 @@ DIR:=$(strip $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))))
|
|||
INIT_BUILDX=$(DIR)/../../hack/init-buildx.sh
|
||||
|
||||
# 0.0.0 shouldn't clobber any released builds
|
||||
TAG ?= 0.105
|
||||
REGISTRY ?= quay.io/kubernetes-ingress-controller
|
||||
TAG ?= 0.106
|
||||
REGISTRY ?= gcr.io/k8s-staging-ingress-nginx
|
||||
|
||||
IMAGE = $(REGISTRY)/nginx
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue