From 6ecc550aac85465fcb078d4b3e2a7ce0748cdfbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:56:01 +0000 Subject: [PATCH] chore(deps): bump cert-manager::devops-stack-module-cert-manager Bumps [cert-manager::devops-stack-module-cert-manager](https://github.com/camptocamp/devops-stack-module-cert-manager) from 9.0.2 to 10.0.0. - [Release notes](https://github.com/camptocamp/devops-stack-module-cert-manager/releases) - [Changelog](https://github.com/camptocamp/devops-stack-module-cert-manager/blob/main/CHANGELOG.md) - [Commits](https://github.com/camptocamp/devops-stack-module-cert-manager/compare/v9.0.2...v10.0.0) --- updated-dependencies: - dependency-name: cert-manager::github::camptocamp/devops-stack-module-cert-manager::v9.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/eks/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/eks/main.tf b/examples/eks/main.tf index 2066c4d65b..e0f7a5b0f0 100644 --- a/examples/eks/main.tf +++ b/examples/eks/main.tf @@ -112,7 +112,7 @@ module "traefik" { } module "cert-manager" { - source = "git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//eks?ref=v9.0.2" + source = "git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//eks?ref=v10.0.0" cluster_name = module.eks.cluster_name base_domain = module.eks.base_domain