From 6a2c465a86bbdf3250d982e805c94a3dd9cc4edd Mon Sep 17 00:00:00 2001 From: Oscar Reyes Date: Mon, 30 Sep 2024 12:53:52 -0600 Subject: [PATCH] enabling otlp server for core --- charts/tracetest-core/Chart.yaml | 2 +- charts/tracetest-core/templates/deployment.yaml | 2 -- charts/tracetest-core/values.yaml | 5 +++++ charts/tracetest-onprem/Chart.yaml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/charts/tracetest-core/Chart.yaml b/charts/tracetest-core/Chart.yaml index 4fe39693..afc66ec3 100644 --- a/charts/tracetest-core/Chart.yaml +++ b/charts/tracetest-core/Chart.yaml @@ -13,7 +13,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: v1.30.0 +version: v1.31.0 # 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/tracetest-core/templates/deployment.yaml b/charts/tracetest-core/templates/deployment.yaml index 1ee8e437..c75a6d18 100644 --- a/charts/tracetest-core/templates/deployment.yaml +++ b/charts/tracetest-core/templates/deployment.yaml @@ -55,8 +55,6 @@ spec: value: "{{ $.Values.global.postgresql.auth.port}}" - name: TRACETEST_DEV value: "" - - name: TRACETEST_OTLPSERVER_ENABLED - value: "false" - name: TRACETEST_ANALYTICS_SERVERKEY valueFrom: secretKeyRef: diff --git a/charts/tracetest-core/values.yaml b/charts/tracetest-core/values.yaml index 7c628081..21590db1 100644 --- a/charts/tracetest-core/values.yaml +++ b/charts/tracetest-core/values.yaml @@ -59,6 +59,7 @@ deployments: # replicaCount: 1 env: TRACETEST_SERVER_API_ENABLED: false + TRACETEST_OTLPSERVER_ENABLED: false TRACETEST_SERVER_WORKFLOW_ENABLED: true TRACETEST_SERVER_WORKFLOW_STEPS: trigger_resolver trigger_result - name: worker-poller @@ -66,6 +67,7 @@ deployments: # replicaCount: 1 env: TRACETEST_SERVER_API_ENABLED: false + TRACETEST_OTLPSERVER_ENABLED: false TRACETEST_SERVER_WORKFLOW_ENABLED: true TRACETEST_SERVER_WORKFLOW_STEPS: poll_start poll_evaluate - name: worker-results @@ -73,6 +75,7 @@ deployments: # replicaCount: 1 env: TRACETEST_SERVER_API_ENABLED: false + TRACETEST_OTLPSERVER_ENABLED: false TRACETEST_SERVER_WORKFLOW_ENABLED: true TRACETEST_SERVER_WORKFLOW_STEPS: linter_runner assertion_runner - name: worker-monitors @@ -80,6 +83,7 @@ deployments: # replicaCount: 1 env: TRACETEST_SERVER_API_ENABLED: false + TRACETEST_OTLPSERVER_ENABLED: false TRACETEST_SERVER_WORKFLOW_ENABLED: true TRACETEST_SERVER_WORKFLOW_STEPS: monitor_runner monitor_alerts - name: worker-suites @@ -87,5 +91,6 @@ deployments: # replicaCount: 1 env: TRACETEST_SERVER_API_ENABLED: false + TRACETEST_OTLPSERVER_ENABLED: false TRACETEST_SERVER_WORKFLOW_ENABLED: true TRACETEST_SERVER_WORKFLOW_STEPS: suite_runner diff --git a/charts/tracetest-onprem/Chart.yaml b/charts/tracetest-onprem/Chart.yaml index 28fdd858..16c5b04b 100644 --- a/charts/tracetest-onprem/Chart.yaml +++ b/charts/tracetest-onprem/Chart.yaml @@ -9,7 +9,7 @@ dependencies: repository: file://../tracetest-frontend condition: tracetest-frontend.enabled - name: tracetest-core - version: v1.30.0 + version: v1.31.0 repository: file://../tracetest-core condition: tracetest-core.enabled - name: tracetest-cloud