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.4.0 to 3.4.1.
- [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.4.0...v3.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lentidas committed Aug 15, 2024
1 parent 50b1852 commit 6c18c5e
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.4.0"
source = "git::https://github.com/camptocamp/devops-stack-module-ebs-csi-driver.git?ref=v3.4.1"

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

0 comments on commit 6c18c5e

Please sign in to comment.