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:
@@ -11,6 +11,8 @@ spec:
|
|||||||
value: nowchess-staging
|
value: nowchess-staging
|
||||||
- name: folder
|
- name: folder
|
||||||
value: eu-central-1-staging
|
value: eu-central-1-staging
|
||||||
|
- name: tagSuffix
|
||||||
|
value: ""
|
||||||
requestedFreight:
|
requestedFreight:
|
||||||
- origin:
|
- origin:
|
||||||
kind: Warehouse
|
kind: Warehouse
|
||||||
@@ -91,6 +93,8 @@ spec:
|
|||||||
value: nowchess
|
value: nowchess
|
||||||
- name: folder
|
- name: folder
|
||||||
value: eu-central-1-prod
|
value: eu-central-1-prod
|
||||||
|
- name: tagSuffix
|
||||||
|
value: ""
|
||||||
requestedFreight:
|
requestedFreight:
|
||||||
- origin:
|
- origin:
|
||||||
kind: Warehouse
|
kind: Warehouse
|
||||||
|
|||||||
Reference in New Issue
Block a user