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 }}