Remove Image Updater ghost override, gitignore .argocd-source-* #91

Merged
forgejo_admin merged 1 commit from 90-add-argocd-source-to-gitignore-to-preven into main 2026-03-06 22:05:13 +00:00
Contributor

Summary

  • Removes the ArgoCD Image Updater ghost override file (k8s/.argocd-source-pal-e-docs.yaml) that was pinning pal-e-docs to an old image tag, blocking Phase 5 deployment
  • Adds k8s/.argocd-source-* to .gitignore to prevent recurrence
  • Image Updater annotations also removed from the ArgoCD Application via kubectl (out-of-band)

Changes

  • .gitignore -- added k8s/.argocd-source-* pattern to ignore Image Updater write-back files
  • k8s/.argocd-source-pal-e-docs.yaml -- removed from git tracking (was overriding image tag to e0654197... instead of the Phase 5 build)

Test Plan

  • git check-ignore k8s/.argocd-source-pal-e-docs.yaml returns a match
  • ArgoCD Application no longer has Image Updater annotations (verified via kubectl)
  • Deployment image reflects the tag from k8s/deployment.yaml after ArgoCD sync

Review Checklist

  • Passed automated review-fix loop
  • No secrets committed
  • No unnecessary file changes
  • Commit messages are descriptive
  • plan-2026-02-26-tf-modularize-postgres -- Phase 5 deployment blocker
  • Forgejo issue: #89, #90
## Summary - Removes the ArgoCD Image Updater ghost override file (`k8s/.argocd-source-pal-e-docs.yaml`) that was pinning pal-e-docs to an old image tag, blocking Phase 5 deployment - Adds `k8s/.argocd-source-*` to `.gitignore` to prevent recurrence - Image Updater annotations also removed from the ArgoCD Application via kubectl (out-of-band) ## Changes - `.gitignore` -- added `k8s/.argocd-source-*` pattern to ignore Image Updater write-back files - `k8s/.argocd-source-pal-e-docs.yaml` -- removed from git tracking (was overriding image tag to `e0654197...` instead of the Phase 5 build) ## Test Plan - [x] `git check-ignore k8s/.argocd-source-pal-e-docs.yaml` returns a match - [ ] ArgoCD Application no longer has Image Updater annotations (verified via kubectl) - [ ] Deployment image reflects the tag from `k8s/deployment.yaml` after ArgoCD sync ## Review Checklist - [x] Passed automated review-fix loop - [x] No secrets committed - [x] No unnecessary file changes - [x] Commit messages are descriptive ## Related Notes - `plan-2026-02-26-tf-modularize-postgres` -- Phase 5 deployment blocker - Forgejo issue: #89, #90
Remove Image Updater ghost override and add .argocd-source-* to .gitignore
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
fe7b71e1f3
The ArgoCD Image Updater git write-back created k8s/.argocd-source-pal-e-docs.yaml
which overrode the image tag in deployments, blocking Phase 5 rollout. Remove the
tracked file and gitignore the pattern to prevent recurrence.

Closes #89

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
forgejo_admin deleted branch 90-add-argocd-source-to-gitignore-to-preven 2026-03-06 22:05:13 +00:00
Commenting is not possible because the repository is archived.
No description provided.