Skip to content

Commit

Permalink
Merge pull request #245 from leakingtapan/release
Browse files Browse the repository at this point in the history
Update driver image tag to 0.3 for release
  • Loading branch information
Cheng Pan authored Mar 20, 2019
2 parents 439c619 + 4529f85 commit ff53049
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 @@ -175,7 +175,7 @@ spec:
operator: Exists
containers:
- name: ebs-plugin
image: amazon/aws-ebs-csi-driver:latest
image: amazon/aws-ebs-csi-driver:v0.3.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 @@ -21,7 +21,7 @@ spec:
- name: ebs-plugin
securityContext:
privileged: true
image: amazon/aws-ebs-csi-driver:latest
image: amazon/aws-ebs-csi-driver:v0.3.0
args:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
Expand Down

0 comments on commit ff53049

Please sign in to comment.