From b546313e795603ad6b70f494a3dcbf7f933f1367 Mon Sep 17 00:00:00 2001 From: Shahd Lala Date: Mon, 15 Jun 2026 22:17:32 +0200 Subject: [PATCH] feat: NCI-12 kargo (#364) Co-authored-by: Lala, Shahd Reviewed-on: https://git.janis-eccarius.de/NowChess/GitOps/pulls/364 Co-authored-by: Shahd Lala Co-committed-by: Shahd Lala --- kargo-projects/nowchess/ncs-stage.yaml | 20 ++++++++++++++++++++ kargo-projects/nowchess/ncs-warehouse.yaml | 15 +++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/kargo-projects/nowchess/ncs-stage.yaml b/kargo-projects/nowchess/ncs-stage.yaml index 2567b39..bd7d788 100755 --- a/kargo-projects/nowchess/ncs-stage.yaml +++ b/kargo-projects/nowchess/ncs-stage.yaml @@ -62,6 +62,12 @@ spec: sources: direct: true requiredSoakTime: 5m0s + - origin: + kind: Warehouse + name: tournament + sources: + direct: true + requiredSoakTime: 5m0s - origin: kind: Warehouse name: ws @@ -155,6 +161,13 @@ spec: direct: false stages: - staging + - origin: + kind: Warehouse + name: tournament + sources: + direct: false + stages: + - staging - origin: kind: Warehouse name: ws @@ -247,6 +260,13 @@ spec: direct: false stages: - staging + - origin: + kind: Warehouse + name: tournament + sources: + direct: false + stages: + - staging - origin: kind: Warehouse name: ws diff --git a/kargo-projects/nowchess/ncs-warehouse.yaml b/kargo-projects/nowchess/ncs-warehouse.yaml index 51ba4aa..4731b47 100755 --- a/kargo-projects/nowchess/ncs-warehouse.yaml +++ b/kargo-projects/nowchess/ncs-warehouse.yaml @@ -120,6 +120,21 @@ spec: --- apiVersion: kargo.akuity.io/v1alpha1 kind: Warehouse +metadata: + name: tournament + namespace: nowchess-kargo +spec: + freightCreationPolicy: Automatic + interval: 5m0s + subscriptions: + - image: + discoveryLimit: 20 + imageSelectionStrategy: SemVer + repoURL: ghcr.io/now-chess/now-chess-systems/tournament + strictSemvers: true +--- +apiVersion: kargo.akuity.io/v1alpha1 +kind: Warehouse metadata: name: ws namespace: nowchess-kargo