From ebbd334691d5a1c884eb6d4965fc00d188a3c790 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 31 Jan 2026 17:11:14 +0200 Subject: Update MinVid to use local registry image Amp-Thread-ID: https://ampcode.com/threads/T-019c1492-bec0-70f8-8d02-ef3596a7228b Co-authored-by: Amp --- f3s/minvid/helm-chart/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/f3s/minvid/helm-chart/templates/deployment.yaml b/f3s/minvid/helm-chart/templates/deployment.yaml index 8047e76..eb1f2d8 100644 --- a/f3s/minvid/helm-chart/templates/deployment.yaml +++ b/f3s/minvid/helm-chart/templates/deployment.yaml @@ -15,8 +15,8 @@ spec: spec: containers: - name: minvid - image: ghcr.io/ludvigaman/minvid:latest - imagePullPolicy: IfNotPresent + image: registry.f3s.buetow.org/minvid:latest + imagePullPolicy: Always ports: - containerPort: 80 volumeMounts: -- cgit v1.2.3