- Prod: Use RDS, S3, and AWS Secrets Manager via CSI driver
- Stage: Use RDS, S3, and AWS Secrets Manager via CSI driver
- Add IRSA service account annotations for both environments
- Disable PostgreSQL and MinIO subcharts for prod/stage
- Add SecretProviderClass template for Secrets Manager CSI driver
- Make S3 credentials optional in deployment (IRSA provides them)
- Change prod deploy from manual to automatic on version tags
- Add proxy-body-size annotation to prod ingress
- Change prod image pullPolicy to Always
- Backend: Python 3.12 with FastAPI, SQLAlchemy, boto3
- Frontend: React 18 with TypeScript, Vite build tooling
- Updated Dockerfile for multi-stage Node + Python build
- Updated CI pipeline for Python backend
- Removed old Go code (cmd/, internal/, go.mod, go.sum)
- Updated README with new tech stack documentation
- Helm chart with PostgreSQL, MinIO, Redis as optional subcharts
- Production and external infrastructure value files
- HPA, Ingress, and health probe support
- GitLab CI pipeline using Buildah for container builds
- Multi-stage pipeline: test, build, publish