ArgoCD Image Updater cannot reach Harbor registry (harbor-core timeout) #355
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-platform#355
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Type
Bug
Lineage
Standalone — discovered while fixing notion-mcp-remote CI pipeline.
Repo
ldraney/pal-e-platformWhat Broke
ArgoCD Image Updater fails to query Harbor for new tags across ALL 13 services. Every poll cycle returns timeout errors:
Image Updater tries to reach
harbor-core.harbor.svc.cluster.localfor token auth over HTTPS (443), which either isn't served or is blocked by NetworkPolicy. The CI pipelines push images successfully (viaharbor.harbor.svc.cluster.localHTTP), but Image Updater never detects them.Repro Steps
kubectl logs -n argocd deploy/argocd-image-updater --tail=30Expected Behavior
Image Updater detects new tags in Harbor and rewrites kustomization
newTagvia git write-back, triggering ArgoCD auto-sync to deploy the new image.Environment
Acceptance Criteria
Related
project-pal-e-platform— platform infrastructureldraney/notion-mcp-remote #12— discovered during CI pipeline fix