Bug: CI pushes image to wrong Harbor project (westside-app vs westsidekingsandqueens) #100
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/westside-landing#100
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
Discovered during westside-app deployment session. CI pipeline builds successfully but image lands in wrong Harbor project, so ArgoCD can't pull it.
Repo
forgejo_admin/westside-appWhat Broke
CI pipeline pushes the Docker image to
harbor.harbor.svc.cluster.local/westside-app/app:${SHA}but the kustomize overlay in pal-e-deployments pulls fromharbor.tail5b443a.ts.net/westsidekingsandqueens/app:${TAG}. The image goes to the wrong Harbor project and the deployment can't find it.Repro Steps
westside-app/appwestsidekingsandqueens/appimageExpected Behavior
CI should push to
westsidekingsandqueens/appto match the kustomize overlay, OR the overlay should be updated to pull fromwestside-app/app. Either way, push and pull must use the same Harbor project.Environment
.woodpecker.yamlline ~38:repo: westside-app/apppal-e-deployments/overlays/westsidekingsandqueens/prod/kustomization.yamlline 64:newName: harbor.tail5b443a.ts.net/westsidekingsandqueens/appAcceptance Criteria
Related
project-westside-basketball