Skip to content

Commit a11c1ae

Browse files
dxFrankenWangdaixuwang
andauthored
feat(opentelemetry-operator): operator 0.91.1 (#175)
Co-authored-by: daixuwang <[email protected]>
1 parent 991a135 commit a11c1ae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: tencent-opentelemetry-operator
3-
version: 0.91.0
3+
version: 0.91.1
44
description: OpenTelemetry Operator Helm chart for Kubernetes
55
type: application
66
home: https://opentelemetry.io/
@@ -9,5 +9,5 @@ sources:
99
maintainers:
1010
- name: erichchen
1111
icon: https://cloudcache.tencent-cloud.com/qcloud/ui/static/Industry_tke/80444e53-c142-4896-bc8a-ef4ecf75c682.png
12-
appVersion: 0.91.0
12+
appVersion: 0.91.1
1313
kubeVersion: '>= 1.19.0-0'

incubator/opentelemetry-operator/templates/instrumentation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: opentelemetry-operator-system
66
spec:
77
exporter:
8-
endpoint: {{printf "%s:4317" (include "opentelemetry-operator.host" . ) | quote | trim}}
8+
endpoint: {{.Values.env.ENDPOINT | quote | trim}}
99
propagators:
1010
- tracecontext
1111
- baggage
@@ -21,11 +21,11 @@ spec:
2121
image:
2222
env:
2323
- name: OTEL_EXPORTER_OTLP_ENDPOINT
24-
value: {{printf "%s:55681" (include "opentelemetry-operator.host" . ) | quote | trim}}
24+
value: {{printf "%s:90/otlp" (include "opentelemetry-operator.host" . ) | quote | trim}}
2525
dotnet:
2626
image:
2727
env:
2828
- name: OTEL_EXPORTER_OTLP_ENDPOINT
29-
value: {{printf "%s:55681" (include "opentelemetry-operator.host" . ) | quote | trim}}
29+
value: {{printf "%s:90/otlp" (include "opentelemetry-operator.host" . ) | quote | trim}}
3030
go:
3131
image: ccr.ccs.tencentyun.com/tapm/autoinstrumentation-go:v0.8.0-alpha

incubator/opentelemetry-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pdb:
2929
manager:
3030
image:
3131
repository: ccr.ccs.tencentyun.com/tke-market/opentelemetry-operator
32-
tag: 20250714-1608_apm_0.90.1_auto_6dc87fa2
32+
tag: 20250912-1437_apm_0.91.0_auto_f5c0be5f
3333
collectorImage:
3434
repository: ccr.ccs.tencentyun.com/tke-market/opentelemetry-collector-contrib
3535
tag: 0.85.0

0 commit comments

Comments
 (0)