diff --git a/charts/collab/Chart.yaml b/charts/collab/Chart.yaml index 4c82f30..9514d62 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.7 -appVersion: "2025.4.2" +version: 1.2.8 +appVersion: "2025.4.3" icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png home: https://www.codetogether.com diff --git a/charts/collab/templates/NOTES.txt b/charts/collab/templates/NOTES.txt index 8978eda..7944fec 100644 --- a/charts/collab/templates/NOTES.txt +++ b/charts/collab/templates/NOTES.txt @@ -3,3 +3,21 @@ Application URL: {{- $host := (urlParse .Values.codetogether.url).host }} http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host }}{{ .path }} {{- end }} + +{{- if or .Values.av.enabled .Values.av.serverIP .Values.av.stunServers.enabled .Values.av.jitsiUrl }} + +############################################################################### +# WARNING: A/V OPTIONS DEPRECATED +############################################################################### +Audio/Video options were detected in your Helm values: + + av.enabled = {{ .Values.av.enabled | default "false" }} + av.serverIP = {{ .Values.av.serverIP | default "" }} + av.stunServers.enabled = {{ .Values.av.stunServers.enabled | default "false" }} + av.jitsiUrl = {{ .Values.av.jitsiUrl | default "" }} + +A/V is no longer supported and these settings will be ignored by the server. +Please remove these values from your codetogether-values.yaml. +############################################################################### + +{{- end }} \ No newline at end of file diff --git a/charts/collab/templates/deployment.yaml b/charts/collab/templates/deployment.yaml index 9abd011..89e46fe 100644 --- a/charts/collab/templates/deployment.yaml +++ b/charts/collab/templates/deployment.yaml @@ -110,6 +110,7 @@ spec: {{- if or (eq .Values.codetogether.mode "direct") (eq .Values.codetogether.mode "locator-edge") }} - name: CT_AV_ENABLED value: {{ .Values.av.enabled | quote }} + {{- if .Values.av.enabled }} - name: CT_AV_LAN_IP value: {{ .Values.av.serverIP | quote }} diff --git a/charts/intel/Chart.yaml b/charts/intel/Chart.yaml index b8846ef..511251f 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.3.0 -appVersion: "2025.4.2" +version: 1.3.1 +appVersion: "2025.4.3" icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png home: https://www.codetogether.com