Fix .gitignore blocking ArgoCD Image Updater write-back #162
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
forgejo_admin/pal-e-api#162
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?
Lineage
plan-pal-e-docs→ Phase 7 (CI/Infra Hardening)Repo
forgejo_admin/pal-e-docsUser Story
As a platform operator
I want ArgoCD Image Updater to auto-deploy new images on merge
So that the merge → CI → Harbor → ArgoCD pipeline works end-to-end without manual intervention
Context
.gitignorecontainsk8s/.argocd-source-*which blocks ArgoCD Image Updater from committing its write-back file. The Image Updater detects new tags in Harbor but fails with:This breaks the entire auto-deploy pipeline. PR #161 required manual
kubectl set imageto deploy.File Targets
Files the agent should modify:
.gitignore— remove thek8s/.argocd-source-*lineFiles the agent should NOT touch:
Acceptance Criteria
.gitignoreno longer containsk8s/.argocd-source-*Test Expectations
Constraints
.argocd-source-*.yamlfile itself — Image Updater creates itChecklist
Related
plan-pal-e-docs— Phase 7: CI/Infra Hardeningconcept-argocd-ghost-override— the original ghost override documentation