From 8ffdf3811d637b70a32ea9af346f95469d5aa259 Mon Sep 17 00:00:00 2001 From: Anton Petruhin Date: Fri, 3 Mar 2023 18:36:28 +0300 Subject: [PATCH] pyroscope: `pyroscope-ebpf.enabled` condition --- charts/coroot/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/coroot/Chart.yaml b/charts/coroot/Chart.yaml index a5e4c48..497f6cc 100644 --- a/charts/coroot/Chart.yaml +++ b/charts/coroot/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: coroot description: A monitoring and troubleshooting tool for microservice architectures. type: application -version: 0.2.3 +version: 0.2.4 appVersion: "0.14.2" dependencies: - name: prometheus @@ -20,4 +20,4 @@ dependencies: - name: pyroscope-ebpf repository: https://pyroscope-io.github.io/helm-chart version: 0.1.* - condition: pyroscope.enabled + condition: pyroscope-ebpf.enabled