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
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.4.4
33
- IMAGE_VERSION ?= v1.4.4
32
+ RELEASE_VERSION := v1.4.5
33
+ IMAGE_VERSION ?= v1.4.5
34
34
35
35
# Use a custom version for E2E tests if we are testing in CI
36
36
ifdef CI
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.4.4
18
+ IMAGE_VERSION? =v1.4.5
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