2969b6145c
Kubelet pulls hit ImagePullBackOff on the artifactapi ghcr pull-through because ghcr.io's per-scope token auth is not proxied for anonymous pulls. Switch the serve Deployment and migrate Job to the direct public image (pulls anonymously) and set the admin to neoloc. - deployment.yaml: image -> ghcr.io/goodtune/ghp:0.20.0 - migrate-job.yaml: image -> ghcr.io/goodtune/ghp:0.20.0 - configmap.yaml: GHP_ADMINS -> neoloc