fix: pin image SHA tags in Kargo promotions, 1min warehouse poll, auto-promote paper

This commit is contained in:
Celes Renata
2026-04-19 20:54:02 +00:00
parent 827be709df
commit e5ed2c21a3
5 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ spec:
- stage: beta - stage: beta
autoPromotionEnabled: true autoPromotionEnabled: true
- stage: paper - stage: paper
autoPromotionEnabled: false autoPromotionEnabled: true
- stage: live - stage: live
autoPromotionEnabled: false autoPromotionEnabled: false
+7
View File
@@ -18,3 +18,10 @@ spec:
apps: apps:
- name: stonks-beta - name: stonks-beta
namespace: argocd namespace: argocd
sourceUpdates:
- repoURL: http://gitea-service.git-server.svc.cluster.local:3000/admin/stonks-oracle.git
helm:
images:
- repoURL: registry.celestium.life/stonks-oracle/query-api
key: image.tag
value: Tag
+7
View File
@@ -22,3 +22,10 @@ spec:
apps: apps:
- name: stonks-live - name: stonks-live
namespace: argocd namespace: argocd
sourceUpdates:
- repoURL: http://gitea-service.git-server.svc.cluster.local:3000/admin/stonks-oracle.git
helm:
images:
- repoURL: registry.celestium.life/stonks-oracle/query-api
key: image.tag
value: Tag
+7
View File
@@ -22,3 +22,10 @@ spec:
apps: apps:
- name: stonks-paper - name: stonks-paper
namespace: argocd namespace: argocd
sourceUpdates:
- repoURL: http://gitea-service.git-server.svc.cluster.local:3000/admin/stonks-oracle.git
helm:
images:
- repoURL: registry.celestium.life/stonks-oracle/query-api
key: image.tag
value: Tag
+1
View File
@@ -4,6 +4,7 @@ metadata:
name: stonks-images name: stonks-images
namespace: stonks-oracle namespace: stonks-oracle
spec: spec:
interval: 1m0s
subscriptions: subscriptions:
- image: - image:
repoURL: registry.celestium.life/stonks-oracle/query-api repoURL: registry.celestium.life/stonks-oracle/query-api