From 7e27e08c30b52a82e11937d19348a8e3d7843e41 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Jun 2024 00:51:03 +0000 Subject: [PATCH] Update Helm release pyroscope to v1.6.1 --- charts.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts.tf b/charts.tf index a037341..823d4c4 100644 --- a/charts.tf +++ b/charts.tf @@ -121,7 +121,7 @@ resource "helm_release" "pyroscope" { name = "pyroscope" repository = "https://grafana.github.io/helm-charts/" chart = "pyroscope" - version = "1.6.0" + version = "1.6.1" namespace = var.tools_namespace