Commit Graph

13 Commits

Author SHA1 Message Date
Janis Eccarius ec10c55094 chore: mode changes 2026-06-06 15:47:25 +02:00
Janis Eccarius 5ff4745191 feat(analysis): add performance tests analysis template and update promotion template 2026-06-01 23:15:19 +02:00
Janis Eccarius cead18430c feat(kargo): add x86_v2 tag suffix for htwg-1-prod and 5m soak time for staging
- Add tagSuffix var to promotion template (default empty) so htwg-1-prod
  can append -x86_v2 to all image tags without affecting other stages
- Add requiredSoakTime: 5m to all staging freight sources

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 19:17:16 +02:00
Janis Eccarius d2d89f4ddf feat(promotion): add htwg-1-prod stage and update promotion policies 2026-05-30 15:26:45 +02:00
Janis 01916433b0 fix(ncs-promotion): restore Discord webhook notification configurations 2026-05-02 16:26:00 +02:00
Janis 2128b3437f fix(ncs-promotion): remove commented-out Discord webhook notification configurations 2026-05-01 21:11:25 +02:00
Janis 3f34b8b5c8 fix(ncs-promotion): update headers format in Discord webhook payload 2026-05-01 20:43:38 +02:00
Janis 39cd33ae09 fix(ncs-promotion): update headers format in Discord webhook payload 2026-05-01 20:42:06 +02:00
Janis 6ade856814 fix(ncs-promotion): remove unnecessary timestamp field from Discord webhook payload 2026-05-01 20:39:44 +02:00
Janis 8d71b7f6d0 fix(ncs-promotion): remove unnecessary timestamp field from webhook payload 2026-05-01 20:37:47 +02:00
Janis ec083d317f feat(ncs-promotion): add Discord webhook notifications for promotion success and failure 2026-05-01 20:34:07 +02:00
Janis deaf611202 feat(ncs-warehouse): change image selection strategy to SemVer and enforce strict versioning 2026-04-30 11:34:52 +02:00
Janis 2022631f45 feat(nowchess): add Kargo project, Rollouts deployment, and secrets
- 9 Kargo Warehouses (one per microservice), staging + prod stages
- PromotionTask: clone GitOps, kustomize-set-image, Gitea PR, ArgoCD sync
- BlueGreen Rollouts for all 9 services with health probes and envFrom
- staging,deployed / production,deployed Quarkus multi-profile support
- CORS_ORIGINS and QUARKUS_PROFILE injected via nowchess-env-config ConfigMap
- Plain K8s Secrets with empty values in secrets/nowchess/ (staging, prod, kargo)
- ArgoCD Applications for kargo project, staging, and prod deployments

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 10:58:45 +02:00