diff --git a/cryptlex/cryptlex-enterprise/Chart.yaml b/cryptlex/cryptlex-enterprise/Chart.yaml index 1a3086c6..9e29153c 100644 --- a/cryptlex/cryptlex-enterprise/Chart.yaml +++ b/cryptlex/cryptlex-enterprise/Chart.yaml @@ -6,7 +6,7 @@ home: https://cryptlex.com icon: https://cryptlex.com/images/cryptlex_icon.png # 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. -version: "3.17.12" +version: "3.17.13" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: "3.17.12" +appVersion: "3.17.13" diff --git a/cryptlex/cryptlex-enterprise/templates/secrets/web-api-secret.yaml b/cryptlex/cryptlex-enterprise/templates/secrets/web-api-secret.yaml index 1f64019a..e796b4fd 100644 --- a/cryptlex/cryptlex-enterprise/templates/secrets/web-api-secret.yaml +++ b/cryptlex/cryptlex-enterprise/templates/secrets/web-api-secret.yaml @@ -81,4 +81,4 @@ stringData: {{ end }} {{ end }} NEW_RELIC_LICENSE_KEY: {{ .Values.webApi.newRelic.licenseKey | quote }} - OTEL_EXPORTER_OTLP_HEADERS: api-key={{ .Values.webApi.openTelemetry.apiKey }} \ No newline at end of file + OTEL_EXPORTER_OTLP_HEADERS: {{ .Values.webApi.openTelemetry.otlpHeaders | quote }} \ No newline at end of file diff --git a/cryptlex/cryptlex-enterprise/values.yaml b/cryptlex/cryptlex-enterprise/values.yaml index 0f1bf252..1234eab7 100644 --- a/cryptlex/cryptlex-enterprise/values.yaml +++ b/cryptlex/cryptlex-enterprise/values.yaml @@ -225,9 +225,8 @@ webApi: applicationName: "Cryptlex Web API" # OpenTelemetry openTelemetry: - apiKey: "" - applicationName: "" otlpEndpoint: "" + otlpHeaders: "" # Hangfire dashboard hangfireDashboard: username: ""