Deploy Phase 5: update image tag to include tsvector search #87
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
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/pal-e-api#87
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?
Plan
plan-2026-02-26-tf-modularize-postgres-- Phase 5 deploymentRepo
forgejo_admin/pal-e-docsUser Story
As a platform operator
I want the deployed pal-e-docs image updated
So that the tsvector search endpoint and migration go live
Context
PR #84 (tsvector search) and PR #86 (ruff format fix) are merged. CI pipeline #120 built and pushed the image to Harbor. But ArgoCD reads from
k8s/deployment.yamlin this repo, which still has the old image tag.This is a stop-gap — the proper fix is rewiring ArgoCD to use the deployments repo (tracked in
todo-argocd-rewire-deployments-repo). For now, update the tag here.New image tag:
c85a39da313a80ebde109895fd281cd7ff7c9275File Targets
k8s/deployment.yaml— update image tag on line 21 fromlatesttoc85a39da313a80ebde109895fd281cd7ff7c9275Acceptance Criteria
k8s/deployment.yamlGET /notes/search?q=postgresreturns resultsTest Expectations
curlthe search endpoint to verify it returns resultskubectl get pods -n pal-e-docsshows new pod runningConstraints
Checklist
Related
pal-e-docsprojectphase-postgres-5-fulltext-searchtodo-argocd-rewire-deployments-repo— the proper long-term fix