mirror of https://github.com/kubernetes/kops.git
aws: Update EBS CSI driver to v1.47.0
This commit is contained in:
parent
93c7490597
commit
e54132c827
|
@ -43,8 +43,7 @@ func (b *AWSEBSCSIDriverOptionsBuilder) BuildOptions(o *kops.Cluster) error {
|
|||
c := aws.EBSCSIDriver
|
||||
|
||||
if c.Version == nil {
|
||||
version := "v1.38.1"
|
||||
c.Version = &version
|
||||
c.Version = fi.PtrTo("v1.47.0")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue