From b5b82606e1b137667cde59d240c83902c68524ec Mon Sep 17 00:00:00 2001 From: Nikolay Sivko Date: Tue, 20 Feb 2024 14:37:44 +0300 Subject: [PATCH] Update Chart.yaml --- charts/coroot/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/coroot/Chart.yaml b/charts/coroot/Chart.yaml index 2539b8a..bd7763b 100644 --- a/charts/coroot/Chart.yaml +++ b/charts/coroot/Chart.yaml @@ -2,15 +2,15 @@ apiVersion: v2 name: coroot description: A monitoring and troubleshooting tool for microservice architectures. type: application -version: 0.8.8 -appVersion: "0.29.1" +version: 0.8.9 +appVersion: "0.29.2" dependencies: - name: prometheus repository: https://prometheus-community.github.io/helm-charts version: 15.16.* condition: prometheus.enabled - name: node-agent - version: 0.1.56 + version: 0.1.57 repository: https://coroot.github.io/helm-charts condition: node-agent.enabled - name: clickhouse