Skip to content

Commit

Permalink
Update base ingress-controller version to 0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
orangedeng committed Jul 17, 2018
1 parent b64180e commit d36d4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkdir -p package
package (){
pushd package
local dockerfilename QEMUARCH GOARCH DUMB_ARCH BASEIMAGE IMAGE_NAME
BASEIMAGE=${BASEIMAGE:-"quay.io/kubernetes-ingress-controller/nginx-$2:0.32"}
BASEIMAGE=${BASEIMAGE:-"quay.io/kubernetes-ingress-controller/nginx-$2:0.53"}
IMAGE_NAME=$IMAGE-$2
if [ "$2" = "arm" ]; then
QEMUARCH=arm
Expand Down

0 comments on commit d36d4cc

Please sign in to comment.