From 567c26ddae7e600fcf22152f493167c7ff6ed2ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:12:33 +0000 Subject: [PATCH] chore(deps): update helm release cost-analyzer to v1.108.1 --- .../k8s-eks-demoapps/k8s-components/monitoring-cost.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps-devstg/us-east-1/k8s-eks-demoapps/k8s-components/monitoring-cost.tf b/apps-devstg/us-east-1/k8s-eks-demoapps/k8s-components/monitoring-cost.tf index 51640394e..789c07d6b 100644 --- a/apps-devstg/us-east-1/k8s-eks-demoapps/k8s-components/monitoring-cost.tf +++ b/apps-devstg/us-east-1/k8s-eks-demoapps/k8s-components/monitoring-cost.tf @@ -33,5 +33,5 @@ resource "helm_release" "cost_analyzer" { namespace = kubernetes_namespace.monitoring_tools[0].id repository = "https://kubecost.github.io/cost-analyzer/" chart = "cost-analyzer" - version = "1.101.3" + version = "1.108.1" }