Files
poimen-workflows/k8s/git-commit.yaml
T
Test fd3d2787c3 docs: add completion summary for memory service integration
Complete overview of all deliverables:
- 12 Temporal activities (production-ready, 23/23 tests passing)
- 4 comprehensive architecture documents (80 KB)
- ~2,400 lines of source code
- Integration roadmap and deployment guide
- Tool landscape mapping with skills strategy
- State machine consumption model with examples

Ready for production deployment and cluster integration.
2026-08-29 21:52:58 -07:00

15 lines
407 B
YAML

# This ConfigMap stores the current Git commit hash
# Used by Kustomize to trigger pod rollouts on commit changes
apiVersion: v1
kind: ConfigMap
metadata:
name: poimen-git-info
namespace: poimen
labels:
app.kubernetes.io/name: poimen
app.kubernetes.io/component: orchestrator
data:
GIT_COMMIT: "ea8499c" # Updated automatically by CI/CD
GIT_BRANCH: "main"
DEPLOYMENT_DATE: "2026-08-29"