diff --git a/Makefile b/Makefile index 3c356f7cf..4af7c157c 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,8 @@ E2E_PROVIDER_IMAGE_NAME ?= e2e-provider # Release version is the current supported release for the driver # Update this version when the helm chart is being updated for release -RELEASE_VERSION := v1.4.2 -IMAGE_VERSION ?= v1.4.2 +RELEASE_VERSION := v1.4.3 +IMAGE_VERSION ?= v1.4.3 # Use a custom version for E2E tests if we are testing in CI ifdef CI diff --git a/docker/Makefile b/docker/Makefile index 7208ec206..e01da23ba 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -15,7 +15,7 @@ REGISTRY?=docker.io/deislabs IMAGE_NAME=driver CRD_IMAGE_NAME=driver-crds -IMAGE_VERSION?=v1.4.2 +IMAGE_VERSION?=v1.4.3 BUILD_TIMESTAMP := $(shell date +%Y-%m-%d-%H:%M) BUILD_COMMIT := $(shell git rev-parse --short HEAD) IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)