Skip to content

Commit

Permalink
Update driver image tag to 0.1 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Pan committed Mar 19, 2019
1 parent 2bfce31 commit caabb7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
operator: Exists
containers:
- name: fsx-plugin
image: amazon/aws-fsx-csi-driver:latest
image: amazon/aws-fsx-csi-driver:v0.1.0
args :
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
- name: fsx-plugin
securityContext:
privileged: true
image: amazon/aws-fsx-csi-driver:latest
image: amazon/aws-fsx-csi-driver:v0.1.0
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down

0 comments on commit caabb7b

Please sign in to comment.