Skip to content

Commit

Permalink
doc: change latest to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed May 9, 2020
1 parent a35d168 commit 9066028
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azuredisk
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:latest
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v0.7.0
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-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: azuredisk
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:latest
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v0.7.0
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azuredisk
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:latest
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v0.7.0
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down

0 comments on commit 9066028

Please sign in to comment.