diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index 5959c297..d0f260cf 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.67 +version: 0.0.68 keywords: - OpenTelemetry Collector - OpenTelemetry Agent @@ -11,22 +11,22 @@ keywords: dependencies: - name: opentelemetry-collector alias: opentelemetry-agent - version: "0.81.8" + version: "0.82.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent.enabled - name: opentelemetry-collector alias: opentelemetry-agent-windows - version: "0.81.8" + version: "0.82.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent-windows.enabled - name: opentelemetry-collector alias: opentelemetry-cluster-collector - version: "0.81.8" + version: "0.82.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-cluster-collector.enabled - name: opentelemetry-collector alias: opentelemetry-gateway - version: "0.81.8" + version: "0.82.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-gateway.enabled sources: diff --git a/otel-integration/k8s-helm/README.md b/otel-integration/k8s-helm/README.md index df13ca9b..4e53a9ad 100644 --- a/otel-integration/k8s-helm/README.md +++ b/otel-integration/k8s-helm/README.md @@ -88,14 +88,14 @@ type: Opaque # Installation > [!NOTE] -> As of latest Helm version (`v3.14.0`), users might experience warning multiple warning messages during the installation about following: +> With some Helm version (< `v3.14.3`), users might experience multiple warning messages during the installation about following: > > ``` > index.go:366: skipping loading invalid entry for chart "otel-integration" \ from \: validation: more than one dependency with name or alias "opentelemetry-collector" > > ``` > -> This is due to a recently introduced validation bug in Helm (see this [issue](https://github.com/helm/helm/issues/12748)). This does not affect the installation process and the chart will be installed successfully. If you do not wish to see these warnings, we recommend downgrading your Helm version. +> This is due to a validation bug in Helm (see this [issue](https://github.com/helm/helm/issues/12748)). This does not affect the installation process and the chart will be installed successfully. If you do not wish to see these warnings, we recommend either upgrading to the latest Helm version, or downgrading to a version not affected by the issue. First make sure to add our Helm charts repository to the local repos list with the following command: