feat(ncs-warehouse): update image selection strategy to Digest and adjust constraints

This commit is contained in:
2026-04-30 11:27:56 +02:00
parent 262ce1ad72
commit 4bc88c1575
2 changed files with 19 additions and 18 deletions
+1
View File
@@ -107,4 +107,5 @@ fabric.properties
# Unsealed Secret files (templates for kubeseal)
secrets/**
secrets/**/*.yml
!secrets/kustomization.yaml
+18 -18
View File
@@ -9,9 +9,9 @@ spec:
subscriptions:
- image:
discoveryLimit: 20
imageSelectionStrategy: SemVer
imageSelectionStrategy: Digest
repoURL: ghcr.io/now-chess/now-chess-systems/account
strictSemvers: true
constraint: latest
---
apiVersion: kargo.akuity.io/v1alpha1
kind: Warehouse
@@ -24,9 +24,9 @@ spec:
subscriptions:
- image:
discoveryLimit: 20
imageSelectionStrategy: SemVer
imageSelectionStrategy: Digest
repoURL: ghcr.io/now-chess/now-chess-systems/bot-platform
strictSemvers: true
constraint: latest
---
apiVersion: kargo.akuity.io/v1alpha1
kind: Warehouse
@@ -39,9 +39,9 @@ spec:
subscriptions:
- image:
discoveryLimit: 20
imageSelectionStrategy: SemVer
imageSelectionStrategy: Digest
repoURL: ghcr.io/now-chess/now-chess-systems/coordinator
strictSemvers: true
constraint: latest
---
apiVersion: kargo.akuity.io/v1alpha1
kind: Warehouse
@@ -54,9 +54,9 @@ spec:
subscriptions:
- image:
discoveryLimit: 20
imageSelectionStrategy: SemVer
imageSelectionStrategy: Digest
repoURL: ghcr.io/now-chess/now-chess-systems/core
strictSemvers: true
constraint: latest
---
apiVersion: kargo.akuity.io/v1alpha1
kind: Warehouse
@@ -69,9 +69,9 @@ spec:
subscriptions:
- image:
discoveryLimit: 20
imageSelectionStrategy: SemVer
imageSelectionStrategy: Digest
repoURL: ghcr.io/now-chess/now-chess-systems/io
strictSemvers: true
constraint: latest
---
apiVersion: kargo.akuity.io/v1alpha1
kind: Warehouse
@@ -84,9 +84,9 @@ spec:
subscriptions:
- image:
discoveryLimit: 20
imageSelectionStrategy: SemVer
imageSelectionStrategy: Digest
repoURL: ghcr.io/now-chess/now-chess-systems/official-bots
strictSemvers: true
constraint: latest
---
apiVersion: kargo.akuity.io/v1alpha1
kind: Warehouse
@@ -99,9 +99,9 @@ spec:
subscriptions:
- image:
discoveryLimit: 20
imageSelectionStrategy: SemVer
imageSelectionStrategy: Digest
repoURL: ghcr.io/now-chess/now-chess-systems/rule
strictSemvers: true
constraint: latest
---
apiVersion: kargo.akuity.io/v1alpha1
kind: Warehouse
@@ -114,9 +114,9 @@ spec:
subscriptions:
- image:
discoveryLimit: 20
imageSelectionStrategy: SemVer
imageSelectionStrategy: Digest
repoURL: ghcr.io/now-chess/now-chess-systems/store
strictSemvers: true
constraint: latest
---
apiVersion: kargo.akuity.io/v1alpha1
kind: Warehouse
@@ -129,6 +129,6 @@ spec:
subscriptions:
- image:
discoveryLimit: 20
imageSelectionStrategy: SemVer
imageSelectionStrategy: Digest
repoURL: ghcr.io/now-chess/now-chess-systems/ws
strictSemvers: true
constraint: latest