File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ REGISTRY ?= azurelustre.azurecr.io
1818REGISTRY_NAME ?= $(shell echo $(REGISTRY ) | sed "s/.azurecr.io//g")
1919TARGET ?= csi
2020IMAGE_NAME ?= azurelustre-$(TARGET )
21- IMAGE_VERSION ?= v0.1.17
21+ IMAGE_VERSION ?= v1.0.0.1-dynamic-provisioning-preview
2222CLOUD ?= AzurePublicCloud
2323# Use a custom version for E2E tests if we are in Prow
2424ifdef CI
Original file line number Diff line number Diff line change 6868 cpu : 10m
6969 memory : 20Mi
7070 - name : azurelustre
71- image : mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.17
71+ image : mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v1.0.0.1-dynamic-provisioning-preview
7272 imagePullPolicy : IfNotPresent
7373 args :
7474 - " -v=5"
Original file line number Diff line number Diff line change 8484 cpu : 10m
8585 memory : 20Mi
8686 - name : azurelustre
87- image : mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.17
87+ image : mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v1.0.0.1-dynamic-provisioning-preview
8888 imagePullPolicy : IfNotPresent
8989 lifecycle :
9090 preStop :
You can’t perform that action at this time.
0 commit comments