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:
name: stonks-beta
namespace: argocd
annotations:
kargo.akuity.io/authorized-stage: stonks-oracle:beta
spec:
project: default
source:
+2
View File
@@ -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:
+2
View File
@@ -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:
+1 -2
View File
@@ -3,8 +3,7 @@
# Namespace: argocd
global:
podAnnotations:
celestium.life/inject-ca: "true"
podAnnotations: {}
# Disable dex (not needed)
dex:
+2
View File
@@ -7,3 +7,5 @@ spec:
subscriptions:
- image:
repoURL: registry.celestium.life/stonks-oracle/query-api
imageSelectionStrategy: NewestBuild
allowTags: '^[0-9a-f]{7,40}$'