Skip to content

Commit c9d6809

Browse files
chore(deps): bump ebs::devops-stack-module-ebs-csi-driver (#1042)
Bumps [ebs::devops-stack-module-ebs-csi-driver](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver) from 2.1.0 to 2.2.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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: ebs::github::camptocamp/devops-stack-module-ebs-csi-driver::v2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac69e5d commit c9d6809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/eks/csi_drivers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module "efs" {
5151
}
5252

5353
module "ebs" {
54-
source = "git::https://github.com/camptocamp/devops-stack-module-ebs-csi-driver.git?ref=v2.1.0"
54+
source = "git::https://github.com/camptocamp/devops-stack-module-ebs-csi-driver.git?ref=v2.2.0"
5555

5656
cluster_name = local.cluster_name
5757
argocd_namespace = module.argocd_bootstrap.argocd_namespace

0 commit comments

Comments
 (0)