Skip to content

Commit

Permalink
Update nginx image (kubernetes#2328)
Browse files Browse the repository at this point in the history
* Update nginx image

* Update minikube start script
  • Loading branch information
aledbf authored Apr 10, 2018
1 parent 22a2e9b commit 156bc7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)

# Set default base image dynamically for each arch
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.40
BASEIMAGE?=quay.io/kubernetes-ingress-controller/nginx-$(ARCH):0.41

ifeq ($(ARCH),arm)
QEMUARCH=arm
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/$KUBE
chmod +x kubectl && sudo mv kubectl /usr/local/bin/

echo "downloading minikube..."
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && \
curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.25.2/minikube-linux-amd64 && \
chmod +x minikube && \
sudo mv minikube /usr/local/bin/

Expand Down

0 comments on commit 156bc7a

Please sign in to comment.