Skip to content

Commit c53cb0a

Browse files
authored
chore: update version in Makefile on master branch
Updated image version from v1.19.0 to v1.20.0 in Makefile.
1 parent b06f097 commit c53cb0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include release-tools/build.make
2929
GIT_COMMIT := $(shell git rev-parse HEAD)
3030
REGISTRY ?= andyzhangx
3131
REGISTRY_NAME := $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
32-
IMAGE_VERSION ?= v1.19.0
32+
IMAGE_VERSION ?= v1.20.0
3333
VERSION ?= latest
3434
# Use a custom version for E2E tests if we are testing in CI
3535
ifdef CI
@@ -256,3 +256,4 @@ endif
256256
.PHONY: create-metrics-svc
257257
create-metrics-svc:
258258
kubectl apply -f deploy/example/metrics/csi-smb-controller-svc.yaml
259+

0 commit comments

Comments
 (0)