aws: Update EBS CSI driver to v1.26.1

This commit is contained in:
Ciprian Hacman 2024-01-09 12:28:32 +02:00
parent f3c9c05e82
commit 4ebda3e955
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ func (b *AWSEBSCSIDriverOptionsBuilder) BuildOptions(o interface{}) error {
c := aws.EBSCSIDriver
if c.Version == nil {
version := "v1.26.0"
version := "v1.26.1"
c.Version = &version
}