feat(ncs-warehouse): update image selection strategy to Digest and adjust constraints
This commit is contained in:
@@ -107,4 +107,5 @@ fabric.properties
|
|||||||
|
|
||||||
# Unsealed Secret files (templates for kubeseal)
|
# Unsealed Secret files (templates for kubeseal)
|
||||||
secrets/**
|
secrets/**
|
||||||
|
secrets/**/*.yml
|
||||||
!secrets/kustomization.yaml
|
!secrets/kustomization.yaml
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ spec:
|
|||||||
subscriptions:
|
subscriptions:
|
||||||
- image:
|
- image:
|
||||||
discoveryLimit: 20
|
discoveryLimit: 20
|
||||||
imageSelectionStrategy: SemVer
|
imageSelectionStrategy: Digest
|
||||||
repoURL: ghcr.io/now-chess/now-chess-systems/account
|
repoURL: ghcr.io/now-chess/now-chess-systems/account
|
||||||
strictSemvers: true
|
constraint: latest
|
||||||
---
|
---
|
||||||
apiVersion: kargo.akuity.io/v1alpha1
|
apiVersion: kargo.akuity.io/v1alpha1
|
||||||
kind: Warehouse
|
kind: Warehouse
|
||||||
@@ -24,9 +24,9 @@ spec:
|
|||||||
subscriptions:
|
subscriptions:
|
||||||
- image:
|
- image:
|
||||||
discoveryLimit: 20
|
discoveryLimit: 20
|
||||||
imageSelectionStrategy: SemVer
|
imageSelectionStrategy: Digest
|
||||||
repoURL: ghcr.io/now-chess/now-chess-systems/bot-platform
|
repoURL: ghcr.io/now-chess/now-chess-systems/bot-platform
|
||||||
strictSemvers: true
|
constraint: latest
|
||||||
---
|
---
|
||||||
apiVersion: kargo.akuity.io/v1alpha1
|
apiVersion: kargo.akuity.io/v1alpha1
|
||||||
kind: Warehouse
|
kind: Warehouse
|
||||||
@@ -39,9 +39,9 @@ spec:
|
|||||||
subscriptions:
|
subscriptions:
|
||||||
- image:
|
- image:
|
||||||
discoveryLimit: 20
|
discoveryLimit: 20
|
||||||
imageSelectionStrategy: SemVer
|
imageSelectionStrategy: Digest
|
||||||
repoURL: ghcr.io/now-chess/now-chess-systems/coordinator
|
repoURL: ghcr.io/now-chess/now-chess-systems/coordinator
|
||||||
strictSemvers: true
|
constraint: latest
|
||||||
---
|
---
|
||||||
apiVersion: kargo.akuity.io/v1alpha1
|
apiVersion: kargo.akuity.io/v1alpha1
|
||||||
kind: Warehouse
|
kind: Warehouse
|
||||||
@@ -54,9 +54,9 @@ spec:
|
|||||||
subscriptions:
|
subscriptions:
|
||||||
- image:
|
- image:
|
||||||
discoveryLimit: 20
|
discoveryLimit: 20
|
||||||
imageSelectionStrategy: SemVer
|
imageSelectionStrategy: Digest
|
||||||
repoURL: ghcr.io/now-chess/now-chess-systems/core
|
repoURL: ghcr.io/now-chess/now-chess-systems/core
|
||||||
strictSemvers: true
|
constraint: latest
|
||||||
---
|
---
|
||||||
apiVersion: kargo.akuity.io/v1alpha1
|
apiVersion: kargo.akuity.io/v1alpha1
|
||||||
kind: Warehouse
|
kind: Warehouse
|
||||||
@@ -69,9 +69,9 @@ spec:
|
|||||||
subscriptions:
|
subscriptions:
|
||||||
- image:
|
- image:
|
||||||
discoveryLimit: 20
|
discoveryLimit: 20
|
||||||
imageSelectionStrategy: SemVer
|
imageSelectionStrategy: Digest
|
||||||
repoURL: ghcr.io/now-chess/now-chess-systems/io
|
repoURL: ghcr.io/now-chess/now-chess-systems/io
|
||||||
strictSemvers: true
|
constraint: latest
|
||||||
---
|
---
|
||||||
apiVersion: kargo.akuity.io/v1alpha1
|
apiVersion: kargo.akuity.io/v1alpha1
|
||||||
kind: Warehouse
|
kind: Warehouse
|
||||||
@@ -84,9 +84,9 @@ spec:
|
|||||||
subscriptions:
|
subscriptions:
|
||||||
- image:
|
- image:
|
||||||
discoveryLimit: 20
|
discoveryLimit: 20
|
||||||
imageSelectionStrategy: SemVer
|
imageSelectionStrategy: Digest
|
||||||
repoURL: ghcr.io/now-chess/now-chess-systems/official-bots
|
repoURL: ghcr.io/now-chess/now-chess-systems/official-bots
|
||||||
strictSemvers: true
|
constraint: latest
|
||||||
---
|
---
|
||||||
apiVersion: kargo.akuity.io/v1alpha1
|
apiVersion: kargo.akuity.io/v1alpha1
|
||||||
kind: Warehouse
|
kind: Warehouse
|
||||||
@@ -99,9 +99,9 @@ spec:
|
|||||||
subscriptions:
|
subscriptions:
|
||||||
- image:
|
- image:
|
||||||
discoveryLimit: 20
|
discoveryLimit: 20
|
||||||
imageSelectionStrategy: SemVer
|
imageSelectionStrategy: Digest
|
||||||
repoURL: ghcr.io/now-chess/now-chess-systems/rule
|
repoURL: ghcr.io/now-chess/now-chess-systems/rule
|
||||||
strictSemvers: true
|
constraint: latest
|
||||||
---
|
---
|
||||||
apiVersion: kargo.akuity.io/v1alpha1
|
apiVersion: kargo.akuity.io/v1alpha1
|
||||||
kind: Warehouse
|
kind: Warehouse
|
||||||
@@ -114,9 +114,9 @@ spec:
|
|||||||
subscriptions:
|
subscriptions:
|
||||||
- image:
|
- image:
|
||||||
discoveryLimit: 20
|
discoveryLimit: 20
|
||||||
imageSelectionStrategy: SemVer
|
imageSelectionStrategy: Digest
|
||||||
repoURL: ghcr.io/now-chess/now-chess-systems/store
|
repoURL: ghcr.io/now-chess/now-chess-systems/store
|
||||||
strictSemvers: true
|
constraint: latest
|
||||||
---
|
---
|
||||||
apiVersion: kargo.akuity.io/v1alpha1
|
apiVersion: kargo.akuity.io/v1alpha1
|
||||||
kind: Warehouse
|
kind: Warehouse
|
||||||
@@ -129,6 +129,6 @@ spec:
|
|||||||
subscriptions:
|
subscriptions:
|
||||||
- image:
|
- image:
|
||||||
discoveryLimit: 20
|
discoveryLimit: 20
|
||||||
imageSelectionStrategy: SemVer
|
imageSelectionStrategy: Digest
|
||||||
repoURL: ghcr.io/now-chess/now-chess-systems/ws
|
repoURL: ghcr.io/now-chess/now-chess-systems/ws
|
||||||
strictSemvers: true
|
constraint: latest
|
||||||
|
|||||||
Reference in New Issue
Block a user