From 8047e9e0a8f7cea4e50852ded06f4b544f6af6e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 06:18:09 +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.0 to 9.0.1. - [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.0...v9.0.1) --- updated-dependencies: - dependency-name: cert-manager::github::camptocamp/devops-stack-module-cert-manager::v9.0.0 dependency-type: direct:production update-type: version-update:semver-patch ... 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 db303d38e3..92c2cf3e17 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.0" + source = "git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//eks?ref=v9.0.1" cluster_name = module.eks.cluster_name base_domain = module.eks.base_domain