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 @@ -27,11 +27,11 @@ IMAGE_NAME ?= driver
27
27
CRD_IMAGE_NAME ?= driver-crds
28
28
# Release version is the current supported release for the driver
29
29
# Update this version when the helm chart is being updated for release
30
- RELEASE_VERSION := v0.2 .0
31
- IMAGE_VERSION ?= v0.2 .0
30
+ RELEASE_VERSION := v0.3 .0
31
+ IMAGE_VERSION ?= v0.3 .0
32
32
# Use a custom version for E2E tests if we are testing in CI
33
33
ifdef CI
34
- override IMAGE_VERSION := v0.2 .0-e2e-$(BUILD_COMMIT )
34
+ override IMAGE_VERSION := v0.3 .0-e2e-$(BUILD_COMMIT )
35
35
endif
36
36
IMAGE_TAG =$(REGISTRY ) /$(IMAGE_NAME ) :$(IMAGE_VERSION )
37
37
CRD_IMAGE_TAG =$(REGISTRY ) /$(CRD_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? =v0.2 .0
18
+ IMAGE_VERSION? =v0.3 .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