Skip to content

Commit d52c62d

Browse files
committed
fix: retag v0.5.0
1 parent 58c20f6 commit d52c62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PKG = sigs.k8s.io/azurefile-csi-driver
1616
GIT_COMMIT ?= $(shell git rev-parse HEAD)
1717
REGISTRY ?= andyzhangx
1818
IMAGE_NAME = azurefile-csi
19-
IMAGE_VERSION ?= v0.6.0
19+
IMAGE_VERSION ?= v0.5.0
2020
# Use a custom version for E2E tests if we are in Prow
2121
ifdef AZURE_CREDENTIALS
2222
override IMAGE_VERSION := e2e-$(GIT_COMMIT)

0 commit comments

Comments
 (0)