Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

BATIAI-2182: Update EFS Driver #20

Merged
merged 2 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[2.5.7]
* [enh] Update efs-csi to chart 2.5.7 (efs-csi driver 1.7.7)
2 changes: 1 addition & 1 deletion csi-efs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "helm_release" "aws-efs-csi-driver" {
name = var.helm_name
repository = "https://kubernetes-sigs.github.io/aws-efs-csi-driver"
chart = "aws-efs-csi-driver"
version = "2.2.9"
version = "2.5.7"
set {
name = "image.repository"
value = var.imagerepo
Expand Down
Loading