From dbce3a41b0160d29ad61876ab66f47a5fce6bb63 Mon Sep 17 00:00:00 2001 From: Anton Petruhin Date: Wed, 28 Feb 2024 16:27:51 +0300 Subject: [PATCH] coroot v0.29.4 --- charts/coroot/Chart.yaml | 6 +++--- charts/coroot/values.yaml | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/coroot/Chart.yaml b/charts/coroot/Chart.yaml index 83a1354..3817178 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.11 -appVersion: "0.29.3" +version: 0.8.12 +appVersion: "0.29.4" dependencies: - name: prometheus repository: https://prometheus-community.github.io/helm-charts version: 15.16.* condition: prometheus.enabled - name: node-agent - version: 0.1.58 + version: 0.1.60 repository: https://coroot.github.io/helm-charts condition: node-agent.enabled - name: clickhouse diff --git a/charts/coroot/values.yaml b/charts/coroot/values.yaml index f9aa111..d576b23 100644 --- a/charts/coroot/values.yaml +++ b/charts/coroot/values.yaml @@ -9,9 +9,7 @@ corootCE: enabled: true replicas: 1 strategy: - type: RollingUpdate - rollingUpdate: - maxSurge: 0 + type: Recreate image: repository: ghcr.io/coroot/coroot pullPolicy: IfNotPresent @@ -153,6 +151,10 @@ prometheus: retention: 1d persistentVolume: size: 10Gi + strategy: + type: Recreate + extraFlags: + - web.enable-remote-write-receiver serverFiles: prometheus.yml: scrape_configs: @@ -406,11 +408,9 @@ existingPrometheus: node-agent: enabled: true - otel: - tracesEndpoint: "http://coroot-opentelemetry-collector:4318/v1/traces" - logsEndpoint: "http://coroot-opentelemetry-collector:4318/v1/logs" - profiling: - profilesEndpoint: "http://coroot-cluster-agent:8080/profiles" + tracesEndpoint: "http://coroot-opentelemetry-collector:4318/v1/traces" + logsEndpoint: "http://coroot-opentelemetry-collector:4318/v1/logs" + profilesEndpoint: "http://coroot-cluster-agent:8080/profiles" clickhouse: enabled: true