ghcr: allow k8up-io images through the docker remote #30
Reference in New Issue
Block a user
Delete Branch "benvin/k8up-images"
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 k8up operator (deployed via the argocd-apps
k8up-systemapp) and the restic backup/prune/check jobs it spawns both runghcr.io/k8up-io/k8up. The artifactapi containerd mirror only serves ghcr paths that are explicitly allowlisted, so without this pattern those pods hit ImagePullBackOff.Change
^k8up-io/to theghcrdocker remote patternsDependency
This must merge + apply before argocd-apps PR #237 (jellyfin config-PVC k8up backup) can pull the k8up operator/job image.