diff --git a/pipelines/kargo/stages/beta.yaml b/pipelines/kargo/stages/beta.yaml index b835f58..69af20d 100644 --- a/pipelines/kargo/stages/beta.yaml +++ b/pipelines/kargo/stages/beta.yaml @@ -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 }} diff --git a/pipelines/kargo/stages/live.yaml b/pipelines/kargo/stages/live.yaml index d8d4ed3..3b8a143 100644 --- a/pipelines/kargo/stages/live.yaml +++ b/pipelines/kargo/stages/live.yaml @@ -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 }} diff --git a/pipelines/kargo/stages/paper.yaml b/pipelines/kargo/stages/paper.yaml index 043752c..0470888 100644 --- a/pipelines/kargo/stages/paper.yaml +++ b/pipelines/kargo/stages/paper.yaml @@ -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 }}