File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ E2E_PROVIDER_IMAGE_NAME ?= e2e-provider
29
29
30
30
# Release version is the current supported release for the driver
31
31
# Update this version when the helm chart is being updated for release
32
- RELEASE_VERSION := v1.3.4
33
- IMAGE_VERSION ?= v1.3.4
32
+ RELEASE_VERSION := v1.4.0
33
+ IMAGE_VERSION ?= v1.4.0
34
34
35
35
# Use a custom version for E2E tests if we are testing in CI
36
36
ifdef CI
37
- override IMAGE_VERSION := v1.3 .0-e2e-$(BUILD_COMMIT )
37
+ override IMAGE_VERSION := v1.4 .0-e2e-$(BUILD_COMMIT )
38
38
endif
39
39
40
40
IMAGE_TAG =$(REGISTRY ) /$(IMAGE_NAME ) :$(IMAGE_VERSION )
Original file line number Diff line number Diff line change 15
15
REGISTRY? =docker.io/deislabs
16
16
IMAGE_NAME =driver
17
17
CRD_IMAGE_NAME =driver-crds
18
- IMAGE_VERSION? =v1.3.4
18
+ IMAGE_VERSION? =v1.4.0
19
19
BUILD_TIMESTAMP := $(shell date +% Y-% m-% d-% H:% M)
20
20
BUILD_COMMIT := $(shell git rev-parse --short HEAD)
21
21
IMAGE_TAG =$(REGISTRY ) /$(IMAGE_NAME ) :$(IMAGE_VERSION )
You can’t perform that action at this time.
0 commit comments