diff --git a/services/pegasus/deployment.yaml b/services/pegasus/deployment.yaml index c45f493..4339c29 100644 --- a/services/pegasus/deployment.yaml +++ b/services/pegasus/deployment.yaml @@ -28,7 +28,7 @@ spec: fsGroupChangePolicy: "OnRootMismatch" containers: - name: pegasus - image: registry.bstein.dev/pegasus:1.2.4 # {"$imagepolicy": "jellyfin:pegasus"} + image: registry.bstein.dev/pegasus:1.2.5 # {"$imagepolicy": "jellyfin:pegasus"} imagePullPolicy: Always command: ["/pegasus"] env: @@ -43,7 +43,7 @@ spec: - name: JELLYFIN_URL valueFrom: { secretKeyRef: { name: pegasus-secrets, key: JELLYFIN_URL } } - name: PEGASUS_DEBUG - value: "0" + value: "1" - name: PEGASUS_DRY_RUN value: "0" ports: [{ name: http, containerPort: 8080 }]