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 @@ -25,8 +25,8 @@ REGISTRY ?= gcr.io/k8s-staging-csi-secrets-store
25
25
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
- RELEASE_VERSION := v0.0.21
29
- IMAGE_VERSION ?= v0.0.21
28
+ RELEASE_VERSION := v0.0.22
29
+ IMAGE_VERSION ?= v0.0.22
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
17
+ IMAGE_VERSION? =v0.0.22
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