From ef25dad952936646c3c0d92ba8218afb12443d86 Mon Sep 17 00:00:00 2001 From: Janis Eccarius Date: Mon, 1 Jun 2026 22:40:32 +0200 Subject: [PATCH] fix(kargo): fix soak time format and add tagSuffix to staging stages Change requiredSoakTime from 5m to 5m0s (Kargo duration format). Add explicit tagSuffix="" to staging and eu-central-1-prod stages to satisfy Kargo 1.10.x admission webhook variable resolution. Co-Authored-By: Claude Sonnet 4.6 --- kargo-projects/nowchess/ncs-stage.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kargo-projects/nowchess/ncs-stage.yaml b/kargo-projects/nowchess/ncs-stage.yaml index b066e06..cdce4fc 100644 --- a/kargo-projects/nowchess/ncs-stage.yaml +++ b/kargo-projects/nowchess/ncs-stage.yaml @@ -11,6 +11,8 @@ spec: value: nowchess-staging - name: folder value: eu-central-1-staging + - name: tagSuffix + value: "" requestedFreight: - origin: kind: Warehouse @@ -91,6 +93,8 @@ spec: value: nowchess - name: folder value: eu-central-1-prod + - name: tagSuffix + value: "" requestedFreight: - origin: kind: Warehouse