ghcr: allow k8up-io images through the docker remote
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful

The k8up operator (deployed via the k8up-system app) and its restic
backup/prune/check jobs both run ghcr.io/k8up-io/k8up, which the
containerd mirror only serves when the image path is allowlisted.

- Add ^k8up-io/ to the ghcr remote patterns
This commit is contained in:
2026-08-15 12:09:28 +10:00
parent f822e463e1
commit 01a09a229a
+1
View File
@@ -11,6 +11,7 @@ patterns:
- "^goodtune/ghp"
- "^home-operations/"
- "^jellyfin/"
- "^k8up-io/"
- "^netbox-community/"
- "^onedr0p/"
- "^open-webui/open-webui"