Skip to content

Commit b51bad5

Browse files
committed
updates
1 parent 27e8316 commit b51bad5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.chloggen/kube-distro.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ issues: [2835]
1313
# (Optional) One or more lines of additional information to render under the primary note.
1414
# These lines will be padded with 2 spaces and then inserted directly into the document.
1515
# Use pipe (|) for multiline entries.
16-
subtext:
16+
subtext: |
17+
Previously, the default distribution used for the operator was core.
18+
We now have access to a purpose built distribution for Kubernetes. This distro
19+
contains everything that core had plus components that are helpful in a Kubernetes
20+
environment.

tests/e2e/smoke-pod-labels/00-install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: OpenTelemetryCollector
33
metadata:
44
name: testlabel
55
spec:
6-
image: ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-k8s:0.94.0
6+
image: ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.94.0
77
config: |
88
receivers:
99
otlp:

0 commit comments

Comments
 (0)