diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-31 17:11:14 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-31 17:11:14 +0200 |
| commit | ebbd334691d5a1c884eb6d4965fc00d188a3c790 (patch) | |
| tree | 65e7aecab840c12cfd40e13486f615ea36b310fe | |
| parent | aad2ad816a1be9a9fbf2fdad18fe93937dbdf847 (diff) | |
Update MinVid to use local registry image
Amp-Thread-ID: https://ampcode.com/threads/T-019c1492-bec0-70f8-8d02-ef3596a7228b
Co-authored-by: Amp <amp@ampcode.com>
| -rw-r--r-- | f3s/minvid/helm-chart/templates/deployment.yaml | 4 |
1 files 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: |
