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

Commit

Permalink
BATIAI-2182: Update EFS Driver (#20)
Browse files Browse the repository at this point in the history
* BATIAI-2182: Update EFS Driver

* Update Changelog

---------

Co-authored-by: Mike Santangelo <mike@oteemo.com>
  • Loading branch information
mikesantangelo and xvipah authored Apr 3, 2024
1 parent bef4210 commit 258a1cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

0 comments on commit 258a1cb

Please sign in to comment.