fix: Kargo promotion pipeline — add AnalysisRun CRD, fix warehouse image strategy, add authorized-stage annotations, remove proxy from ArgoCD
This commit is contained in:
@@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: stonks-beta
|
||||
namespace: argocd
|
||||
annotations:
|
||||
kargo.akuity.io/authorized-stage: stonks-oracle:beta
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
|
||||
@@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: stonks-live
|
||||
namespace: argocd
|
||||
annotations:
|
||||
kargo.akuity.io/authorized-stage: stonks-oracle:live
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
|
||||
@@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: stonks-paper
|
||||
namespace: argocd
|
||||
annotations:
|
||||
kargo.akuity.io/authorized-stage: stonks-oracle:paper
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
# Namespace: argocd
|
||||
|
||||
global:
|
||||
podAnnotations:
|
||||
celestium.life/inject-ca: "true"
|
||||
podAnnotations: {}
|
||||
|
||||
# Disable dex (not needed)
|
||||
dex:
|
||||
|
||||
@@ -7,3 +7,5 @@ spec:
|
||||
subscriptions:
|
||||
- image:
|
||||
repoURL: registry.celestium.life/stonks-oracle/query-api
|
||||
imageSelectionStrategy: NewestBuild
|
||||
allowTags: '^[0-9a-f]{7,40}$'
|
||||
|
||||
Reference in New Issue
Block a user