From 62d85fcb5b9849b8c8a0233cd9bec667e48da4e7 Mon Sep 17 00:00:00 2001 From: Povilas Versockas Date: Mon, 30 Oct 2023 08:13:22 +0200 Subject: [PATCH] [otel-integration] upgrade upstream chart --- otel-integration/CHANGELOG.md | 4 ++++ otel-integration/k8s-helm/Chart.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index 2454e5b9..2af97a1a 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,10 @@ ## OpenTelemtry-Integration +## v0.0.26 / 2023-10-30 + +* [CHORE] Upgrading upstream chart. (v0.71.7) +* ### v0.0.25 / 2023-10-26 * [CHORE] Remove unnecessary cloud resource detector configuration. diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index efa6893f..4405845d 100644 --- a/otel-integration/k8s-helm/Chart.yaml +++ b/otel-integration/k8s-helm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: otel-integration description: OpenTelemetry Integration -version: 0.0.25 +version: 0.0.26 keywords: - OpenTelemetry Collector - OpenTelemetry Agent @@ -11,17 +11,17 @@ keywords: dependencies: - name: opentelemetry-collector alias: opentelemetry-agent - version: "0.73.5" + version: "0.73.7" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent.enabled - name: opentelemetry-collector alias: opentelemetry-agent-windows - version: "0.73.5" + version: "0.73.7" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent-windows.enabled - name: opentelemetry-collector alias: opentelemetry-cluster-collector - version: "0.73.5" + version: "0.73.7" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-cluster-collector.enabled - name: kube-state-metrics