aws: Update EBS CSI driver to v1.47.0

This commit is contained in:
Ciprian Hacman 2025-08-11 08:44:46 +03:00
parent 93c7490597
commit e54132c827
2 changed files with 551 additions and 540 deletions

View File

@ -43,8 +43,7 @@ func (b *AWSEBSCSIDriverOptionsBuilder) BuildOptions(o *kops.Cluster) error {
c := aws.EBSCSIDriver c := aws.EBSCSIDriver
if c.Version == nil { if c.Version == nil {
version := "v1.38.1" c.Version = fi.PtrTo("v1.47.0")
c.Version = &version
} }
return nil return nil