Skip to content

Commit

Permalink
chore: otel-integration bump OTEL Collector chart version (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv authored Sep 4, 2023
1 parent 667d4e4 commit cda160f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## OpenTelemtry-Integration

### v0.0.14 / 2023-09-04

* [CHORE] Upgrading upstream chart. (v0.71.1)

### v0.0.13 / 2023-08-22

* [FIX] Change `k8s.container.name` to `k8s.pod.name` attribute
Expand Down
6 changes: 3 additions & 3 deletions otel-integration/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: otel-integration
description: OpenTelemetry Integration
version: 0.0.13
version: 0.0.14
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand All @@ -11,12 +11,12 @@ keywords:
dependencies:
- name: opentelemetry-collector
alias: opentelemetry-agent
version: "0.71.0"
version: "0.71.1"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-agent.enabled
- name: opentelemetry-collector
alias: opentelemetry-cluster-collector
version: "0.71.0"
version: "0.71.1"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-cluster-collector.enabled
- name: kube-state-metrics
Expand Down

0 comments on commit cda160f

Please sign in to comment.