Skip to content

Commit 42f18e3

Browse files
authored
Merge pull request #17193 from hakman/aws-ebs-csi-1.38.1
aws: Update EBS CSI driver to v1.38.1
2 parents 2db9dbc + 187ec2d commit 42f18e3

File tree

208 files changed

+5608
-4278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+5608
-4278
lines changed

pkg/model/components/awsebscsidriver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func (b *AWSEBSCSIDriverOptionsBuilder) BuildOptions(o *kops.Cluster) error {
4343
c := aws.EBSCSIDriver
4444

4545
if c.Version == nil {
46-
version := "v1.33.0"
46+
version := "v1.38.1"
4747
c.Version = &version
4848
}
4949

0 commit comments

Comments
 (0)