Skip to content

Commit 13539dc

Browse files
committed
update nginx image to 1.22
1 parent 1323df6 commit 13539dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/azure-blob-csi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Container Storage Interface (CSI) driver for A
44
ms.topic: article
55
ms.custom:
66
ms.subservice: aks-storage
7-
ms.date: 11/24/2023
7+
ms.date: 06/24/2024
88
author: tamram
99
ms.author: tamram
1010

@@ -141,7 +141,7 @@ To have a storage volume persist for your workload, you can use a StatefulSet. T
141141
"kubernetes.io/os": linux
142142
containers:
143143
- name: statefulset-blob-nfs
144-
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
144+
image: mcr.microsoft.com/oss/nginx/nginx:1.22
145145
volumeMounts:
146146
- name: persistent-storage
147147
mountPath: /mnt/blob
@@ -190,7 +190,7 @@ To have a storage volume persist for your workload, you can use a StatefulSet. T
190190
"kubernetes.io/os": linux
191191
containers:
192192
- name: statefulset-blob
193-
image: mcr.microsoft.com/oss/nginx/nginx:1.19.5
193+
image: mcr.microsoft.com/oss/nginx/nginx:1.22
194194
volumeMounts:
195195
- name: persistent-storage
196196
mountPath: /mnt/blob

0 commit comments

Comments
 (0)