Skip to content

Commit fc38bda

Browse files
committed
doc: use latest version for master branch
1 parent 5cc0239 commit fc38bda

10 files changed

+98
-98
lines changed

charts/index.yaml

Lines changed: 86 additions & 86 deletions
Large diffs are not rendered by default.
-14.8 KB
Binary file not shown.
14.8 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: 1.35.0
2+
appVersion: latest
33
description: Azure File Container Storage Interface (CSI) Storage Plugin
44
name: azurefile-csi-driver
5-
version: 1.35.0
5+
version: v0.0.0

charts/latest/azurefile-csi-driver/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
image:
22
baseRepo: mcr.microsoft.com
33
azurefile:
4-
repository: /oss/v2/kubernetes-csi/azurefile-csi
5-
tag: v1.35.0
4+
repository: /k8s/csi/azurefile-csi
5+
tag: latest
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: /oss/v2/kubernetes-csi/csi-provisioner

deploy/csi-azurefile-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ spec:
137137
drop:
138138
- ALL
139139
- name: azurefile
140-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/azurefile-csi:v1.35.0
140+
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
141141
imagePullPolicy: IfNotPresent
142142
args:
143143
- "--v=5"

deploy/csi-azurefile-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: CSIDriver
44
metadata:
55
name: file.csi.azure.com
66
annotations:
7-
csiDriver: v1.35.0
7+
csiDriver: latest
88
snapshot: v6.2.2
99
spec:
1010
attachRequired: false

deploy/csi-azurefile-node-windows-hostprocess.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
hostNetwork: true
4444
initContainers:
4545
- name: init
46-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/azurefile-csi:v1.35.0-windows-hp
46+
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest-windows-hp
4747
imagePullPolicy: IfNotPresent
4848
command:
4949
- "powershell.exe"
@@ -86,7 +86,7 @@ spec:
8686
drop:
8787
- ALL
8888
- name: azurefile
89-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/azurefile-csi:v1.35.0-windows-hp
89+
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest-windows-hp
9090
imagePullPolicy: IfNotPresent
9191
command:
9292
- "azurefileplugin.exe"

deploy/csi-azurefile-node-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ spec:
9494
drop:
9595
- ALL
9696
- name: azurefile
97-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/azurefile-csi:v1.35.0
97+
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
9898
imagePullPolicy: IfNotPresent
9999
args:
100100
- --v=5

deploy/csi-azurefile-node.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
- operator: "Exists"
4141
initContainers:
4242
- name: install-azurefile-proxy
43-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/azurefile-csi:v1.35.0
43+
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
4444
imagePullPolicy: IfNotPresent
4545
command:
4646
- "/azurefile-proxy/init.sh"
@@ -116,7 +116,7 @@ spec:
116116
drop:
117117
- ALL
118118
- name: azurefile
119-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/azurefile-csi:v1.35.0
119+
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
120120
imagePullPolicy: IfNotPresent
121121
args:
122122
- "--v=5"
@@ -179,7 +179,7 @@ spec:
179179
cpu: 10m
180180
memory: 20Mi
181181
- name: azfilesrefresh
182-
image: mcr.microsoft.com/oss/v2/kubernetes-csi/azurefile-csi:v1.35.0
182+
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
183183
imagePullPolicy: IfNotPresent
184184
command:
185185
- "azfilesrefresh"

0 commit comments

Comments
 (0)