Skip to content

Commit

Permalink
Update image version to latest #10407 (#10408)
Browse files Browse the repository at this point in the history
During the installation of otlp in recent days, it was found that the
installed version is somewhat outdated, which is not conducive to users
trying out the latest features. It's also unnecessary to modify the
installation yaml file every time a new version is released. Would it be
more appropriate to change it to "latest"?
  • Loading branch information
chenzhiguo authored Jun 14, 2024
1 parent 9cd56bf commit 42b61cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/k8s/otel-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
- command:
- "/otelcol"
- "--config=/conf/otel-agent-config.yaml"
image: otel/opentelemetry-collector:0.94.0
image: otel/opentelemetry-collector:latest
name: otel-agent
resources:
limits:
Expand Down Expand Up @@ -183,7 +183,7 @@ spec:
- command:
- "/otelcol"
- "--config=/conf/otel-collector-config.yaml"
image: otel/opentelemetry-collector:0.94.0
image: otel/opentelemetry-collector:latest
name: otel-collector
resources:
limits:
Expand Down

0 comments on commit 42b61cc

Please sign in to comment.