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 3.3.0 to 3.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@v3.3.0...v3.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent 2f2db7d commit 3c7ccb5
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 @@ -52,7 +52,7 @@ module "efs" {
}

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

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

0 comments on commit 3c7ccb5

Please sign in to comment.