File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
helm-charts/splunk-otel-collector Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : splunk-otel-collector
3
- version : 0.23 .0
3
+ version : 0.24 .0
4
4
description : Splunk OpenTelemetry Connector for Kubernetes
5
5
type : application
6
6
keywords :
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ processors:
86
86
# https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/resourcedetectionprocessor
87
87
resourcedetection:
88
88
detectors:
89
+ - system
89
90
# Note: Kubernetes distro detectors need to come first so they set the proper cloud.platform
90
91
# before it gets set later by the cloud provider detector.
91
92
- env
Original file line number Diff line number Diff line change @@ -536,9 +536,9 @@ image:
536
536
537
537
otelcol :
538
538
# The registry and name of the opentelemetry collector image to pull
539
- repository : quay.io/signalfx/splunk-otel-collector-dev
539
+ repository : quay.io/signalfx/splunk-otel-collector
540
540
# The tag of the opentelemetry collector image to pull
541
- tag : 609e1fff7c2db5bc9fbed3e4c8c7277f13e3fb9f
541
+ tag : 0.24.0
542
542
# The policy that specifies when the user wants the opentelemetry collector images to be pulled
543
543
pullPolicy : IfNotPresent
544
544
You can’t perform that action at this time.
0 commit comments