Upgrade EBS CSI driver to v1.4.0

This commit is contained in:
Peter Rifel 2021-10-12 14:44:02 -07:00
parent e8e9f04492
commit 99c0778106
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func (b *AWSEBSCSIDriverOptionsBuilder) BuildOptions(o interface{}) error {
}
if c.Version == nil {
version := "v1.2.1"
version := "v1.4.0"
c.Version = fi.String(version)
}