Skip to content

Commit

Permalink
update otel (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartshea authored Nov 22, 2024
1 parent 321773d commit 6f3caf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/runwhen-local/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/runwhen-local/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6f3caf5

Please sign in to comment.