Skip to content

Commit

Permalink
[otel-integration] update otel-helm-chart to 0.71.0 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv authored Aug 18, 2023
1 parent c7bf667 commit bab14b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## OpenTelemtry-Integration

### v0.0.11 / 2023-08-18

* [CHORE] Upgrading upstream chart. (v0.71.0).
* [CHORE] Update Opentelemetry Collector 0.81.0 -> 0.83.0.
* [CHORE] Merges changes from upstream.

### v0.0.10 / 2023-08-14

* [FEATURE] Add CRD generation feature
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.10
version: 0.0.11
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand All @@ -11,12 +11,12 @@ keywords:
dependencies:
- name: opentelemetry-collector
alias: opentelemetry-agent
version: "0.70.1"
version: "0.71.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-agent.enabled
- name: opentelemetry-collector
alias: opentelemetry-cluster-collector
version: "0.70.1"
version: "0.71.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-cluster-collector.enabled
- name: kube-state-metrics
Expand Down

0 comments on commit bab14b4

Please sign in to comment.