Skip to content

Commit

Permalink
Update driver version for 0.1 release (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Pan committed Mar 19, 2019
1 parent 6dddef0 commit d0920db
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 @@ -60,7 +60,7 @@ spec:
operator: Exists
containers:
- name: efs-plugin
image: amazon/aws-efs-csi-driver:latest
image: amazon/aws-efs-csi-driver:v0.1.0
imagePullPolicy: Always
args :
- --endpoint=$(CSI_ENDPOINT)
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: efs-plugin
securityContext:
privileged: true
image: amazon/aws-efs-csi-driver:latest
image: amazon/aws-efs-csi-driver:v0.1.0
imagePullPolicy: Always
args:
- --endpoint=$(CSI_ENDPOINT)
Expand Down

0 comments on commit d0920db

Please sign in to comment.