fix: use high-performance-latest tag instead of pruned SHA for gateway/users
This commit is contained in:
parent
744ec42ab0
commit
d6317d82a2
1 changed files with 4 additions and 4 deletions
|
|
@ -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$
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue