Skip to content

Commit

Permalink
fix version to cut v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 16, 2020
1 parent efce93a commit 8835c0f
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
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurefile
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
image: mcr.microsoft.com/k8s/csi/azurefile-csi:v0.9.0
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurefile-node-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurefile
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
image: mcr.microsoft.com/k8s/csi/azurefile-csi:v0.9.0
imagePullPolicy: IfNotPresent
args:
- --v=5
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurefile-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurefile
image: mcr.microsoft.com/k8s/csi/azurefile-csi:latest
image: mcr.microsoft.com/k8s/csi/azurefile-csi:v0.9.0
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down

0 comments on commit 8835c0f

Please sign in to comment.