Skip to content

Commit

Permalink
fix (sinkerotel): httpPort variable (#63)
Browse files Browse the repository at this point in the history
* fix (sinkerotel): variable

* Update Chart.yaml
  • Loading branch information
etaques authored Oct 5, 2023
1 parent 821c504 commit 422989f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/orb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ name: orb
description: Orb Observability Platform
icon: https://avatars1.githubusercontent.com/u/13207490
type: application
version: 1.0.50
appVersion: "0.26.0"
version: 1.0.51
appVersion: "0.27.0"
home: https://getorb.io
sources:
- https://hub.docker.com/u/orbcommunity/
Expand Down
2 changes: 1 addition & 1 deletion charts/orb/templates/sinker-otel-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
value:
{{ .Release.Name }}-envoy:{{ .Values.policies.grpcPort }}
- name: ORB_SINKER_HTTP_PORT
value: "{{ .Values.sinker.httpPort }}"
value: "{{ .Values.sinkerOtel.httpPort }}"
- name: ORB_SINKER_LOG_LEVEL
value: {{ default .Values.defaults.logLevel .Values.sinkerOtel.logLevel }}
- name: ORB_SINKER_NATS_URL
Expand Down

0 comments on commit 422989f

Please sign in to comment.