Skip to content

Commit

Permalink
doc: use latest version for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Oct 11, 2021
1 parent c9149b7 commit 77637ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/csi-azurefile-controller.yaml
Expand Up @@ -125,7 +125,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurefile
image: mcr.microsoft.com/k8s/csi/azurefile-csi:v1.7.0
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurefile-node-windows.yaml
Expand Up @@ -93,7 +93,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurefile
image: mcr.microsoft.com/k8s/csi/azurefile-csi:v1.7.0
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
imagePullPolicy: IfNotPresent
args:
- --v=5
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurefile-node.yaml
Expand Up @@ -88,7 +88,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurefile
image: mcr.microsoft.com/k8s/csi/azurefile-csi:v1.7.0
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down

0 comments on commit 77637ee

Please sign in to comment.