We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06f097 commit c53cb0aCopy full SHA for c53cb0a
Makefile
@@ -29,7 +29,7 @@ include release-tools/build.make
29
GIT_COMMIT := $(shell git rev-parse HEAD)
30
REGISTRY ?= andyzhangx
31
REGISTRY_NAME := $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
32
-IMAGE_VERSION ?= v1.19.0
+IMAGE_VERSION ?= v1.20.0
33
VERSION ?= latest
34
# Use a custom version for E2E tests if we are testing in CI
35
ifdef CI
@@ -256,3 +256,4 @@ endif
256
.PHONY: create-metrics-svc
257
create-metrics-svc:
258
kubectl apply -f deploy/example/metrics/csi-smb-controller-svc.yaml
259
+
0 commit comments