From b4a7f92f5b8c070e32a3e43562ca03fc069b60af Mon Sep 17 00:00:00 2001 From: Oscar Reyes Date: Tue, 23 Jul 2024 15:12:46 -0600 Subject: [PATCH] chore: Updating images --- charts/tracetest-agent-operator/Chart.yaml | 2 +- charts/tracetest-cloud/Chart.yaml | 2 +- charts/tracetest-core/Chart.yaml | 2 +- charts/tracetest-core/values.yaml | 2 +- charts/tracetest-frontend/Chart.yaml | 2 +- charts/tracetest-frontend/templates/configmap.yaml | 3 ++- charts/tracetest-frontend/values.yaml | 2 +- charts/tracetest-monitor-operator/Chart.yaml | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/charts/tracetest-agent-operator/Chart.yaml b/charts/tracetest-agent-operator/Chart.yaml index cab217e..0ec102e 100644 --- a/charts/tracetest-agent-operator/Chart.yaml +++ b/charts/tracetest-agent-operator/Chart.yaml @@ -23,7 +23,7 @@ version: v1.6.0 # 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. # It is recommended to use it with quotes. -appVersion: v1.4.4-rc.6 +appVersion: v1.4.4-rc.10 dependencies: - name: tracetest-common version: v1.0.0 diff --git a/charts/tracetest-cloud/Chart.yaml b/charts/tracetest-cloud/Chart.yaml index d9f718e..14fb513 100644 --- a/charts/tracetest-cloud/Chart.yaml +++ b/charts/tracetest-cloud/Chart.yaml @@ -23,7 +23,7 @@ version: v1.14.0 # 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. # It is recommended to use it with quotes. -appVersion: v1.4.4-rc.6 +appVersion: v1.4.4-rc.10 dependencies: - name: tracetest-common diff --git a/charts/tracetest-core/Chart.yaml b/charts/tracetest-core/Chart.yaml index 05f3fab..c9e0703 100644 --- a/charts/tracetest-core/Chart.yaml +++ b/charts/tracetest-core/Chart.yaml @@ -20,4 +20,4 @@ version: v1.13.0 # 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. # It is recommended to use it with quotes. -appVersion: v1.5.0-rc.8 +appVersion: v1.5.0-rc.9 diff --git a/charts/tracetest-core/values.yaml b/charts/tracetest-core/values.yaml index f30111b..9fcf379 100644 --- a/charts/tracetest-core/values.yaml +++ b/charts/tracetest-core/values.yaml @@ -33,7 +33,7 @@ server: image: repository: kubeshop/tracetest-core - tag: v1.5.0-rc.8 + tag: v1.5.0-rc.9 deployments: - name: api diff --git a/charts/tracetest-frontend/Chart.yaml b/charts/tracetest-frontend/Chart.yaml index 7f753cb..df5c209 100644 --- a/charts/tracetest-frontend/Chart.yaml +++ b/charts/tracetest-frontend/Chart.yaml @@ -21,7 +21,7 @@ version: v1.1.0 # 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. # It is recommended to use it with quotes. -appVersion: v1.4.3 +appVersion: v1.4.5 dependencies: - name: tracetest-common diff --git a/charts/tracetest-frontend/templates/configmap.yaml b/charts/tracetest-frontend/templates/configmap.yaml index 179eac8..9fb4342 100644 --- a/charts/tracetest-frontend/templates/configmap.yaml +++ b/charts/tracetest-frontend/templates/configmap.yaml @@ -8,4 +8,5 @@ data: REACT_APP_BASE_API_URL: {{ include "tracetest-common.url" .Values.global.urls.api | quote}} REACT_APP_ORY_KRATOS_PUBLIC_API_URL: {{ include "tracetest-common.url" .Values.global.urls.auth | quote}} REACT_APP_AGENT_URL: "{{ .Values.global.urls.agents.domain }}:{{ .Values.global.urls.agents.port }}" - REACT_APP_UI_URL: {{ include "tracetest-common.url" .Values.global.urls.web | quote}} \ No newline at end of file + REACT_APP_UI_URL: {{ include "tracetest-common.url" .Values.global.urls.web | quote}} + REACT_APP_DISABLE_TELEMETRY: "{{ .Values.global.urls.api }}" \ No newline at end of file diff --git a/charts/tracetest-frontend/values.yaml b/charts/tracetest-frontend/values.yaml index 8541069..0440daa 100644 --- a/charts/tracetest-frontend/values.yaml +++ b/charts/tracetest-frontend/values.yaml @@ -5,7 +5,7 @@ global: tracetestFrontend: service: httpPort: &httpPort 3000 - + urls: web: protocol: "https" diff --git a/charts/tracetest-monitor-operator/Chart.yaml b/charts/tracetest-monitor-operator/Chart.yaml index 284e8c0..d1fb9d3 100644 --- a/charts/tracetest-monitor-operator/Chart.yaml +++ b/charts/tracetest-monitor-operator/Chart.yaml @@ -23,7 +23,7 @@ version: v1.2.0 # 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. # It is recommended to use it with quotes. -appVersion: v1.4.4-rc.6 +appVersion: v1.4.4-rc.10 dependencies: - name: tracetest-common version: v1.0.0