File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ BUILD_DATE := $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
44
44
endif
45
45
LDFLAGS = -X ${PKG}/pkg/smb.driverVersion=${IMAGE_VERSION} -X ${PKG}/pkg/smb.gitCommit=${GIT_COMMIT} -X ${PKG}/pkg/smb.buildDate=${BUILD_DATE}
46
46
EXT_LDFLAGS = -s -w -extldflags "-static"
47
- E2E_HELM_OPTIONS ?= --set image.smb.repository=$( REGISTRY ) / $( IMAGENAME ) --set image.smb.tag=$( IMAGE_VERSION )
47
+ E2E_HELM_OPTIONS ?= --set image.smb.repository=mcr.microsoft.com/oss/kubernetes-csi/csi-driver-smb --set image.smb.tag=v1.16.0
48
48
E2E_HELM_OPTIONS += ${EXTRA_HELM_OPTIONS}
49
49
# Generate all combination of all OS, ARCH, and OSVERSIONS for iteration
50
50
ALL_OS = linux windows
@@ -102,7 +102,6 @@ e2e-test:
102
102
103
103
.PHONY : e2e-bootstrap
104
104
e2e-bootstrap : install-helm
105
- docker pull $(IMAGE_TAG ) || make container-all push-manifest
106
105
ifdef TEST_WINDOWS
107
106
helm upgrade csi-driver-smb charts/$(VERSION)/csi-driver-smb --namespace kube-system --wait --timeout=15m -v=5 --debug --install \
108
107
${E2E_HELM_OPTIONS} \
You can’t perform that action at this time.
0 commit comments