arrstack/nzbget: fix nonexistent image tag v26.2 -> version-v26.2 #370
Reference in New Issue
Block a user
Delete Branch "benvin/nzbget-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The nzbget pod in namespace
arrstackis stuck inInit:ImagePullBackOff.Why
The deployment pins
artifactapi.k8s.syd1.au.unkin.net/dockerhub/linuxserver/nzbget:v26.2on both theseed-configinitContainer and the mainnzbgetcontainer. linuxserver does not publish a barev26.2tag - the pull fails with:Confirmed against the artifactapi dockerhub mirror:
manifests/v26.2-> HTTP 404. linuxserver version-pins nzbget under theversion-v<MAJOR>.<MINOR>scheme, and the immutable date tags26.2.<date>.manifests/version-v26.2-> HTTP 200.Change
version-v26.2, keeping nzbget on the intended 26.2 line and matching the version-pin convention used by the sibling sonarr (4.0.19) / radarr (6.3.0) deployments.No other change. The
seed-configinit logic is unaffected - it already mirrors linuxserver's own init (cp /app/nzbget/share/nzbget/nzbget.conf /config/nzbget.conf), and since it seeds/config/nzbget.confbefore the main container, linuxserver's init copy is skipped (no conflict). Instant-move download layout on the media PVCs is preserved.Validation
kustomize build --enable-helm apps/overlays/au-syd1/arrstackrenders cleanly (both images ->version-v26.2, no stalev26.2).pre-commit run --files apps/base/arrstack/nzbget/deployment.yamlpasses (yamllint et al).Scoped to
apps/base/arrstack/nzbget/deployment.yamlonly; the top-levelapps/base/arrstack/kustomization.yamlwas not touched (another agent is editing sonarr/radarr/prowlarr on a separate branch).