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 2313aab commit 4b59a8eCopy full SHA for 4b59a8e
Makefile
@@ -19,6 +19,9 @@ REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
19
IMAGE_NAME ?= azuredisk-csi
20
PLUGIN_NAME = azurediskplugin
21
IMAGE_VERSION = v1.33.3-4
22
+ifdef WINDOWS_USE_HOST_PROCESS_CONTAINERS
23
+IMAGE_VERSION = v1.33.3
24
+endif
25
CHART_VERSION ?= latest
26
CLOUD ?= AzurePublicCloud
27
# Use a custom version for E2E tests if we are testing in CI
0 commit comments