Add comprehensive, reusable PDF-parsing outlier catalog

This commit is contained in:
2026-07-30 21:54:53 +07:00
parent 9bad1f61ea
commit b72d4bf9d9
10 changed files with 670 additions and 19 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ this project) rather than a custom push-based CD pipeline. See
## Flow
1. CI (`infra/ci/github-actions/*-ci.yml`) builds and pushes a container image
per app on merge to main, then bumps that app's image tag in
per app on merge to master, then bumps that app's image tag in
`infra/helm/medical-chatbot/values-<env>.yaml` (or a per-app values file)
and pushes that commit back to the repo. CI never runs `kubectl apply` or
`helm upgrade` directly.