From 7cc7a31d6d4c890c154abbfc989cf85e502bdbb1 Mon Sep 17 00:00:00 2001 From: Frank Zhu Date: Tue, 27 Feb 2024 11:53:04 -0600 Subject: [PATCH] update otel-collector version to 0.95.0 --- charts/chainlink-cluster/Chart.yaml | 2 +- charts/chainlink-cluster/values.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/charts/chainlink-cluster/Chart.yaml b/charts/chainlink-cluster/Chart.yaml index fa45ea9bd77..df52f881569 100644 --- a/charts/chainlink-cluster/Chart.yaml +++ b/charts/chainlink-cluster/Chart.yaml @@ -9,7 +9,7 @@ dependencies: repository: "https://www.mock-server.com" condition: mockserver.enabled - name: opentelemetry-collector - version: "0.82.0" + version: "0.95.0" repository: "https://open-telemetry.github.io/opentelemetry-helm-charts" condition: opentelemetry-collector.enabled - name: tempo diff --git a/charts/chainlink-cluster/values.yaml b/charts/chainlink-cluster/values.yaml index f8cfb94f0d2..303cec04213 100644 --- a/charts/chainlink-cluster/values.yaml +++ b/charts/chainlink-cluster/values.yaml @@ -195,6 +195,9 @@ runner: opentelemetry-collector: enabled: true mode: deployment + image: + repository: otel/opentelemetry-collector + tag: 0.95.0 command: name: otelcol extraVolumes: @@ -235,6 +238,8 @@ opentelemetry-collector: tempo: enabled: true + image: + tag: "1.7.2" server: http_listen_port: 3200 # default storage path: /var/tempo/ @@ -265,6 +270,8 @@ tempo: grafana: enabled: true + image: + tag: 7.3.2 rbac: namespaced: true datasources: