File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
helm-charts/splunk-otel-collector Expand file tree Collapse file tree 3 files changed +5
-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.20.9
3
+ version : 0.21.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 @@ -88,8 +88,10 @@ processors:
88
88
detectors:
89
89
- env
90
90
{ {- if eq .Values.platform " gcp" } }
91
+ - gke
91
92
- gce
92
93
{ {- else if eq .Values.platform " aws" } }
94
+ - eks
93
95
- ec2
94
96
{ {- end } }
95
97
timeout: 10s
Original file line number Diff line number Diff line change @@ -527,9 +527,9 @@ image:
527
527
528
528
otelcol :
529
529
# The registry and name of the opentelemetry collector image to pull
530
- repository : quay.io/signalfx/splunk-otel-collector
530
+ repository : quay.io/signalfx/splunk-otel-collector-dev
531
531
# The tag of the opentelemetry collector image to pull
532
- tag : 0.23.0
532
+ tag : c21b29906ac9e743cba4c92ec5b7467d7eef07eb
533
533
# The policy that specifies when the user wants the opentelemetry collector images to be pulled
534
534
pullPolicy : IfNotPresent
535
535
You can’t perform that action at this time.
0 commit comments