mirror of https://github.com/kubernetes/kops.git
aws: Update EBS CSI driver to v1.26.1
This commit is contained in:
parent
f3c9c05e82
commit
4ebda3e955
|
|
@ -43,7 +43,7 @@ func (b *AWSEBSCSIDriverOptionsBuilder) BuildOptions(o interface{}) error {
|
||||||
c := aws.EBSCSIDriver
|
c := aws.EBSCSIDriver
|
||||||
|
|
||||||
if c.Version == nil {
|
if c.Version == nil {
|
||||||
version := "v1.26.0"
|
version := "v1.26.1"
|
||||||
c.Version = &version
|
c.Version = &version
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue