Skip to content

Commit

Permalink
Merge pull request #17194 from hakman/automated-cherry-pick-of-#17193…
Browse files Browse the repository at this point in the history
…-upstream-release-1.31

Automated cherry pick of #17193: aws: Update EBS CSI driver to v1.38.1
  • Loading branch information
k8s-ci-robot authored Jan 9, 2025
2 parents 0118036 + 74b8214 commit 4930afb
Show file tree
Hide file tree
Showing 211 changed files with 5,692 additions and 4,344 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 4930afb

Please sign in to comment.