Skip to content

Commit 980404d

Browse files
dxFrankenWangdaixuwang
andauthored
feat(opentelemetry-operator): add API_REGION param (#169)
Co-authored-by: daixuwang <[email protected]>
1 parent c85006b commit 980404d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.90.1
3+
version: 0.91.0
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.90.1
12+
appVersion: 0.91.0
1313
kubeVersion: '>= 1.19.0-0'

incubator/opentelemetry-operator/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ spec:
9090
value: {{ .Values.env.APM_TOKEN | quote }}
9191
- name: ENDPOINT
9292
value: {{ .Values.env.ENDPOINT | quote }}
93+
- name: API_REGION
94+
value: {{ .Values.env.API_REGION | quote }}
9395
- name: JAVA_INSTR_VERSION
9496
value: {{ .Values.env.JAVA_INSTR_VERSION | quote }}
9597
- name: PYTHON_INSTR_VERSION

incubator/opentelemetry-operator/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ env:
273273
## Required, obtained from the apm console
274274
APM_TOKEN: ""
275275
ENDPOINT: ""
276+
API_REGION: ""
276277

277278

278279
## Optional, default latest; If you want to specify the version, you can get it from the apm documentation

0 commit comments

Comments
 (0)