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.5.0 to 3.6.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.5.0...v3.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lentidas committed Sep 4, 2024
1 parent b9a5d0f commit 5eb6447
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.5.0"
source = "git::https://github.com/camptocamp/devops-stack-module-ebs-csi-driver.git?ref=v3.6.0"

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

0 comments on commit 5eb6447

Please sign in to comment.