Skip to content

Commit 2be143e

Browse files
committed
test dalec image v1.33.3
1 parent 3ae7bdc commit 2be143e

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,17 +14,17 @@
1414

1515
PKG = sigs.k8s.io/azuredisk-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 ?= azuredisk-csi
2020
PLUGIN_NAME = azurediskplugin
21-
IMAGE_VERSION ?= v1.34.0
21+
IMAGE_VERSION = v1.33.3
2222
CHART_VERSION ?= latest
2323
CLOUD ?= AzurePublicCloud
2424
# Use a custom version for E2E tests if we are testing in CI
2525
ifdef CI
2626
ifndef PUBLISH
27-
override IMAGE_VERSION := $(IMAGE_VERSION)-$(GIT_COMMIT)
27+
override IMAGE_VERSION := $(IMAGE_VERSION)
2828
endif
2929
endif
3030
CSI_IMAGE_TAG ?= $(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
@@ -98,11 +98,6 @@ sanity-test: azuredisk
9898

9999
.PHONY: e2e-bootstrap
100100
e2e-bootstrap: install-helm
101-
ifdef WINDOWS_USE_HOST_PROCESS_CONTAINERS
102-
(docker pull $(CSI_IMAGE_TAG) && docker pull $(CSI_IMAGE_TAG)-windows-hp) || make container-all push-manifest
103-
else
104-
docker pull $(CSI_IMAGE_TAG) || make container-all push-manifest
105-
endif
106101
ifdef TEST_WINDOWS
107102
helm install azuredisk-csi-driver charts/${CHART_VERSION}/azuredisk-csi-driver --namespace kube-system --wait --timeout=15m -v=5 --debug \
108103
${E2E_HELM_OPTIONS} \

0 commit comments

Comments
 (0)