Skip to content

Commit 66ecd75

Browse files
authored
Merge pull request #544 from tam7t/bump-version-v0.0.22
Bump versions for v0.0.22
2 parents f0cf27e + 3505012 commit 66ecd75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ REGISTRY ?= gcr.io/k8s-staging-csi-secrets-store
2525
IMAGE_NAME ?= driver
2626
# Release version is the current supported release for the driver
2727
# 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
3030
# Use a custom version for E2E tests if we are testing in CI
3131
ifdef CI
3232
override IMAGE_VERSION := v0.1.0-e2e-$(BUILD_COMMIT)

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
REGISTRY?=docker.io/deislabs
1616
IMAGE_NAME=driver
17-
IMAGE_VERSION?=v0.0.21
17+
IMAGE_VERSION?=v0.0.22
1818
BUILD_TIMESTAMP := $(shell date +%Y-%m-%d-%H:%M)
1919
BUILD_COMMIT := $(shell git rev-parse --short HEAD)
2020
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)

0 commit comments

Comments
 (0)