Skip to content

Commit

Permalink
chore(deps): bump ebs::devops-stack-module-ebs-csi-driver
Browse files Browse the repository at this point in the history
Bumps [ebs::devops-stack-module-ebs-csi-driver](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/releases)
- [Changelog](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/blob/main/CHANGELOG.md)
- [Commits](camptocamp/devops-stack-module-ebs-csi-driver@v2.2.0...v2.4.0)

---
updated-dependencies:
- dependency-name: ebs::github::camptocamp/devops-stack-module-ebs-csi-driver::v2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent 4ca9731 commit 06badfe
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 @@ -51,7 +51,7 @@ module "efs" {
}

module "ebs" {
source = "git::https://github.com/camptocamp/devops-stack-module-ebs-csi-driver.git?ref=v2.2.0"
source = "git::https://github.com/camptocamp/devops-stack-module-ebs-csi-driver.git?ref=v2.4.0"

cluster_name = local.cluster_name
argocd_namespace = module.argocd_bootstrap.argocd_namespace
Expand Down

0 comments on commit 06badfe

Please sign in to comment.