We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d6d89e + b3fee00 commit dd71508Copy full SHA for dd71508
Makefile
@@ -26,7 +26,7 @@ IMAGE_NAME ?= driver
26
# Release version is the current supported release for the driver
27
# Update this version when the helm chart is being updated for release
28
RELEASE_VERSION := v0.0.20
29
-IMAGE_VERSION ?= v0.0.21-rc.0
+IMAGE_VERSION ?= v0.0.21
30
# Use a custom version for E2E tests if we are testing in CI
31
ifdef CI
32
override IMAGE_VERSION := v0.1.0-e2e-$(BUILD_COMMIT)
docker/Makefile
@@ -14,7 +14,7 @@
14
15
REGISTRY?=docker.io/deislabs
16
IMAGE_NAME=driver
17
-IMAGE_VERSION?=v0.0.21-rc.0
+IMAGE_VERSION?=v0.0.21
18
BUILD_TIMESTAMP := $(shell date +%Y-%m-%d-%H:%M)
19
BUILD_COMMIT := $(shell git rev-parse --short HEAD)
20
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
0 commit comments