Skip to content

Commit

Permalink
Merge pull request kubernetes#17193 from hakman/aws-ebs-csi-1.38.1
Browse files Browse the repository at this point in the history
aws: Update EBS CSI driver to v1.38.1
  • Loading branch information
k8s-ci-robot authored Jan 9, 2025
2 parents 2db9dbc + 187ec2d commit 42f18e3
Show file tree
Hide file tree
Showing 208 changed files with 5,608 additions and 4,278 deletions.
2 changes: 1 addition & 1 deletion pkg/model/components/awsebscsidriver.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (b *AWSEBSCSIDriverOptionsBuilder) BuildOptions(o *kops.Cluster) error {
c := aws.EBSCSIDriver

if c.Version == nil {
version := "v1.33.0"
version := "v1.38.1"
c.Version = &version
}

Expand Down
Loading

0 comments on commit 42f18e3

Please sign in to comment.