From 6f3caf540c70a02530848b6b9d9b9aceb1a995ec Mon Sep 17 00:00:00 2001 From: Shea Stewart Date: Fri, 22 Nov 2024 17:48:24 -0500 Subject: [PATCH] update otel (#47) --- charts/runwhen-local/Chart.yaml | 4 ++-- charts/runwhen-local/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/runwhen-local/Chart.yaml b/charts/runwhen-local/Chart.yaml index 92b3fa9..5c15d14 100644 --- a/charts/runwhen-local/Chart.yaml +++ b/charts/runwhen-local/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: runwhen-local description: A Helm chart RunWhen Local - A community powered troubleshooting cheat sheet type: application -version: 0.2.7 +version: 0.2.8 appVersion: "0.8.1" icon: https://storage.googleapis.com/runwhen-nonprod-shared-images/icons/runwhen_icon.png dependencies: @@ -11,7 +11,7 @@ dependencies: # repository: "https://grafana.github.io/helm-charts" # condition: runner.enabled - name: opentelemetry-collector - version: "0.104.0" + version: "0.110.0" repository: "https://open-telemetry.github.io/opentelemetry-helm-charts" condition: runner.enabled maintainers: diff --git a/charts/runwhen-local/values.yaml b/charts/runwhen-local/values.yaml index d6c9e1d..3628331 100644 --- a/charts/runwhen-local/values.yaml +++ b/charts/runwhen-local/values.yaml @@ -452,7 +452,7 @@ opentelemetry-collector: image: repository: "otel/opentelemetry-collector" pullPolicy: IfNotPresent - tag: "0.104.0" + tag: "0.110.0" imagePullSecrets: [] command: name: "otelcol"