From 42b61cc6040550eb4b96231d3c5f0c9f0cd0f74b Mon Sep 17 00:00:00 2001 From: chenzhiguo Date: Sat, 15 Jun 2024 00:03:40 +0800 Subject: [PATCH] Update image version to latest #10407 (#10408) 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"? --- examples/k8s/otel-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/k8s/otel-config.yaml b/examples/k8s/otel-config.yaml index 791af80fc55..8538e82add4 100644 --- a/examples/k8s/otel-config.yaml +++ b/examples/k8s/otel-config.yaml @@ -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: @@ -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: