From ee6fb7553141ce775cdaaf450f074c86827377af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 06:23:44 +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 8.3.0 to 8.4.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/v8.3.0...v8.4.0) --- updated-dependencies: - dependency-name: cert-manager::github::camptocamp/devops-stack-module-cert-manager::v8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6f2ab7c8ce..8a191105f4 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=v8.3.0" + source = "git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//eks?ref=v8.4.0" cluster_name = module.eks.cluster_name base_domain = module.eks.base_domain