From 6096f1ac901ccc317dea54e646e5ac902c69d6c1 Mon Sep 17 00:00:00 2001 From: Sergii <1159966+stalniy@users.noreply.github.com> Date: Thu, 14 May 2026 21:16:55 +0200 Subject: [PATCH] fix: specifies network aware provider-proxy otel service name --- charts/provider-proxy/Chart.yaml | 2 +- charts/provider-proxy/templates/configmap.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/provider-proxy/Chart.yaml b/charts/provider-proxy/Chart.yaml index 3fc57b7d..e5209756 100644 --- a/charts/provider-proxy/Chart.yaml +++ b/charts/provider-proxy/Chart.yaml @@ -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: 0.7.4 +version: 0.7.5 # 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. diff --git a/charts/provider-proxy/templates/configmap.yaml b/charts/provider-proxy/templates/configmap.yaml index 91e77259..49c51c3d 100644 --- a/charts/provider-proxy/templates/configmap.yaml +++ b/charts/provider-proxy/templates/configmap.yaml @@ -5,3 +5,4 @@ metadata: data: {{ include "app.env" . | indent 2 }} NETWORK: {{ .Values.chain }} + OTEL_SERVICE_NAME: {{ .Chart.Name }}-{{ .Values.chain }}