diff --git a/charts/collab/Chart.yaml b/charts/collab/Chart.yaml index a03dbec..42977d6 100644 --- a/charts/collab/Chart.yaml +++ b/charts/collab/Chart.yaml @@ -3,8 +3,8 @@ name: codetogether-collab description: CodeTogether Collab type: application -version: 1.2.5 -appVersion: "2025.1.0" +version: 1.2.6 +appVersion: "2025.4.0" icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png home: https://www.codetogether.com diff --git a/charts/intel/Chart.yaml b/charts/intel/Chart.yaml index 885e7d8..be2d15f 100644 --- a/charts/intel/Chart.yaml +++ b/charts/intel/Chart.yaml @@ -3,8 +3,8 @@ name: codetogether-intel description: CodeTogether Intel provides advanced project insights for developers type: application -version: 1.2.8 -appVersion: "2025.3.0" +version: 1.2.9 +appVersion: "2025.4.1" icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png home: https://www.codetogether.com diff --git a/charts/intel/templates/deployment.yaml b/charts/intel/templates/deployment.yaml index e6325a2..ffc0a9c 100644 --- a/charts/intel/templates/deployment.yaml +++ b/charts/intel/templates/deployment.yaml @@ -60,6 +60,10 @@ spec: # Set CodeTogether runtime configuration - name: CT_HQ_BASE_URL value: {{ .Values.codetogether.url | quote }} + {{- if .Values.codetogether.customClientsUrl }} + - name: CT_CUSTOM_CLIENTS_ORIGIN + value: {{ .Values.codetogether.customClientsUrl | quote }} + {{- end }} {{- if .Values.java.customCacerts.enabled }} - name: CT_TRUST_STORE value: -Djavax.net.ssl.trustStore=/etc/ssl/certs/java/cacerts