Livekit Updates

This commit is contained in:
2026-09-11 09:42:46 +03:00
parent 89eac5473a
commit f23c615cd3
4 changed files with 21 additions and 6 deletions
+13
View File
@@ -21,6 +21,7 @@
## Доступные чарты ## Доступные чарты
### Loop
Репозиторий предоставляет **2 варианта развёртывания**: Репозиторий предоставляет **2 варианта развёртывания**:
### 1. loop-enterprise-edition ### 1. loop-enterprise-edition
@@ -34,6 +35,11 @@
- PostgreSQL (включён). - PostgreSQL (включён).
- MinIO (включён). - MinIO (включён).
### Livekit
### loop-livekit-server
Развёртывает только сервер livekit.
--- ---
## Быстрый старт ## Быстрый старт
@@ -112,6 +118,8 @@ There are currently **2 branches** available:
## Available Charts ## Available Charts
### Loop
The repository provides **2 deployment options**: The repository provides **2 deployment options**:
### 1. loop-enterprise-edition ### 1. loop-enterprise-edition
@@ -125,6 +133,11 @@ Deploys the complete stack:
- PostgreSQL (included) - PostgreSQL (included)
- MinIO (included) - MinIO (included)
### Livekit
### loop-livekit-server
Deploys only the livekit server.
--- ---
## Quick Start ## Quick Start
+3 -3
View File
@@ -1,9 +1,9 @@
dependencies: dependencies:
- name: livekit-server - name: livekit-server
repository: https://helm.livekit.io repository: https://helm.livekit.io
version: 1.8.3 version: 1.9.0
- name: redis - name: redis
repository: https://raw.githubusercontent.com/bitnami/charts/refs/heads/archive-full-index/bitnami repository: https://raw.githubusercontent.com/bitnami/charts/refs/heads/archive-full-index/bitnami
version: 18.19.4 version: 18.19.4
digest: sha256:58b79cbc646dffca803116ce91c65d80c2c46f7b14063dd71733c2a2e6aae668 digest: sha256:1b8405372e1fd1241f3880c897d16ab9a9ff9e96e6c2e845e0f06007dca0672a
generated: "2025-07-22T10:50:06.729021298+03:00" generated: "2026-09-11T09:31:21.546422471+03:00"
+3 -3
View File
@@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: v1.8.3 appVersion: v1.9.3
name: loop-livekit-server name: loop-livekit-server
description: Loop-livekit-server for Onprem Loop deployments. description: Loop-livekit-server for Onprem Loop deployments.
maintainers: maintainers:
@@ -10,10 +10,10 @@ maintainers:
dependencies: dependencies:
- name: livekit-server - name: livekit-server
repository: https://helm.livekit.io repository: https://helm.livekit.io
version: "1.8.3" version: "1.9.0"
alias: loop-livekit-server alias: loop-livekit-server
- name: redis - name: redis
version: "18.19.4" version: "18.19.4"
repository: https://raw.githubusercontent.com/bitnami/charts/refs/heads/archive-full-index/bitnami repository: https://raw.githubusercontent.com/bitnami/charts/refs/heads/archive-full-index/bitnami
condition: redis.enabled condition: redis.enabled
version: 1.0.0 version: 1.0.1
+2
View File
@@ -1,4 +1,6 @@
loop-livekit-server: loop-livekit-server:
image:
tag: v1.9.3
livekit: livekit:
port: 8880 port: 8880
log_level: info log_level: info