Skip to content

Commit

Permalink
chore: update otel-collector version (#12191)
Browse files Browse the repository at this point in the history
* update open-telemetry chart version

* update otel-collector version to 0.95.0

* otel-telemetry 0.82.0 chart version
  • Loading branch information
momentmaker authored Feb 27, 2024
1 parent 23f767f commit d50c379
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/chainlink-cluster/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 5.14.0
- name: opentelemetry-collector
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.81.2
version: 0.82.0
- name: tempo
repository: https://grafana.github.io/helm-charts
version: 1.7.2
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 7.3.2
digest: sha256:fb13a8a7b490fd1e388a6b082e50d65a39f44a28030d66559d4640c687a70e20
generated: "2024-02-23T15:22:09.284013-06:00"
digest: sha256:37722063f68689c42ac1d6549ddfae4756370c1659b8ac1c0d7da8916c6fad3d
generated: "2024-02-27T11:04:29.920915-06:00"
4 changes: 2 additions & 2 deletions charts/chainlink-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: v2
name: chainlink-cluster
description: Chainlink nodes cluster
version: 0.3.0
version: 0.4.0
appVersion: "2.6.0"
dependencies:
- name: mockserver
version: "5.14.0"
repository: "https://www.mock-server.com"
condition: mockserver.enabled
- name: opentelemetry-collector
version: "0.81.2"
version: "0.82.0"
repository: "https://open-telemetry.github.io/opentelemetry-helm-charts"
condition: opentelemetry-collector.enabled
- name: tempo
Expand Down
2 changes: 1 addition & 1 deletion charts/chainlink-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ opentelemetry-collector:
mode: deployment
image:
repository: otel/opentelemetry-collector
tag: 0.81.2
tag: 0.95.0
command:
name: otelcol
extraVolumes:
Expand Down

0 comments on commit d50c379

Please sign in to comment.