diff --git a/Makefile b/Makefile index 1f257d5d118..365846750ab 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ include release-tools/build.make GIT_COMMIT ?= $(shell git rev-parse HEAD) REGISTRY ?= andyzhangx REGISTRY_NAME = $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g") -IMAGE_VERSION ?= v1.13.0 +IMAGE_VERSION ?= v1.14.0 VERSION ?= latest # Use a custom version for E2E tests if we are testing in CI ifdef CI