diff --git a/argocd/nxtgauge-backend-rust-application.yaml b/argocd/nxtgauge-backend-rust-application.yaml index 7dba6a5..4de4f15 100644 --- a/argocd/nxtgauge-backend-rust-application.yaml +++ b/argocd/nxtgauge-backend-rust-application.yaml @@ -5,8 +5,8 @@ metadata: namespace: argocd annotations: argocd-image-updater.argoproj.io/image-list: >- - gateway=registry.nxtgauge.com/nxtgauge-rust-gateway:d084491, - users=registry.nxtgauge.com/nxtgauge-rust-users:d084491, + gateway=registry.nxtgauge.com/nxtgauge-rust-gateway:high-performance-latest, + users=registry.nxtgauge.com/nxtgauge-rust-users:high-performance-latest, companies=registry.nxtgauge.com/nxtgauge-rust-companies:high-performance-latest, job-seekers=registry.nxtgauge.com/nxtgauge-rust-job-seekers:high-performance-latest, customers=registry.nxtgauge.com/nxtgauge-rust-customers:high-performance-latest, @@ -23,9 +23,9 @@ metadata: catering-services=registry.nxtgauge.com/nxtgauge-rust-catering-services:high-performance-latest, ugc-content-creators=registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators:high-performance-latest, cron=registry.nxtgauge.com/nxtgauge-rust-cron:high-performance-latest - argocd-image-updater.argoproj.io/gateway.update-strategy: digest + argocd-image-updater.argoproj.io/gateway.update-strategy: latest argocd-image-updater.argoproj.io/gateway.allow-tags: regexp:^high-performance-latest$ - argocd-image-updater.argoproj.io/users.update-strategy: digest + argocd-image-updater.argoproj.io/users.update-strategy: latest argocd-image-updater.argoproj.io/users.allow-tags: regexp:^high-performance-latest$ argocd-image-updater.argoproj.io/companies.update-strategy: digest argocd-image-updater.argoproj.io/companies.allow-tags: regexp:^high-performance-latest$