Skip to content

Commit 6881b4d

Browse files
committed
Fix image repo value for managed_otlp onboarding config
1 parent e556b63 commit 6881b4d

File tree

1 file changed

+1
-1
lines changed
  • deploy/helm/edot-collector/kube-stack/managed_otlp

1 file changed

+1
-1
lines changed

deploy/helm/edot-collector/kube-stack/managed_otlp/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crds:
1616
create: true # Install the OpenTelemetry Operator CRDs.
1717
defaultCRConfig:
1818
image:
19-
repository: "docker.elastic.co/beats/elastic-agent"
19+
repository: "docker.elastic.co/elastic-agent/elastic-agent"
2020
tag: "9.1.0"
2121
targetAllocator:
2222
enabled: false # Enable/disable the Operator's Target allocator.

0 commit comments

Comments
 (0)