From a8fdcc59314d0ff9ae71d9369ab24f5465512257 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 25 Dec 2025 16:35:44 -0300 Subject: [PATCH] jitsi-launcher: pull image from docker hub --- services/jitsi/launcher-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/jitsi/launcher-deployment.yaml b/services/jitsi/launcher-deployment.yaml index 3d207c7..151a222 100644 --- a/services/jitsi/launcher-deployment.yaml +++ b/services/jitsi/launcher-deployment.yaml @@ -18,7 +18,7 @@ spec: kubernetes.io/arch: amd64 containers: - name: launcher - image: ghcr.io/tiangolo/uvicorn-gunicorn-fastapi:python3.11-slim + image: docker.io/tiangolo/uvicorn-gunicorn-fastapi:python3.11-slim imagePullPolicy: IfNotPresent env: - { name: JWT_SECRET_FILE, value: "/var/lib/jitsi-jwt/jwt" }