[0.3.40] - 2024-06-19
Helm changes
- Applications versions:
- server - 5.69.0
- frontend - 5.69.0
- realtime - 3.0.7
- control-tasks - 2.32.4
- widget - v1.34.1
- Add Grafana dashboards
- Add
tolerations
for pods - Add
redis-control
for control use only - Add new location for zoom-oauth
{{- if .Values.global.control.zoom_auth }}
location /zoom-redirect-oauth {
rewrite ^/zoom-redirect-oauth$ {{ .Values.global.control.zoom_auth.url }} permanent;
}
{{- end }}