Skip to content

Commit bff2456

Browse files
committed
test dalec
1 parent 975dac0 commit bff2456

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
4242
IMAGE_TAG = $(REGISTRY)/$(IMAGENAME):$(IMAGE_VERSION)
4343
IMAGE_TAG_LATEST = $(REGISTRY)/$(IMAGENAME):latest
4444

45-
E2E_HELM_OPTIONS ?= --set image.nfs.repository=$(REGISTRY)/$(IMAGENAME) --set image.nfs.tag=$(IMAGE_VERSION) --set image.nfs.pullPolicy=Always --set feature.enableInlineVolume=true --set externalSnapshotter.enabled=true
45+
E2E_HELM_OPTIONS ?= --set image.nfs.repository=upstream.azurecr.io/oss/v2/kubernetes-csi/csi-driver-nfs --set image.nfs.tag=v4.9.0-2 --set image.nfs.pullPolicy=Always --set feature.enableInlineVolume=true --set externalSnapshotter.enabled=true --set controller.runOnControlPlane=true
4646
E2E_HELM_OPTIONS += ${EXTRA_HELM_OPTIONS}
4747

4848
# Output type of docker buildx build
@@ -140,7 +140,6 @@ install-helm:
140140

141141
.PHONY: e2e-bootstrap
142142
e2e-bootstrap: install-helm
143-
OUTPUT_TYPE=registry $(MAKE) container push
144143
helm install csi-driver-nfs ./charts/latest/csi-driver-nfs --namespace kube-system --wait --timeout=15m -v=5 --debug \
145144
${E2E_HELM_OPTIONS} \
146145
--set controller.logLevel=8 \

0 commit comments

Comments
 (0)