From e6f58710ee8450748220493b2c3b0f7c33fde803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 06:47:01 +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 11.0.0 to 11.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/v11.0.0...v11.1.0) --- updated-dependencies: - dependency-name: kube-prometheus-stack::github::camptocamp/devops-stack-module-kube-prometheus-stack::v11.0.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 2e3df95210..7619d70df2 100644 --- a/examples/eks/main.tf +++ b/examples/eks/main.tf @@ -181,7 +181,7 @@ module "thanos" { } module "kube-prometheus-stack" { - source = "git::https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack.git//eks?ref=v11.0.0" + source = "git::https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack.git//eks?ref=v11.1.0" cluster_name = module.eks.cluster_name base_domain = module.eks.base_domain