fix: revert to registry.nxtgauge.com:5000 for all services

Reverting ghcr.io changes - production uses internal registry.
Updated:
- jobs-deployment.yaml: ghcr.io → registry.nxtgauge.com:5000/nxtgauge-rust-jobs
- leads-deployment.yaml: ghcr.io → registry.nxtgauge.com:5000/nxtgauge-rust-leads
- overlays/prod/kustomization.yaml: all images back to registry.nxtgauge.com:5000
- Argo application: image-updater back to registry.nxtgauge.com:5000
This commit is contained in:
Tracewebstudio Dev 2026-04-13 18:46:59 +02:00
parent 09c894edc2
commit de4df47d38
4 changed files with 38 additions and 44 deletions

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: jobs
image: ghcr.io/traceworks2023/nxtgauge-rust-jobs:high-performance-latest
image: registry.nxtgauge.com:5000/nxtgauge-rust-jobs
imagePullPolicy: Always
ports:
- containerPort: 9103

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: leads
image: ghcr.io/traceworks2023/nxtgauge-rust-leads:high-performance-latest
image: registry.nxtgauge.com:5000/nxtgauge-rust-leads
imagePullPolicy: Always
ports:
- containerPort: 9118

View file

@ -5,43 +5,39 @@ resources:
patchesStrategicMerge:
- replicas-patch.yaml
images:
- name: ghcr.io/traceworks2023/nxtgauge-rust-gateway
- name: registry.nxtgauge.com:5000/nxtgauge-rust-gateway
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-users
- name: registry.nxtgauge.com:5000/nxtgauge-rust-users
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-companies
- name: registry.nxtgauge.com:5000/nxtgauge-rust-companies
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-jobs
- name: registry.nxtgauge.com:5000/nxtgauge-rust-job-seekers
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-leads
- name: registry.nxtgauge.com:5000/nxtgauge-rust-customers
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-job-seekers
- name: registry.nxtgauge.com:5000/nxtgauge-rust-payments
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-customers
- name: registry.nxtgauge.com:5000/nxtgauge-rust-employees
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-payments
- name: registry.nxtgauge.com:5000/nxtgauge-rust-photographers
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-employees
- name: registry.nxtgauge.com:5000/nxtgauge-rust-makeup-artists
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-photographers
- name: registry.nxtgauge.com:5000/nxtgauge-rust-tutors
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists
- name: registry.nxtgauge.com:5000/nxtgauge-rust-developers
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-tutors
- name: registry.nxtgauge.com:5000/nxtgauge-rust-video-editors
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-developers
- name: registry.nxtgauge.com:5000/nxtgauge-rust-graphic-designers
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-video-editors
- name: registry.nxtgauge.com:5000/nxtgauge-rust-social-media-managers
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers
- name: registry.nxtgauge.com:5000/nxtgauge-rust-fitness-trainers
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers
- name: registry.nxtgauge.com:5000/nxtgauge-rust-catering-services
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers
- name: registry.nxtgauge.com:5000/nxtgauge-rust-ugc-content-creators
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-catering-services
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-ugc-content-creators
newTag: high-performance-latest
- name: ghcr.io/traceworks2023/nxtgauge-rust-cron
- name: registry.nxtgauge.com:5000/nxtgauge-rust-cron
newTag: high-performance-latest

View file

@ -5,26 +5,24 @@ metadata:
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: >-
gateway=ghcr.io/traceworks2023/nxtgauge-rust-gateway:high-performance-latest,
users=ghcr.io/traceworks2023/nxtgauge-rust-users:high-performance-latest,
companies=ghcr.io/traceworks2023/nxtgauge-rust-companies:high-performance-latest,
jobs=ghcr.io/traceworks2023/nxtgauge-rust-jobs:high-performance-latest,
leads=ghcr.io/traceworks2023/nxtgauge-rust-leads:high-performance-latest,
job-seekers=ghcr.io/traceworks2023/nxtgauge-rust-job-seekers:high-performance-latest,
customers=ghcr.io/traceworks2023/nxtgauge-rust-customers:high-performance-latest,
payments=ghcr.io/traceworks2023/nxtgauge-rust-payments:high-performance-latest,
employees=ghcr.io/traceworks2023/nxtgauge-rust-employees:high-performance-latest,
photographers=ghcr.io/traceworks2023/nxtgauge-rust-photographers:high-performance-latest,
makeup-artists=ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists:high-performance-latest,
tutors=ghcr.io/traceworks2023/nxtgauge-rust-tutors:high-performance-latest,
developers=ghcr.io/traceworks2023/nxtgauge-rust-developers:high-performance-latest,
video-editors=ghcr.io/traceworks2023/nxtgauge-rust-video-editors:high-performance-latest,
graphic-designers=ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers:high-performance-latest,
social-media-managers=ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers:high-performance-latest,
fitness-trainers=ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers:high-performance-latest,
catering-services=ghcr.io/traceworks2023/nxtgauge-rust-catering-services:high-performance-latest,
ugc-content-creators=ghcr.io/traceworks2023/nxtgauge-rust-ugc-content-creators:high-performance-latest,
cron=ghcr.io/traceworks2023/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