From 098a4b5d16be7234254bfa6df013c482368bd5ff Mon Sep 17 00:00:00 2001 From: Mike Santangelo Date: Wed, 3 Apr 2024 10:35:59 -0400 Subject: [PATCH 1/2] BATIAI-2182: Update EFS Driver --- CHANGELOG.md | 3 +++ csi-efs.tf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6637e0..85e7221 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.4.0] +* [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 From c558c89e5fee0dbc53d0f962fc70d923b199e4eb Mon Sep 17 00:00:00 2001 From: Mike Santangelo Date: Wed, 3 Apr 2024 10:37:25 -0400 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e7221..1d7df48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,5 +4,5 @@ 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.4.0] +[2.5.7] * [enh] Update efs-csi to chart 2.5.7 (efs-csi driver 1.7.7)