Update nginx in ingress controller
This commit is contained in:
parent
eb5a530d78
commit
df2bf96b3f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
|
|||
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
|
||||
|
||||
# Set default base image dynamically for each arch
|
||||
BASEIMAGE?=gcr.io/google_containers/nginx-slim-$(ARCH):0.20
|
||||
BASEIMAGE?=gcr.io/google_containers/nginx-slim-$(ARCH):0.21
|
||||
|
||||
ifeq ($(ARCH),arm)
|
||||
QEMUARCH=arm
|
||||
|
|
Loading…
Reference in a new issue