Skip to content

Commit 995c5f2

Browse files
committed
Bump to v0.1.17 image
1 parent f8e556c commit 995c5f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ REGISTRY ?= azurelustre.azurecr.io
1818
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
1919
TARGET ?= csi
2020
IMAGE_NAME ?= azurelustre-$(TARGET)
21-
IMAGE_VERSION ?= v0.1.16
21+
IMAGE_VERSION ?= v0.1.17
2222
CLOUD ?= AzurePublicCloud
2323
# Use a custom version for E2E tests if we are in Prow
2424
ifdef CI

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

deploy/csi-azurelustre-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
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"

deploy/csi-azurelustre-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
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:

0 commit comments

Comments
 (0)