Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions charts/collab/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
8 changes: 0 additions & 8 deletions charts/collab/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,6 @@ spec:
- name: CT_AV_ENABLED
value: {{ .Values.av.enabled | quote }}

# ------------------------------
# A/V DEPRECATION NOTICE
# ------------------------------
{{- if or .Values.av.enabled .Values.av.serverIP .Values.av.stunServers.enabled .Values.av.jitsiUrl }}
- name: CT_AV_DEPRECATED_WARNING
value: "Audio/Video options detected in Helm values, but A/V is no longer supported and will be ignored."
{{- end }}

{{- if .Values.av.enabled }}
- name: CT_AV_LAN_IP
value: {{ .Values.av.serverIP | quote }}
Expand Down
Loading