Skip to content

Commit

Permalink
chore(deps): bump efs::devops-stack-module-efs-csi-driver
Browse files Browse the repository at this point in the history
Bumps [efs::devops-stack-module-efs-csi-driver](https://github.com/camptocamp/devops-stack-module-efs-csi-driver) from 3.2.1 to 4.0.0.
- [Release notes](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/releases)
- [Changelog](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/blob/main/CHANGELOG.md)
- [Commits](camptocamp/devops-stack-module-efs-csi-driver@v3.2.1...v4.0.0)

---
updated-dependencies:
- dependency-name: efs::github::camptocamp/devops-stack-module-efs-csi-driver::v3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 59fb64b commit ee5a2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eks/csi_drivers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "aws_efs_mount_target" "eks" {
}

module "efs" {
source = "git::https://github.com/camptocamp/devops-stack-module-efs-csi-driver.git?ref=v3.2.1"
source = "git::https://github.com/camptocamp/devops-stack-module-efs-csi-driver.git?ref=v4.0.0"

cluster_name = local.cluster_name
argocd_project = module.eks.cluster_name
Expand Down

0 comments on commit ee5a2e1

Please sign in to comment.