fix(kanidm): use dockerhub image instead of ghcr.io #161

Merged
unkinben merged 1 commits from benvin/kanidm-dockerhub-image into main 2026-05-24 20:27:21 +10:00
Owner

Summary

  • Changes both config-init init container and kanidm container images from ghcr.io/kanidm/server:1.10.3 to kanidm/server:1.10.3

Why

kanidm/server is published on Docker Hub, not ghcr.io. RKE2 rewrites dockerhub pulls through the artifactapi mirror automatically.

Test plan

  • Pods roll successfully after ArgoCD sync
  • Verify kanidm cluster replication still healthy
## Summary - Changes both `config-init` init container and `kanidm` container images from `ghcr.io/kanidm/server:1.10.3` to `kanidm/server:1.10.3` ## Why `kanidm/server` is published on Docker Hub, not ghcr.io. RKE2 rewrites dockerhub pulls through the artifactapi mirror automatically. ## Test plan - [ ] Pods roll successfully after ArgoCD sync - [ ] Verify kanidm cluster replication still healthy
unkinben added 1 commit 2026-05-24 20:25:33 +10:00
fix(kanidm): use dockerhub image instead of ghcr.io
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
fd7f63afa1
kanidm/server is on Docker Hub; ghcr.io requires auth. RKE2 rewrites
dockerhub pulls through the artifactapi mirror automatically.
unkinben merged commit 6815b66010 into main 2026-05-24 20:27:21 +10:00
unkinben deleted branch benvin/kanidm-dockerhub-image 2026-05-24 20:27:22 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#161