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 <noreply@anthropic.com>
This commit is contained in:
Janis Eccarius
2026-06-01 22:40:32 +02:00
parent e589e08c2d
commit ef25dad952
+4
View File
@@ -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