diff --git a/Makefile b/Makefile index 9f54a9afe..910a717d7 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ endif $(DOCKER) build -t $(MULTI_ARCH_IMG):$(TAG) $(TEMP_DIR)/rootfs ifeq ($(ARCH), amd64) - # This is for to maintain the backward compatibility + # This is for maintaining backward compatibility $(DOCKER) tag $(MULTI_ARCH_IMG):$(TAG) $(IMAGE):$(TAG) endif @@ -159,7 +159,7 @@ lua-test: .PHONY: e2e-image e2e-image: sub-container-amd64 - TAG=$(TAG) IMAGE=$(MULTI_ARCH_IMG) docker tag $(IMAGE):$(TAG) $(IMAGE):test + $(DOCKER) tag $(MULTI_ARCH_IMG):$(TAG) $(IMGNAME):e2e docker images .PHONY: e2e-test diff --git a/test/manifests/ingress-controller/with-rbac.yaml b/test/manifests/ingress-controller/with-rbac.yaml index be2dd4b54..9dc1656ac 100644 --- a/test/manifests/ingress-controller/with-rbac.yaml +++ b/test/manifests/ingress-controller/with-rbac.yaml @@ -16,7 +16,7 @@ spec: #serviceAccountName: nginx-ingress-serviceaccount containers: - name: nginx-ingress-controller - image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.14.0 + image: nginx-ingress-controller:e2e args: - /nginx-ingress-controller - --default-backend-service=$(POD_NAMESPACE)/default-http-backend