From 21b5f0dd39d1efa35907572e365fe23527e14c99 Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Thu, 6 Nov 2025 15:15:43 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=200.2.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart/Chart.yaml | 2 +- chart/templates/backend/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 252d774..9039742 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.2.19 \ No newline at end of file +version: 0.2.20 \ No newline at end of file diff --git a/chart/templates/backend/deployment.yaml b/chart/templates/backend/deployment.yaml index 5a29fc6..5fff24c 100644 --- a/chart/templates/backend/deployment.yaml +++ b/chart/templates/backend/deployment.yaml @@ -60,7 +60,7 @@ spec: - name: DB_SCHEMA value: public - name: QUARKUS_HTTP_CORS_ORIGINS - value: {{ .Values.url }} + value: "{{ .Values.url.schema }}://{{ .Values.url.host }},{{ .Values.url.wsSchema }}://{{ .Values.url.host }}" - name: PRIVATE_KEY_LOCATION value: /etc/secrets/PRIVATE_KEY - name: PUBLIC_KEY_LOCATION