fix: Kargo promotion pipeline — add AnalysisRun CRD, fix warehouse image strategy, add authorized-stage annotations, remove proxy from ArgoCD

This commit is contained in:
Celes Renata
2026-04-19 20:08:46 +00:00
parent a9be904afe
commit 014ffa2fd2
5 changed files with 9 additions and 2 deletions
+2
View File
@@ -3,6 +3,8 @@ kind: Application
metadata: metadata:
name: stonks-beta name: stonks-beta
namespace: argocd namespace: argocd
annotations:
kargo.akuity.io/authorized-stage: stonks-oracle:beta
spec: spec:
project: default project: default
source: source:
+2
View File
@@ -3,6 +3,8 @@ kind: Application
metadata: metadata:
name: stonks-live name: stonks-live
namespace: argocd namespace: argocd
annotations:
kargo.akuity.io/authorized-stage: stonks-oracle:live
spec: spec:
project: default project: default
source: source:
+2
View File
@@ -3,6 +3,8 @@ kind: Application
metadata: metadata:
name: stonks-paper name: stonks-paper
namespace: argocd namespace: argocd
annotations:
kargo.akuity.io/authorized-stage: stonks-oracle:paper
spec: spec:
project: default project: default
source: source:
+1 -2
View File
@@ -3,8 +3,7 @@
# Namespace: argocd # Namespace: argocd
global: global:
podAnnotations: podAnnotations: {}
celestium.life/inject-ca: "true"
# Disable dex (not needed) # Disable dex (not needed)
dex: dex:
+2
View File
@@ -7,3 +7,5 @@ spec:
subscriptions: subscriptions:
- image: - image:
repoURL: registry.celestium.life/stonks-oracle/query-api repoURL: registry.celestium.life/stonks-oracle/query-api
imageSelectionStrategy: NewestBuild
allowTags: '^[0-9a-f]{7,40}$'