chore: frontend added

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
shahdlala66
2026-05-06 11:52:45 +02:00
parent fd15dfd541
commit 5644b94e41
3 changed files with 76 additions and 0 deletions
+12
View File
@@ -57,6 +57,11 @@ spec:
name: ws
sources:
direct: true
- origin:
kind: Warehouse
name: frontend
sources:
direct: true
promotionTemplate:
spec:
steps:
@@ -140,6 +145,13 @@ spec:
direct: false
stages:
- staging
- origin:
kind: Warehouse
name: frontend
sources:
direct: false
stages:
- staging
promotionTemplate:
spec:
steps:
@@ -132,3 +132,18 @@ spec:
imageSelectionStrategy: SemVer
repoURL: ghcr.io/now-chess/now-chess-systems/ws
strictSemvers: true
---
apiVersion: kargo.akuity.io/v1alpha1
kind: Warehouse
metadata:
name: frontend
namespace: nowchess-kargo
spec:
freightCreationPolicy: Automatic
interval: 5m0s
subscriptions:
- image:
discoveryLimit: 20
imageSelectionStrategy: SemVer
repoURL: ghcr.io/now-chess/now-chess-systems/frontend
strictSemvers: true