chore(gitops): align app pulls with ghcr deployments

This commit is contained in:
Ashwin Kumar Sivakumar 2026-06-14 22:49:25 +05:30
parent e303bfefb3
commit af4b237255
24 changed files with 27 additions and 21 deletions

View file

@ -15,6 +15,8 @@ spec:
labels: labels:
app: nxtgauge-admin-solid app: nxtgauge-admin-solid
spec: spec:
imagePullSecrets:
- name: ghcr-regcred
containers: containers:
- name: admin-solid - name: admin-solid
image: registry.nxtgauge.com/nxtgauge-admin-solid image: registry.nxtgauge.com/nxtgauge-admin-solid

View file

@ -14,6 +14,8 @@ spec:
labels: labels:
app: nxtgauge-ai-assistant app: nxtgauge-ai-assistant
spec: spec:
imagePullSecrets:
- name: ghcr-regcred
containers: containers:
- name: ai-assistant - name: ai-assistant
image: registry.nxtgauge.com/nxtgauge-ai-assistant:2f999dfe95a48ea4090a90519dc3950f1e729924 image: registry.nxtgauge.com/nxtgauge-ai-assistant:2f999dfe95a48ea4090a90519dc3950f1e729924

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-catering-services app: nxtgauge-rust-catering-services
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: catering-services - name: catering-services
image: registry.nxtgauge.com/nxtgauge-rust-catering-services:latest image: registry.nxtgauge.com/nxtgauge-rust-catering-services:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-companies app: nxtgauge-rust-companies
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: companies - name: companies
image: registry.nxtgauge.com/nxtgauge-rust-companies:latest image: registry.nxtgauge.com/nxtgauge-rust-companies:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-cron app: nxtgauge-rust-cron
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: cron - name: cron
image: registry.nxtgauge.com/nxtgauge-rust-cron:latest image: registry.nxtgauge.com/nxtgauge-rust-cron:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-customers app: nxtgauge-rust-customers
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: customers - name: customers
image: registry.nxtgauge.com/nxtgauge-rust-customers:latest image: registry.nxtgauge.com/nxtgauge-rust-customers:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-developers app: nxtgauge-rust-developers
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: developers - name: developers
image: registry.nxtgauge.com/nxtgauge-rust-developers:latest image: registry.nxtgauge.com/nxtgauge-rust-developers:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-employees app: nxtgauge-rust-employees
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: employees - name: employees
image: registry.nxtgauge.com/nxtgauge-rust-employees:latest image: registry.nxtgauge.com/nxtgauge-rust-employees:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-fitness-trainers app: nxtgauge-rust-fitness-trainers
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: fitness-trainers - name: fitness-trainers
image: registry.nxtgauge.com/nxtgauge-rust-fitness-trainers:latest image: registry.nxtgauge.com/nxtgauge-rust-fitness-trainers:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-gateway app: nxtgauge-rust-gateway
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: gateway - name: gateway
image: registry.nxtgauge.com/nxtgauge-rust-gateway:latest image: registry.nxtgauge.com/nxtgauge-rust-gateway:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-graphic-designers app: nxtgauge-rust-graphic-designers
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: graphic-designers - name: graphic-designers
image: registry.nxtgauge.com/nxtgauge-rust-graphic-designers:latest image: registry.nxtgauge.com/nxtgauge-rust-graphic-designers:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-job-seekers app: nxtgauge-rust-job-seekers
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: job-seekers - name: job-seekers
image: registry.nxtgauge.com/nxtgauge-rust-job-seekers:latest image: registry.nxtgauge.com/nxtgauge-rust-job-seekers:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-jobs app: nxtgauge-rust-jobs
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: jobs - name: jobs
image: registry.nxtgauge.com/nxtgauge-rust-jobs:latest image: registry.nxtgauge.com/nxtgauge-rust-jobs:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-leads app: nxtgauge-rust-leads
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: leads - name: leads
image: registry.nxtgauge.com/nxtgauge-rust-leads:latest image: registry.nxtgauge.com/nxtgauge-rust-leads:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-makeup-artists app: nxtgauge-rust-makeup-artists
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: makeup-artists - name: makeup-artists
image: registry.nxtgauge.com/nxtgauge-rust-makeup-artists:latest image: registry.nxtgauge.com/nxtgauge-rust-makeup-artists:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-payments app: nxtgauge-rust-payments
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: payments - name: payments
image: registry.nxtgauge.com/nxtgauge-rust-payments:latest image: registry.nxtgauge.com/nxtgauge-rust-payments:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-photographers app: nxtgauge-rust-photographers
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: photographers - name: photographers
image: registry.nxtgauge.com/nxtgauge-rust-photographers:latest image: registry.nxtgauge.com/nxtgauge-rust-photographers:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-social-media-managers app: nxtgauge-rust-social-media-managers
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: social-media-managers - name: social-media-managers
image: registry.nxtgauge.com/nxtgauge-rust-social-media-managers:latest image: registry.nxtgauge.com/nxtgauge-rust-social-media-managers:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-tutors app: nxtgauge-rust-tutors
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: tutors - name: tutors
image: registry.nxtgauge.com/nxtgauge-rust-tutors:latest image: registry.nxtgauge.com/nxtgauge-rust-tutors:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-ugc-content-creators app: nxtgauge-rust-ugc-content-creators
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: ugc-content-creators - name: ugc-content-creators
image: registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators:latest image: registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-users app: nxtgauge-rust-users
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: users - name: users
image: registry.nxtgauge.com/nxtgauge-rust-users:latest image: registry.nxtgauge.com/nxtgauge-rust-users:latest

View file

@ -15,7 +15,7 @@ spec:
app: nxtgauge-rust-video-editors app: nxtgauge-rust-video-editors
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: regcred - name: ghcr-regcred
containers: containers:
- name: video-editors - name: video-editors
image: registry.nxtgauge.com/nxtgauge-rust-video-editors:latest image: registry.nxtgauge.com/nxtgauge-rust-video-editors:latest

View file

@ -15,6 +15,8 @@ spec:
labels: labels:
app: nxtgauge-frontend-solid app: nxtgauge-frontend-solid
spec: spec:
imagePullSecrets:
- name: ghcr-regcred
containers: containers:
- name: frontend-solid - name: frontend-solid
image: registry.nxtgauge.com/nxtgauge-frontend-solid image: registry.nxtgauge.com/nxtgauge-frontend-solid

View file

@ -32,7 +32,7 @@ spec:
spec: spec:
containers: containers:
- name: $container - name: $container
image: registry.nxtgauge.com/nxtgauge-rust-$service@$digest image: ghcr.io/Traceworks2023/nxtgauge-rust-$service@$digest
PATCH PATCH
fi fi