@@ -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
|
||||
|
||||
Reference in New Issue
Block a user