Skip to content

Commit b561628

Browse files
committed
test dalec image v1.32.5
1 parent b3fcdf6 commit b561628

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Makefile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
PKG = sigs.k8s.io/azurefile-csi-driver
1616
GIT_COMMIT ?= $(shell git rev-parse HEAD)
17-
REGISTRY ?= andyzhangx
17+
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.34.0
20+
IMAGE_VERSION = v1.32.5
2121
# Use a custom version for E2E tests if we are testing in CI
2222
ifdef CI
2323
ifndef PUBLISH
24-
override IMAGE_VERSION := e2e-$(GIT_COMMIT)
24+
override IMAGE_VERSION := $(IMAGE_VERSION)
2525
endif
2626
endif
2727
CSI_IMAGE_TAG ?= $(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
@@ -93,11 +93,6 @@ e2e-test:
9393

9494
.PHONY: e2e-bootstrap
9595
e2e-bootstrap: install-helm
96-
ifdef WINDOWS_USE_HOST_PROCESS_CONTAINERS
97-
(docker pull $(CSI_IMAGE_TAG) && docker pull $(CSI_IMAGE_TAG)-windows-hp) || make container-all push-manifest
98-
else
99-
docker pull $(CSI_IMAGE_TAG) || make container-all push-manifest
100-
endif
10196
ifdef TEST_WINDOWS
10297
helm install azurefile-csi-driver charts/latest/azurefile-csi-driver --namespace kube-system --wait --timeout=15m -v=5 --debug \
10398
${E2E_HELM_OPTIONS} \

0 commit comments

Comments
 (0)