diff --git a/apps/nxtgauge-admin-solid/base/deployment.yaml b/apps/nxtgauge-admin-solid/base/deployment.yaml index 35f744f..2cf7e47 100644 --- a/apps/nxtgauge-admin-solid/base/deployment.yaml +++ b/apps/nxtgauge-admin-solid/base/deployment.yaml @@ -15,6 +15,8 @@ spec: labels: app: nxtgauge-admin-solid spec: + imagePullSecrets: + - name: ghcr-regcred containers: - name: admin-solid image: registry.nxtgauge.com/nxtgauge-admin-solid diff --git a/apps/nxtgauge-ai-assistant/base/deployment.yaml b/apps/nxtgauge-ai-assistant/base/deployment.yaml index 384d109..604dd53 100644 --- a/apps/nxtgauge-ai-assistant/base/deployment.yaml +++ b/apps/nxtgauge-ai-assistant/base/deployment.yaml @@ -14,6 +14,8 @@ spec: labels: app: nxtgauge-ai-assistant spec: + imagePullSecrets: + - name: ghcr-regcred containers: - name: ai-assistant image: registry.nxtgauge.com/nxtgauge-ai-assistant:2f999dfe95a48ea4090a90519dc3950f1e729924 diff --git a/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml b/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml index 8a31cc6..c914d45 100644 --- a/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-catering-services spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: catering-services image: registry.nxtgauge.com/nxtgauge-rust-catering-services:latest diff --git a/apps/nxtgauge-backend-rust/base/companies-deployment.yaml b/apps/nxtgauge-backend-rust/base/companies-deployment.yaml index 3f00e14..e7f9d67 100644 --- a/apps/nxtgauge-backend-rust/base/companies-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/companies-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-companies spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: companies image: registry.nxtgauge.com/nxtgauge-rust-companies:latest diff --git a/apps/nxtgauge-backend-rust/base/cron-deployment.yaml b/apps/nxtgauge-backend-rust/base/cron-deployment.yaml index e3b24d3..badb4de 100644 --- a/apps/nxtgauge-backend-rust/base/cron-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/cron-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-cron spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: cron image: registry.nxtgauge.com/nxtgauge-rust-cron:latest diff --git a/apps/nxtgauge-backend-rust/base/customers-deployment.yaml b/apps/nxtgauge-backend-rust/base/customers-deployment.yaml index f4c1fab..5d7f031 100644 --- a/apps/nxtgauge-backend-rust/base/customers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/customers-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-customers spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: customers image: registry.nxtgauge.com/nxtgauge-rust-customers:latest diff --git a/apps/nxtgauge-backend-rust/base/developers-deployment.yaml b/apps/nxtgauge-backend-rust/base/developers-deployment.yaml index ec9b17d..b1e7a26 100644 --- a/apps/nxtgauge-backend-rust/base/developers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/developers-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-developers spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: developers image: registry.nxtgauge.com/nxtgauge-rust-developers:latest diff --git a/apps/nxtgauge-backend-rust/base/employees-deployment.yaml b/apps/nxtgauge-backend-rust/base/employees-deployment.yaml index 34c728f..a249a6f 100644 --- a/apps/nxtgauge-backend-rust/base/employees-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/employees-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-employees spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: employees image: registry.nxtgauge.com/nxtgauge-rust-employees:latest diff --git a/apps/nxtgauge-backend-rust/base/fitness-trainers-deployment.yaml b/apps/nxtgauge-backend-rust/base/fitness-trainers-deployment.yaml index f52bb14..97fc4b6 100644 --- a/apps/nxtgauge-backend-rust/base/fitness-trainers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/fitness-trainers-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-fitness-trainers spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: fitness-trainers image: registry.nxtgauge.com/nxtgauge-rust-fitness-trainers:latest diff --git a/apps/nxtgauge-backend-rust/base/gateway-deployment.yaml b/apps/nxtgauge-backend-rust/base/gateway-deployment.yaml index f25282d..2b2139f 100644 --- a/apps/nxtgauge-backend-rust/base/gateway-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/gateway-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-gateway spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: gateway image: registry.nxtgauge.com/nxtgauge-rust-gateway:latest diff --git a/apps/nxtgauge-backend-rust/base/graphic-designers-deployment.yaml b/apps/nxtgauge-backend-rust/base/graphic-designers-deployment.yaml index 0889adb..15d43ea 100644 --- a/apps/nxtgauge-backend-rust/base/graphic-designers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/graphic-designers-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-graphic-designers spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: graphic-designers image: registry.nxtgauge.com/nxtgauge-rust-graphic-designers:latest diff --git a/apps/nxtgauge-backend-rust/base/job-seekers-deployment.yaml b/apps/nxtgauge-backend-rust/base/job-seekers-deployment.yaml index 4583bd4..d3409cb 100644 --- a/apps/nxtgauge-backend-rust/base/job-seekers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/job-seekers-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-job-seekers spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: job-seekers image: registry.nxtgauge.com/nxtgauge-rust-job-seekers:latest diff --git a/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml b/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml index e44a2a1..62d6493 100644 --- a/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-jobs spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: jobs image: registry.nxtgauge.com/nxtgauge-rust-jobs:latest diff --git a/apps/nxtgauge-backend-rust/base/leads-deployment.yaml b/apps/nxtgauge-backend-rust/base/leads-deployment.yaml index 0c1390b..f815988 100644 --- a/apps/nxtgauge-backend-rust/base/leads-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/leads-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-leads spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: leads image: registry.nxtgauge.com/nxtgauge-rust-leads:latest diff --git a/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml b/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml index dfd5411..b333efa 100644 --- a/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-makeup-artists spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: makeup-artists image: registry.nxtgauge.com/nxtgauge-rust-makeup-artists:latest diff --git a/apps/nxtgauge-backend-rust/base/payments-deployment.yaml b/apps/nxtgauge-backend-rust/base/payments-deployment.yaml index 13d3bc4..bd211eb 100644 --- a/apps/nxtgauge-backend-rust/base/payments-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/payments-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-payments spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: payments image: registry.nxtgauge.com/nxtgauge-rust-payments:latest diff --git a/apps/nxtgauge-backend-rust/base/photographers-deployment.yaml b/apps/nxtgauge-backend-rust/base/photographers-deployment.yaml index be899eb..bbb72be 100644 --- a/apps/nxtgauge-backend-rust/base/photographers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/photographers-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-photographers spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: photographers image: registry.nxtgauge.com/nxtgauge-rust-photographers:latest diff --git a/apps/nxtgauge-backend-rust/base/social-media-managers-deployment.yaml b/apps/nxtgauge-backend-rust/base/social-media-managers-deployment.yaml index 891a319..c86fb65 100644 --- a/apps/nxtgauge-backend-rust/base/social-media-managers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/social-media-managers-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-social-media-managers spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: social-media-managers image: registry.nxtgauge.com/nxtgauge-rust-social-media-managers:latest diff --git a/apps/nxtgauge-backend-rust/base/tutors-deployment.yaml b/apps/nxtgauge-backend-rust/base/tutors-deployment.yaml index 4b11906..74e8011 100644 --- a/apps/nxtgauge-backend-rust/base/tutors-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/tutors-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-tutors spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: tutors image: registry.nxtgauge.com/nxtgauge-rust-tutors:latest diff --git a/apps/nxtgauge-backend-rust/base/ugc-content-creators-deployment.yaml b/apps/nxtgauge-backend-rust/base/ugc-content-creators-deployment.yaml index e673069..070ebd3 100644 --- a/apps/nxtgauge-backend-rust/base/ugc-content-creators-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/ugc-content-creators-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-ugc-content-creators spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: ugc-content-creators image: registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators:latest diff --git a/apps/nxtgauge-backend-rust/base/users-deployment.yaml b/apps/nxtgauge-backend-rust/base/users-deployment.yaml index bed7dd0..3d1ca78 100644 --- a/apps/nxtgauge-backend-rust/base/users-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/users-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-users spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: users image: registry.nxtgauge.com/nxtgauge-rust-users:latest diff --git a/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml b/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml index 78b62fd..fae17af 100644 --- a/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml @@ -15,7 +15,7 @@ spec: app: nxtgauge-rust-video-editors spec: imagePullSecrets: - - name: regcred + - name: ghcr-regcred containers: - name: video-editors image: registry.nxtgauge.com/nxtgauge-rust-video-editors:latest diff --git a/apps/nxtgauge-frontend-solid/base/deployment.yaml b/apps/nxtgauge-frontend-solid/base/deployment.yaml index fe9bac8..1dad61c 100644 --- a/apps/nxtgauge-frontend-solid/base/deployment.yaml +++ b/apps/nxtgauge-frontend-solid/base/deployment.yaml @@ -15,6 +15,8 @@ spec: labels: app: nxtgauge-frontend-solid spec: + imagePullSecrets: + - name: ghcr-regcred containers: - name: frontend-solid image: registry.nxtgauge.com/nxtgauge-frontend-solid diff --git a/scripts/render-backend-rust-release-state.sh b/scripts/render-backend-rust-release-state.sh index 1a76b2f..dd4b6fc 100755 --- a/scripts/render-backend-rust-release-state.sh +++ b/scripts/render-backend-rust-release-state.sh @@ -32,7 +32,7 @@ spec: spec: containers: - name: $container - image: registry.nxtgauge.com/nxtgauge-rust-$service@$digest + image: ghcr.io/Traceworks2023/nxtgauge-rust-$service@$digest PATCH fi