fix: use correct argocd-update sources schema to pin image SHA tags

This commit is contained in:
Celes Renata
2026-04-19 21:16:31 +00:00
parent e5ed2c21a3
commit 4425a023d9
3 changed files with 9 additions and 12 deletions
+3 -4
View File
@@ -18,10 +18,9 @@ spec:
apps:
- name: stonks-beta
namespace: argocd
sourceUpdates:
sources:
- 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
- key: image.tag
value: ${{ imageFrom("registry.celestium.life/stonks-oracle/query-api").Tag }}
+3 -4
View File
@@ -22,10 +22,9 @@ spec:
apps:
- name: stonks-live
namespace: argocd
sourceUpdates:
sources:
- 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
- key: image.tag
value: ${{ imageFrom("registry.celestium.life/stonks-oracle/query-api").Tag }}
+3 -4
View File
@@ -22,10 +22,9 @@ spec:
apps:
- name: stonks-paper
namespace: argocd
sourceUpdates:
sources:
- 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
- key: image.tag
value: ${{ imageFrom("registry.celestium.life/stonks-oracle/query-api").Tag }}