File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ E2E_PROVIDER_IMAGE_NAME ?= e2e-provider
2929
3030# Release version is the current supported release for the driver
3131# Update this version when the helm chart is being updated for release
32- RELEASE_VERSION := v1.5.2
33- IMAGE_VERSION ?= v1.5.2
32+ RELEASE_VERSION := v1.5.3
33+ IMAGE_VERSION ?= v1.5.3
3434
3535# Use a custom version for E2E tests if we are testing in CI
3636ifdef CI
Original file line number Diff line number Diff line change 1515REGISTRY? =docker.io/deislabs
1616IMAGE_NAME =driver
1717CRD_IMAGE_NAME =driver-crds
18- IMAGE_VERSION? =v1.5.2
18+ IMAGE_VERSION? =v1.5.3
1919BUILD_TIMESTAMP := $(shell date +% Y-% m-% d-% H:% M)
2020BUILD_COMMIT := $(shell git rev-parse --short HEAD)
2121IMAGE_TAG =$(REGISTRY ) /$(IMAGE_NAME ) :$(IMAGE_VERSION )
You can’t perform that action at this time.
0 commit comments