File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ IMAGE_NAME ?= driver
26
26
# Release version is the current supported release for the driver
27
27
# Update this version when the helm chart is being updated for release
28
28
RELEASE_VERSION := v0.0.20
29
- IMAGE_VERSION ?= v0.0.21-rc.0
29
+ IMAGE_VERSION ?= v0.0.21
30
30
# Use a custom version for E2E tests if we are testing in CI
31
31
ifdef CI
32
32
override IMAGE_VERSION := v0.1.0-e2e-$(BUILD_COMMIT )
Original file line number Diff line number Diff line change 14
14
15
15
REGISTRY? =docker.io/deislabs
16
16
IMAGE_NAME =driver
17
- IMAGE_VERSION? =v0.0.21-rc.0
17
+ IMAGE_VERSION? =v0.0.21
18
18
BUILD_TIMESTAMP := $(shell date +% Y-% m-% d-% H:% M)
19
19
BUILD_COMMIT := $(shell git rev-parse --short HEAD)
20
20
IMAGE_TAG =$(REGISTRY ) /$(IMAGE_NAME ) :$(IMAGE_VERSION )
You can’t perform that action at this time.
0 commit comments