Skip to content

Commit

Permalink
removing http from grpc otlp endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Sep 30, 2024
1 parent 3d335f4 commit f2854f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/tracetest-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v1.36.0
version: v1.37.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
2 changes: 1 addition & 1 deletion charts/tracetest-cloud/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data:
NATS_URI: {{ include "tracetest-common.nats_endpoint" . }}
OAUTH_ENABLED: "false"
OSS_ENDPOINT: "http://{{ .Release.Name }}-tracetest-core.{{ .Release.Namespace }}:{{ .Values.global.tracetestCore.service.httpPort }}"
OSS_OTLP_ENDPOINT: "http://{{ .Release.Name }}-tracetest-core.{{ .Release.Namespace }}:{{ .Values.global.tracetestCore.service.otlpGrpcPort }}"
OSS_OTLP_ENDPOINT: "{{ .Release.Name }}-tracetest-core.{{ .Release.Namespace }}:{{ .Values.global.tracetestCore.service.otlpGrpcPort }}"
ROOT_DOMAIN: "{{ .Values.global.urls.rootDomain }}"
UI_ENDPOINT: "{{ include "tracetest-common.url" .Values.global.urls.web }}"
DEMO_ORG_ID: "{{ .Values.config.demoOrgID }}"
Expand Down
2 changes: 1 addition & 1 deletion charts/tracetest-onprem/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
repository: file://../tracetest-core
condition: tracetest-core.enabled
- name: tracetest-cloud
version: v1.36.0
version: v1.37.0
repository: file://../tracetest-cloud
condition: tracetest-cloud.enabled
- name: tracetest-agent-operator
Expand Down

0 comments on commit f2854f6

Please sign in to comment.