Skip to content

Commit d2fba2c

Browse files
committed
v1.32.6-3
1 parent 92e8a65 commit d2fba2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
1717
REGISTRY = mcr.microsoft.com/oss/v2/kubernetes-csi
1818
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
1919
IMAGE_NAME ?= azurefile-csi
20-
IMAGE_VERSION ?= v1.32.6
20+
IMAGE_VERSION ?= v1.32.6-3
2121
# Use a custom version for E2E tests if we are testing in CI
2222
ifdef CI
2323
ifndef PUBLISH
2424
override IMAGE_VERSION := $(IMAGE_VERSION)
2525
endif
2626
endif
27+
ifdef WINDOWS_USE_HOST_PROCESS_CONTAINERS
28+
override IMAGE_VERSION = v1.32.6
29+
endif
2730
CSI_IMAGE_TAG ?= $(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
2831
CSI_IMAGE_TAG_LATEST = $(REGISTRY)/$(IMAGE_NAME):latest
2932
BUILD_DATE ?= $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")

0 commit comments

Comments
 (0)