Skip to content

Commit bdd3a9b

Browse files
authored
Change image version back to v1.0.0
1 parent 39f92e3 commit bdd3a9b

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 @@
1616

1717
REGISTRY_NAME=quay.io/k8scsi
1818
IMAGE_NAME=csi-snapshotter
19-
IMAGE_VERSION=v1.0.0-canary
19+
IMAGE_VERSION=v1.0.0
2020
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(IMAGE_VERSION)
2121

2222
REV=$(shell git describe --long --tags --match='v*' --dirty)

0 commit comments

Comments
 (0)