-
Notifications
You must be signed in to change notification settings - Fork 814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update manifest to use 0.2.0 driver #193
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: leakingtapan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
@@ -125,7 +125,7 @@ spec: | |||
operator: Exists | |||
containers: | |||
- name: ebs-plugin | |||
image: amazon/aws-ebs-csi-driver:latest | |||
image: amazon/aws-ebs-csi-driver:0.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Docker tag is 0.2.0
but the Github tag is v0.2.0-alpha.0
. Is the expectation is that git will be retagged to 0.2.0
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep. 0.2.0 will be the final release tag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good, the dockerhub tag is not up yet so could not test with 0.2.0
but I did test latest
tag (what will become 0.2.0
) and it all looks good.
/hold cancel |
Is this a bug fix or adding new feature?
/release
What is this PR about? / Why do we need it?
Update manifest to use 0.2.0 driver