File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
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.16
21+ IMAGE_VERSION ?= v0.1.17
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 @@ -20,7 +20,7 @@ This driver allows Kubernetes to access Azure Lustre file system.
2020| v0.1.11 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi: v0 .1.11 | 1.21+ | 2.15.1 |
2121| v0.1.14 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi: v0 .1.14 | 1.21+ | 2.15.3 |
2222| v0.1.15 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi: v0 .1.15 | 1.21+ | 2.15.4 |
23- | v0.1.16 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi: v0 .1.16 | 1.21+ | 2.15.5 |
23+ | v0.1.17 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi: v0 .1.17 | 1.21+ | 2.15.5 |
2424
2525  ;
2626
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.16
71+ image : mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.17
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.16
87+ image : mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.17
8888 imagePullPolicy : IfNotPresent
8989 lifecycle :
9090 preStop :
You can’t perform that action at this time.
0 commit comments