Skip to content

Commit 4e0cd16

Browse files
committed
fix windows test failure
1 parent 2313aab commit 4e0cd16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
1919
IMAGE_NAME ?= azuredisk-csi
2020
PLUGIN_NAME = azurediskplugin
2121
IMAGE_VERSION = v1.33.3-4
22+
ifdef WINDOWS_USE_HOST_PROCESS_CONTAINERS
23+
IMAGE_VERSION = v1.33.3
24+
fi
2225
CHART_VERSION ?= latest
2326
CLOUD ?= AzurePublicCloud
2427
# Use a custom version for E2E tests if we are testing in CI

0 commit comments

Comments
 (0)