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 06a5048 commit 7417738Copy full SHA for 7417738
Makefile
@@ -17,15 +17,15 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
17
REGISTRY = mcr.microsoft.com/oss/v2/kubernetes-csi
18
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
19
IMAGE_NAME ?= azurefile-csi
20
-IMAGE_VERSION = v1.34.0
+IMAGE_VERSION = v1.34.1
21
# Use a custom version for E2E tests if we are testing in CI
22
ifdef CI
23
ifndef PUBLISH
24
override IMAGE_VERSION := $(IMAGE_VERSION)
25
endif
26
27
ifdef WINDOWS_USE_HOST_PROCESS_CONTAINERS
28
-override IMAGE_VERSION = v1.34.0
+override IMAGE_VERSION = v1.34.1
29
30
CSI_IMAGE_TAG ?= $(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
31
CSI_IMAGE_TAG_LATEST = $(REGISTRY)/$(IMAGE_NAME):latest
0 commit comments