Point backend image updater to private registry

This commit is contained in:
Ashwin Kumar Sivakumar 2026-04-12 19:19:23 +05:30
parent 96bc5aa42a
commit 30cc2d4e31

View file

@ -5,24 +5,24 @@ metadata:
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: >-
gateway=registry.nxtgauge.internal:5000/nxtgauge-rust-gateway:high-performance-latest,
users=registry.nxtgauge.internal:5000/nxtgauge-rust-users:high-performance-latest,
companies=registry.nxtgauge.internal:5000/nxtgauge-rust-companies:high-performance-latest,
job-seekers=registry.nxtgauge.internal:5000/nxtgauge-rust-job-seekers:high-performance-latest,
customers=registry.nxtgauge.internal:5000/nxtgauge-rust-customers:high-performance-latest,
payments=registry.nxtgauge.internal:5000/nxtgauge-rust-payments:high-performance-latest,
employees=registry.nxtgauge.internal:5000/nxtgauge-rust-employees:high-performance-latest,
photographers=registry.nxtgauge.internal:5000/nxtgauge-rust-photographers:high-performance-latest,
makeup-artists=registry.nxtgauge.internal:5000/nxtgauge-rust-makeup-artists:high-performance-latest,
tutors=registry.nxtgauge.internal:5000/nxtgauge-rust-tutors:high-performance-latest,
developers=registry.nxtgauge.internal:5000/nxtgauge-rust-developers:high-performance-latest,
video-editors=registry.nxtgauge.internal:5000/nxtgauge-rust-video-editors:high-performance-latest,
graphic-designers=registry.nxtgauge.internal:5000/nxtgauge-rust-graphic-designers:high-performance-latest,
social-media-managers=registry.nxtgauge.internal:5000/nxtgauge-rust-social-media-managers:high-performance-latest,
fitness-trainers=registry.nxtgauge.internal:5000/nxtgauge-rust-fitness-trainers:high-performance-latest,
catering-services=registry.nxtgauge.internal:5000/nxtgauge-rust-catering-services:high-performance-latest,
ugc-content-creators=registry.nxtgauge.internal:5000/nxtgauge-rust-ugc-content-creators:high-performance-latest,
cron=registry.nxtgauge.internal:5000/nxtgauge-rust-cron:high-performance-latest
gateway=registry.nxtgauge.com:5000/nxtgauge-rust-gateway:high-performance-latest,
users=registry.nxtgauge.com:5000/nxtgauge-rust-users:high-performance-latest,
companies=registry.nxtgauge.com:5000/nxtgauge-rust-companies:high-performance-latest,
job-seekers=registry.nxtgauge.com:5000/nxtgauge-rust-job-seekers:high-performance-latest,
customers=registry.nxtgauge.com:5000/nxtgauge-rust-customers:high-performance-latest,
payments=registry.nxtgauge.com:5000/nxtgauge-rust-payments:high-performance-latest,
employees=registry.nxtgauge.com:5000/nxtgauge-rust-employees:high-performance-latest,
photographers=registry.nxtgauge.com:5000/nxtgauge-rust-photographers:high-performance-latest,
makeup-artists=registry.nxtgauge.com:5000/nxtgauge-rust-makeup-artists:high-performance-latest,
tutors=registry.nxtgauge.com:5000/nxtgauge-rust-tutors:high-performance-latest,
developers=registry.nxtgauge.com:5000/nxtgauge-rust-developers:high-performance-latest,
video-editors=registry.nxtgauge.com:5000/nxtgauge-rust-video-editors:high-performance-latest,
graphic-designers=registry.nxtgauge.com:5000/nxtgauge-rust-graphic-designers:high-performance-latest,
social-media-managers=registry.nxtgauge.com:5000/nxtgauge-rust-social-media-managers:high-performance-latest,
fitness-trainers=registry.nxtgauge.com:5000/nxtgauge-rust-fitness-trainers:high-performance-latest,
catering-services=registry.nxtgauge.com:5000/nxtgauge-rust-catering-services:high-performance-latest,
ugc-content-creators=registry.nxtgauge.com:5000/nxtgauge-rust-ugc-content-creators:high-performance-latest,
cron=registry.nxtgauge.com:5000/nxtgauge-rust-cron:high-performance-latest
argocd-image-updater.argoproj.io/gateway.update-strategy: digest
argocd-image-updater.argoproj.io/gateway.allow-tags: regexp:^high-performance-latest$
argocd-image-updater.argoproj.io/users.update-strategy: digest
@ -61,14 +61,14 @@ metadata:
argocd-image-updater.argoproj.io/cron.allow-tags: regexp:^high-performance-latest$
argocd-image-updater.argoproj.io/write-back-method: argocd
spec:
destination:
namespace: nxtgauge
server: https://kubernetes.default.svc
project: default
source:
path: apps/nxtgauge-backend-rust/overlays/prod
repoURL: https://github.com/Traceworks2023/nxtgauge-gitops.git
targetRevision: main
path: apps/nxtgauge-backend-rust/overlays/prod
destination:
server: https://kubernetes.default.svc
namespace: nxtgauge
syncPolicy:
automated:
prune: true