From a6d676a85afc92bafc522bef96cf2c87fc0b6b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:49:14 +0000 Subject: [PATCH] chore(deps): bump thanos::devops-stack-module-thanos in /examples/kind Bumps [thanos::devops-stack-module-thanos](https://github.com/camptocamp/devops-stack-module-thanos) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/camptocamp/devops-stack-module-thanos/releases) - [Changelog](https://github.com/camptocamp/devops-stack-module-thanos/blob/main/CHANGELOG.md) - [Commits](https://github.com/camptocamp/devops-stack-module-thanos/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: thanos::github::camptocamp/devops-stack-module-thanos::v7.0.0 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d400024028..7f20cc3079 100644 --- a/examples/kind/main.tf +++ b/examples/kind/main.tf @@ -145,7 +145,7 @@ module "loki-stack" { } module "thanos" { - source = "git::https://github.com/camptocamp/devops-stack-module-thanos.git//kind?ref=v7.0.0" + source = "git::https://github.com/camptocamp/devops-stack-module-thanos.git//kind?ref=v7.0.1" cluster_name = local.cluster_name base_domain = local.base_domain