From b6f70ae8a013de190e83d7925c7743c1ade8ec19 Mon Sep 17 00:00:00 2001 From: Nikolay Sivko Date: Thu, 17 Oct 2024 14:46:04 +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 b5f9a93..3cef11b 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.15.9 -appVersion: "1.5.8" +version: 0.15.10 +appVersion: "1.5.9" dependencies: - name: prometheus repository: https://prometheus-community.github.io/helm-charts version: 15.16.* condition: prometheus.enabled - name: node-agent - version: 0.1.95 + version: 0.1.96 repository: https://coroot.github.io/helm-charts condition: node-agent.enabled - name: clickhouse