From 0a42e39de334626b96d16f489e5ae0b2f968e455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 06:36:11 +0000 Subject: [PATCH] chore(deps): bump kube-prometheus-stack::devops-stack-module-kube-prometheus-stack Bumps [kube-prometheus-stack::devops-stack-module-kube-prometheus-stack](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/releases) - [Changelog](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/blob/main/CHANGELOG.md) - [Commits](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: kube-prometheus-stack::github::camptocamp/devops-stack-module-kube-prometheus-stack::v9.0.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 36a7da594a..1053e69d51 100644 --- a/examples/kind/main.tf +++ b/examples/kind/main.tf @@ -179,7 +179,7 @@ module "thanos" { } module "kube-prometheus-stack" { - source = "git::https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack.git//kind?ref=v9.0.0" + source = "git::https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack.git//kind?ref=v9.1.0" cluster_name = local.cluster_name base_domain = local.base_domain