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:
|
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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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}$'
|
||||||
|
|||||||
Reference in New Issue
Block a user