From f6ae7c4032eedc1f518ea03b88fbb7b7b7d5ae7b Mon Sep 17 00:00:00 2001 From: "Everton H. Taques" <97463920+etaques@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:33:26 -0300 Subject: [PATCH 1/2] fix (sinkerotel): variable --- charts/orb/templates/sinker-otel-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/orb/templates/sinker-otel-deployment.yaml b/charts/orb/templates/sinker-otel-deployment.yaml index 472bb63..dd31242 100644 --- a/charts/orb/templates/sinker-otel-deployment.yaml +++ b/charts/orb/templates/sinker-otel-deployment.yaml @@ -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 From 54f59753701253dad47a661eb8571ac2262f12c2 Mon Sep 17 00:00:00 2001 From: "Everton H. Taques" <97463920+etaques@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:34:27 -0300 Subject: [PATCH 2/2] Update Chart.yaml --- charts/orb/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/orb/Chart.yaml b/charts/orb/Chart.yaml index e35b42b..07a4019 100644 --- a/charts/orb/Chart.yaml +++ b/charts/orb/Chart.yaml @@ -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/