Compare commits

...

1 Commits

Author SHA1 Message Date
lebaudantoine 6e414904e1 📌(egress) pin egress version to v1.11.0
Pin egress to the production version, which uses a more recent release than the
default chart value (1.9.0).

Using the default could have led to issues; hopefully this change avoids them.
2026-01-05 10:53:50 +01:00
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ services:
- livekit-egress
livekit-egress:
image: livekit/egress
image: livekit/egress:v1.11.0
environment:
EGRESS_CONFIG_FILE: ./livekit-egress.yaml
volumes:
@@ -1,6 +1,9 @@
replicaCount: 1
terminationGracePeriodSeconds: 18000
image:
tag: v1.11.0
egress:
log_level: debug
ws_url: ws://livekit-livekit-server:80