From 26ca3400d55deb967cff0d1174733f25663543f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:27:26 +0000 Subject: [PATCH] build(deps): bump traefik::modern-gitops-stack-module-traefik Bumps [traefik::modern-gitops-stack-module-traefik](https://github.com/GersonRS/modern-gitops-stack-module-traefik) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/GersonRS/modern-gitops-stack-module-traefik/releases) - [Changelog](https://github.com/GersonRS/modern-gitops-stack-module-traefik/blob/main/CHANGELOG.md) - [Commits](https://github.com/GersonRS/modern-gitops-stack-module-traefik/compare/v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: traefik::github::GersonRS/modern-gitops-stack-module-traefik::v2.6.1 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/kind/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kind/main.tf b/examples/kind/main.tf index 965457f..80225ba 100644 --- a/examples/kind/main.tf +++ b/examples/kind/main.tf @@ -38,7 +38,7 @@ module "metrics-server" { } module "traefik" { - source = "git::https://github.com/GersonRS/modern-gitops-stack-module-traefik.git//kind?ref=v2.6.1" + source = "git::https://github.com/GersonRS/modern-gitops-stack-module-traefik.git//kind?ref=v2.7.0" argocd_project = local.cluster_name