File tree 2 files changed +6
-2
lines changed
tests/e2e/smoke-pod-labels
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,8 @@ issues: [2835]
13
13
# (Optional) One or more lines of additional information to render under the primary note.
14
14
# These lines will be padded with 2 spaces and then inserted directly into the document.
15
15
# 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.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: OpenTelemetryCollector
3
3
metadata :
4
4
name : testlabel
5
5
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
7
7
config : |
8
8
receivers:
9
9
otlp:
You can’t perform that action at this time.
0 commit comments