Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions incubator/opentelemetry-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tencent-opentelemetry-operator
version: 0.90.1
version: 0.91.0
description: OpenTelemetry Operator Helm chart for Kubernetes
type: application
home: https://opentelemetry.io/
Expand All @@ -9,5 +9,5 @@ sources:
maintainers:
- name: erichchen
icon: https://cloudcache.tencent-cloud.com/qcloud/ui/static/Industry_tke/80444e53-c142-4896-bc8a-ef4ecf75c682.png
appVersion: 0.90.1
appVersion: 0.91.0
kubeVersion: '>= 1.19.0-0'
2 changes: 2 additions & 0 deletions incubator/opentelemetry-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ spec:
value: {{ .Values.env.APM_TOKEN | quote }}
- name: ENDPOINT
value: {{ .Values.env.ENDPOINT | quote }}
- name: API_REGION
value: {{ .Values.env.API_REGION | quote }}
- name: JAVA_INSTR_VERSION
value: {{ .Values.env.JAVA_INSTR_VERSION | quote }}
- name: PYTHON_INSTR_VERSION
Expand Down
1 change: 1 addition & 0 deletions incubator/opentelemetry-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ env:
## Required, obtained from the apm console
APM_TOKEN: ""
ENDPOINT: ""
API_REGION: ""


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