# 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: "303e78f7" # Updated automatically by CI/CD GIT_BRANCH: "main" DEPLOYMENT_DATE: "2026-09-02"