From 258a1cbb0ef8f2f7af512852135f029949a75695 Mon Sep 17 00:00:00 2001 From: Mike <127526991+mikesantangelo@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:27:03 -0400 Subject: [PATCH] BATIAI-2182: Update EFS Driver (#20) * BATIAI-2182: Update EFS Driver * Update Changelog --------- Co-authored-by: Mike Santangelo --- CHANGELOG.md | 3 +++ csi-efs.tf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6637e0..1d7df48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/csi-efs.tf b/csi-efs.tf index 798b343..b4aa04e 100644 --- a/csi-efs.tf +++ b/csi-efs.tf @@ -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