From 6ade8568148a3c40b99788faf90c9ad0e0d99569 Mon Sep 17 00:00:00 2001 From: Janis Date: Fri, 1 May 2026 20:39:38 +0200 Subject: [PATCH] fix(ncs-promotion): remove unnecessary timestamp field from Discord webhook payload --- kargo-projects/nowchess/ncs-promotion-template.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kargo-projects/nowchess/ncs-promotion-template.yaml b/kargo-projects/nowchess/ncs-promotion-template.yaml index f08ff14..eddcc0b 100644 --- a/kargo-projects/nowchess/ncs-promotion-template.yaml +++ b/kargo-projects/nowchess/ncs-promotion-template.yaml @@ -110,8 +110,7 @@ spec: "value": "${{ ctx.stage }}", "inline": true } - ], - "timestamp": "${{ now.unix }}" + ] } ] }