From 648ff1694052e7e48d3796abb516e379db8b4f28 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 11 Aug 2026 07:36:23 +1000 Subject: [PATCH] jellyfin-ha: pull image from artifactapi docker-internal registry The build repo's release pipeline pushes the runtime image to the artifactapi local docker registry, not Gitea. Point the StatefulSet at artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.1.0 so the deploy pulls the image the build actually produces. Pull is anonymous in-cluster (no imagePullSecret), matching every other docker-internal workload in the estate (encapi, pdbmux, bind-operator, cephrgw, age-api). --- apps/base/jellyfin/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/jellyfin/statefulset.yaml b/apps/base/jellyfin/statefulset.yaml index e9e4d33..6c65143 100644 --- a/apps/base/jellyfin/statefulset.yaml +++ b/apps/base/jellyfin/statefulset.yaml @@ -111,7 +111,7 @@ spec: mountPath: /config containers: - name: jellyfin - image: git.unkin.net/unkin/jellyfin-ha:v0.1.0 + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.1.0 imagePullPolicy: IfNotPresent ports: - name: http