From 30ed1833c780df0ab10c67d10ab2c508e7460d44 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Sivakumar Date: Wed, 17 Jun 2026 03:28:47 +0530 Subject: [PATCH] Switch nxtgauge deploys to Forgejo registry --- .../nxtgauge-admin-solid/base/deployment.yaml | 4 +- .../overlays/prod/release-patch.yaml | 2 +- .../base/catering-services-deployment.yaml | 4 +- .../base/companies-deployment.yaml | 4 +- .../base/cron-deployment.yaml | 4 +- .../base/customers-deployment.yaml | 4 +- .../base/developers-deployment.yaml | 4 +- .../base/employees-deployment.yaml | 4 +- .../base/fitness-trainers-deployment.yaml | 4 +- .../base/gateway-deployment.yaml | 4 +- .../base/graphic-designers-deployment.yaml | 4 +- .../base/job-seekers-deployment.yaml | 4 +- .../base/jobs-deployment.yaml | 4 +- .../base/leads-deployment.yaml | 4 +- .../base/makeup-artists-deployment.yaml | 4 +- .../base/payments-deployment.yaml | 4 +- .../base/photographers-deployment.yaml | 4 +- .../social-media-managers-deployment.yaml | 4 +- .../base/tutors-deployment.yaml | 4 +- .../base/ugc-content-creators-deployment.yaml | 4 +- .../base/users-deployment.yaml | 4 +- .../base/video-editors-deployment.yaml | 4 +- .../overlays/prod/backend-release-state.tsv | 40 +++++++++---------- .../overlays/prod/kustomization.yaml | 1 - .../overlays/prod/release-patches.yaml | 40 +++++++++---------- .../base/deployment.yaml | 4 +- .../overlays/prod/release-patch.yaml | 2 +- scripts/render-backend-rust-release-state.sh | 2 +- 28 files changed, 87 insertions(+), 88 deletions(-) diff --git a/apps/nxtgauge-admin-solid/base/deployment.yaml b/apps/nxtgauge-admin-solid/base/deployment.yaml index 2cf7e47..0d3a3c9 100644 --- a/apps/nxtgauge-admin-solid/base/deployment.yaml +++ b/apps/nxtgauge-admin-solid/base/deployment.yaml @@ -16,10 +16,10 @@ spec: app: nxtgauge-admin-solid spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: admin-solid - image: registry.nxtgauge.com/nxtgauge-admin-solid + image: ci.nxtgauge.com/ashwin/nxtgauge-admin-solid imagePullPolicy: Always ports: - containerPort: 3000 diff --git a/apps/nxtgauge-admin-solid/overlays/prod/release-patch.yaml b/apps/nxtgauge-admin-solid/overlays/prod/release-patch.yaml index 45c0d31..30b933e 100644 --- a/apps/nxtgauge-admin-solid/overlays/prod/release-patch.yaml +++ b/apps/nxtgauge-admin-solid/overlays/prod/release-patch.yaml @@ -9,4 +9,4 @@ spec: spec: containers: - name: admin-solid - image: ghcr.io/traceworks2023/nxtgauge-admin-solid@sha256:96617e4ba63aee5defdd31c428ea6b69c177a4e91ccfad3e392a2cdcf7e26ba3 + image: ci.nxtgauge.com/ashwin/nxtgauge-admin-solid@sha256:9ed65546ed09df6d97cb835d9de0b44994407b6ed57ece545a4fec9e2ca25666 diff --git a/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml b/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml index c914d45..f9f9e1e 100644 --- a/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/catering-services-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-catering-services spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: catering-services - image: registry.nxtgauge.com/nxtgauge-rust-catering-services:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-catering-services:latest imagePullPolicy: Always ports: - containerPort: 9115 diff --git a/apps/nxtgauge-backend-rust/base/companies-deployment.yaml b/apps/nxtgauge-backend-rust/base/companies-deployment.yaml index e7f9d67..68da423 100644 --- a/apps/nxtgauge-backend-rust/base/companies-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/companies-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-companies spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: companies - image: registry.nxtgauge.com/nxtgauge-rust-companies:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-companies:latest imagePullPolicy: Always ports: - containerPort: 9102 diff --git a/apps/nxtgauge-backend-rust/base/cron-deployment.yaml b/apps/nxtgauge-backend-rust/base/cron-deployment.yaml index badb4de..221aeb5 100644 --- a/apps/nxtgauge-backend-rust/base/cron-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/cron-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-cron spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: cron - image: registry.nxtgauge.com/nxtgauge-rust-cron:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-cron:latest imagePullPolicy: Always envFrom: - configMapRef: diff --git a/apps/nxtgauge-backend-rust/base/customers-deployment.yaml b/apps/nxtgauge-backend-rust/base/customers-deployment.yaml index 5d7f031..e6a883a 100644 --- a/apps/nxtgauge-backend-rust/base/customers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/customers-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-customers spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: customers - image: registry.nxtgauge.com/nxtgauge-rust-customers:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-customers:latest imagePullPolicy: Always ports: - containerPort: 9105 diff --git a/apps/nxtgauge-backend-rust/base/developers-deployment.yaml b/apps/nxtgauge-backend-rust/base/developers-deployment.yaml index b1e7a26..2d09420 100644 --- a/apps/nxtgauge-backend-rust/base/developers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/developers-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-developers spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: developers - image: registry.nxtgauge.com/nxtgauge-rust-developers:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-developers:latest imagePullPolicy: Always ports: - containerPort: 9110 diff --git a/apps/nxtgauge-backend-rust/base/employees-deployment.yaml b/apps/nxtgauge-backend-rust/base/employees-deployment.yaml index a249a6f..ccd5cdc 100644 --- a/apps/nxtgauge-backend-rust/base/employees-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/employees-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-employees spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: employees - image: registry.nxtgauge.com/nxtgauge-rust-employees:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-employees:latest imagePullPolicy: Always ports: - containerPort: 9106 diff --git a/apps/nxtgauge-backend-rust/base/fitness-trainers-deployment.yaml b/apps/nxtgauge-backend-rust/base/fitness-trainers-deployment.yaml index 97fc4b6..608da45 100644 --- a/apps/nxtgauge-backend-rust/base/fitness-trainers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/fitness-trainers-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-fitness-trainers spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: fitness-trainers - image: registry.nxtgauge.com/nxtgauge-rust-fitness-trainers:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-fitness-trainers:latest imagePullPolicy: Always ports: - containerPort: 9114 diff --git a/apps/nxtgauge-backend-rust/base/gateway-deployment.yaml b/apps/nxtgauge-backend-rust/base/gateway-deployment.yaml index 2b2139f..fa2c679 100644 --- a/apps/nxtgauge-backend-rust/base/gateway-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/gateway-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-gateway spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: gateway - image: registry.nxtgauge.com/nxtgauge-rust-gateway:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-gateway:latest imagePullPolicy: Always ports: - containerPort: 9100 diff --git a/apps/nxtgauge-backend-rust/base/graphic-designers-deployment.yaml b/apps/nxtgauge-backend-rust/base/graphic-designers-deployment.yaml index 15d43ea..b5f34f5 100644 --- a/apps/nxtgauge-backend-rust/base/graphic-designers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/graphic-designers-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-graphic-designers spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: graphic-designers - image: registry.nxtgauge.com/nxtgauge-rust-graphic-designers:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-graphic-designers:latest imagePullPolicy: Always ports: - containerPort: 9112 diff --git a/apps/nxtgauge-backend-rust/base/job-seekers-deployment.yaml b/apps/nxtgauge-backend-rust/base/job-seekers-deployment.yaml index d3409cb..0f42ab5 100644 --- a/apps/nxtgauge-backend-rust/base/job-seekers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/job-seekers-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-job-seekers spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: job-seekers - image: registry.nxtgauge.com/nxtgauge-rust-job-seekers:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-job-seekers:latest imagePullPolicy: Always ports: - containerPort: 9104 diff --git a/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml b/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml index 62d6493..e392e2a 100644 --- a/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/jobs-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-jobs spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: jobs - image: registry.nxtgauge.com/nxtgauge-rust-jobs:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-jobs:latest imagePullPolicy: Always ports: - containerPort: 9103 diff --git a/apps/nxtgauge-backend-rust/base/leads-deployment.yaml b/apps/nxtgauge-backend-rust/base/leads-deployment.yaml index f815988..5de1bfe 100644 --- a/apps/nxtgauge-backend-rust/base/leads-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/leads-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-leads spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: leads - image: registry.nxtgauge.com/nxtgauge-rust-leads:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-leads:latest imagePullPolicy: Always ports: - containerPort: 9118 diff --git a/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml b/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml index b333efa..abac6c8 100644 --- a/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/makeup-artists-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-makeup-artists spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: makeup-artists - image: registry.nxtgauge.com/nxtgauge-rust-makeup-artists:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-makeup-artists:latest imagePullPolicy: Always ports: - containerPort: 9109 diff --git a/apps/nxtgauge-backend-rust/base/payments-deployment.yaml b/apps/nxtgauge-backend-rust/base/payments-deployment.yaml index bd211eb..caf6494 100644 --- a/apps/nxtgauge-backend-rust/base/payments-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/payments-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-payments spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: payments - image: registry.nxtgauge.com/nxtgauge-rust-payments:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-payments:latest imagePullPolicy: Always ports: - containerPort: 9116 diff --git a/apps/nxtgauge-backend-rust/base/photographers-deployment.yaml b/apps/nxtgauge-backend-rust/base/photographers-deployment.yaml index bbb72be..c6df690 100644 --- a/apps/nxtgauge-backend-rust/base/photographers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/photographers-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-photographers spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: photographers - image: registry.nxtgauge.com/nxtgauge-rust-photographers:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-photographers:latest imagePullPolicy: Always ports: - containerPort: 9107 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 c86fb65..091e0d9 100644 --- a/apps/nxtgauge-backend-rust/base/social-media-managers-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/social-media-managers-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-social-media-managers spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: social-media-managers - image: registry.nxtgauge.com/nxtgauge-rust-social-media-managers:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-social-media-managers:latest imagePullPolicy: Always ports: - containerPort: 9113 diff --git a/apps/nxtgauge-backend-rust/base/tutors-deployment.yaml b/apps/nxtgauge-backend-rust/base/tutors-deployment.yaml index 74e8011..b6e2380 100644 --- a/apps/nxtgauge-backend-rust/base/tutors-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/tutors-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-tutors spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: tutors - image: registry.nxtgauge.com/nxtgauge-rust-tutors:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-tutors:latest imagePullPolicy: Always ports: - containerPort: 9108 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 070ebd3..14a1188 100644 --- a/apps/nxtgauge-backend-rust/base/ugc-content-creators-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/ugc-content-creators-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-ugc-content-creators spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: ugc-content-creators - image: registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-ugc-content-creators:latest imagePullPolicy: Always ports: - containerPort: 9117 diff --git a/apps/nxtgauge-backend-rust/base/users-deployment.yaml b/apps/nxtgauge-backend-rust/base/users-deployment.yaml index 3d1ca78..e48c8ef 100644 --- a/apps/nxtgauge-backend-rust/base/users-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/users-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-users spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: users - image: registry.nxtgauge.com/nxtgauge-rust-users:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-users:latest imagePullPolicy: Always ports: - containerPort: 9101 diff --git a/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml b/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml index fae17af..638b207 100644 --- a/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml +++ b/apps/nxtgauge-backend-rust/base/video-editors-deployment.yaml @@ -15,10 +15,10 @@ spec: app: nxtgauge-rust-video-editors spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: video-editors - image: registry.nxtgauge.com/nxtgauge-rust-video-editors:latest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-video-editors:latest imagePullPolicy: Always ports: - containerPort: 9111 diff --git a/apps/nxtgauge-backend-rust/overlays/prod/backend-release-state.tsv b/apps/nxtgauge-backend-rust/overlays/prod/backend-release-state.tsv index 8d3f37b..abc06c0 100644 --- a/apps/nxtgauge-backend-rust/overlays/prod/backend-release-state.tsv +++ b/apps/nxtgauge-backend-rust/overlays/prod/backend-release-state.tsv @@ -1,20 +1,20 @@ -gateway sha256:f43f55108bd882bdca94becf0756103f4491192e8cefae8814e4d73659aabedb 2 -users sha256:c5fc047483b013af3a613ddf6542dda73a2e03b512f27d2ba4bb1d0ed36300ae 1 -companies sha256:bddaa009612202bed2d022b35c7aa07855ca57d3745e6e778e0bce1a38420c61 1 -jobs sha256:b40c3c09af1ad788eb75d1ae71681490668801f029d68a0df8f4f6890c1816d4 1 -leads sha256:0a83ef593fb786a78b5441ca9141c2dc0dde959b787632d608092b1151fbe389 1 -job-seekers sha256:0d5c0a5f144532f6c4ae3311f65bc13d62302d9ef1a786becfe667ed50986337 1 -customers sha256:43933c5c0716bd4654c0b65caccb3954901af81e3bab688f7c37c1ebeef6d3dc 1 -payments sha256:1161fe70c2e7d9a285227368222b206c13e12182dca6a8cdc1a3ee640bc55a8a 1 -employees sha256:a6d6bf90e2143c020017fe9481cc1162c197f5d8aa5179c0c808d218cf91eae2 1 -photographers sha256:7db3457fb17080544126f67822ec6a08f05e60a27e02092364060dee75dc07d0 1 -makeup-artists sha256:41142f8d08362444c7381755b61e23a7415cf63053d3cca4200c25acef197089 1 -tutors sha256:35d8cea4cc78e49a00d07a70a013e139cfbeb1e65effbdee8b9ef5f8acbdf1b5 1 -developers sha256:c4366929dad0b3fcad1c76ced28a5a540c4984a28e9c7254ed0a65e52744ccac 1 -video-editors sha256:859d1598b46cbb703297b9c18a597816b01ebca2731178d8179184820b8b3421 1 -graphic-designers sha256:60376dfa13856a97c235ac37a5ff4b21a02cb5db7799bf20dc0d8a6b6986ec47 1 -social-media-managers sha256:90817c2699b5aec25e46968c2c4878aedbcd5b4ebfe304d2f84ba2f7b574180d 1 -fitness-trainers sha256:e53ef5f7c465bc6dd393ad55ccb300224b526ebb2fbae4f5a9543f3ea96c0629 1 -catering-services sha256:7ddd23d554a076148d0995fb73198d20be8f417d739373552fc5f6fe8980d1ed 1 -ugc-content-creators sha256:677752537a254a1fc975c29b74c0c6d3719ff8b16e8d1460acaf3ab572db2464 1 -cron sha256:2e3e84c9336cff85e1513f20cb64d8201fdd082012ca19d04234261aa24e5754 1 +gateway sha256:72cb68a09d274bf90c469fb2f1b22aaa25614a2568cb05fc8d3733970adfa199 2 +users sha256:b85b22f97e4eb8a8f26418a16e8440b230cd34da3127544a5cdea563469f36a6 1 +companies sha256:4f862d428967ff851ce70f6168c64f28d39c4385ab2c30388bd8774ed32b4e54 1 +jobs sha256:cf448649b2109945c5f700da73d6d18ac92973fd12ea22d12c85c4305de5b056 1 +leads sha256:ee29fff28f07733c6b242992cb5fe1d4fcf318c848e424a569776307ae2c3905 1 +job-seekers sha256:03811cd91310dc3f6ccba1cf7b912021671cf2f384325f7f40ea2de60481be56 1 +customers sha256:5997568995f6d4b4de2b65f89146b08df862fcb23c1661ea8f25599fdb43767a 1 +payments sha256:60fcee20024d8a661d59f2b8c86093a2f24e07aca7f70e6d2992f829c3754810 1 +employees sha256:ed0764db94c85288f10068692fe2fb5cc79c489c8ba68382e400274baf3f1d97 1 +photographers sha256:9c48649cb16ed13f041945c63cdb7e7aa052bc78a77842a4224a759e3d0e4802 1 +makeup-artists sha256:6ea67545b341afaf2c8b900c86c7fc0678ed35378548db2adcdb786d6b146700 1 +tutors sha256:57fe8dccfb95e8f5f639ceea08615115a07bd7f92e6063750b10504b7c6a1796 1 +developers sha256:c9f1fcf7b238d7461d65f43013aa730c1241dafc290e2b0788fbe296db7f32a5 1 +video-editors sha256:74b83f28c69c25aae63ab77627a9c7317b0a9e08009cf3f14bb32b8ef87cc067 1 +graphic-designers sha256:72ea467f583678abc9049c415a66686e797059cded0f7abdea77cb5767ba5f0e 1 +social-media-managers sha256:6719a9e6f7322c055514fa451889d5a3ee128e6cd3e1bc2e22f671ef2316501f 1 +fitness-trainers sha256:9b14c942aed60ecf9b6d0aaaa448e39fcc571ce7991e65b835103e9aceaba4de 1 +catering-services sha256:f7982fd00da7ed42956d95f7299283dd295b00c722571d15febc84d37e724a51 1 +ugc-content-creators sha256:986e59b8668e2557b15816efe0fcec56c45b8179cdf0f796fb8451183d4a0dd4 1 +cron sha256:a6edabdf0b7d0eb9d01382409e7e9dca8c539bb669680a6df265847fa53961a2 1 diff --git a/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml b/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml index 551cbb2..ee92df3 100644 --- a/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml +++ b/apps/nxtgauge-backend-rust/overlays/prod/kustomization.yaml @@ -5,4 +5,3 @@ resources: - ../../base patches: - path: release-patches.yaml - - path: disabled-deployments.yaml diff --git a/apps/nxtgauge-backend-rust/overlays/prod/release-patches.yaml b/apps/nxtgauge-backend-rust/overlays/prod/release-patches.yaml index c5cda87..a3bfc52 100644 --- a/apps/nxtgauge-backend-rust/overlays/prod/release-patches.yaml +++ b/apps/nxtgauge-backend-rust/overlays/prod/release-patches.yaml @@ -8,7 +8,7 @@ spec: spec: containers: - name: gateway - image: ghcr.io/traceworks2023/nxtgauge-rust-gateway@sha256:f43f55108bd882bdca94becf0756103f4491192e8cefae8814e4d73659aabedb + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-gateway@sha256:72cb68a09d274bf90c469fb2f1b22aaa25614a2568cb05fc8d3733970adfa199 --- apiVersion: apps/v1 kind: Deployment @@ -20,7 +20,7 @@ spec: spec: containers: - name: users - image: ghcr.io/traceworks2023/nxtgauge-rust-users@sha256:c5fc047483b013af3a613ddf6542dda73a2e03b512f27d2ba4bb1d0ed36300ae + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-users@sha256:b85b22f97e4eb8a8f26418a16e8440b230cd34da3127544a5cdea563469f36a6 --- apiVersion: apps/v1 kind: Deployment @@ -32,7 +32,7 @@ spec: spec: containers: - name: companies - image: ghcr.io/traceworks2023/nxtgauge-rust-companies@sha256:bddaa009612202bed2d022b35c7aa07855ca57d3745e6e778e0bce1a38420c61 + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-companies@sha256:4f862d428967ff851ce70f6168c64f28d39c4385ab2c30388bd8774ed32b4e54 --- apiVersion: apps/v1 kind: Deployment @@ -44,7 +44,7 @@ spec: spec: containers: - name: jobs - image: ghcr.io/traceworks2023/nxtgauge-rust-jobs@sha256:b40c3c09af1ad788eb75d1ae71681490668801f029d68a0df8f4f6890c1816d4 + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-jobs@sha256:cf448649b2109945c5f700da73d6d18ac92973fd12ea22d12c85c4305de5b056 --- apiVersion: apps/v1 kind: Deployment @@ -56,7 +56,7 @@ spec: spec: containers: - name: leads - image: ghcr.io/traceworks2023/nxtgauge-rust-leads@sha256:0a83ef593fb786a78b5441ca9141c2dc0dde959b787632d608092b1151fbe389 + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-leads@sha256:ee29fff28f07733c6b242992cb5fe1d4fcf318c848e424a569776307ae2c3905 --- apiVersion: apps/v1 kind: Deployment @@ -68,7 +68,7 @@ spec: spec: containers: - name: job-seekers - image: ghcr.io/traceworks2023/nxtgauge-rust-job-seekers@sha256:0d5c0a5f144532f6c4ae3311f65bc13d62302d9ef1a786becfe667ed50986337 + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-job-seekers@sha256:03811cd91310dc3f6ccba1cf7b912021671cf2f384325f7f40ea2de60481be56 --- apiVersion: apps/v1 kind: Deployment @@ -80,7 +80,7 @@ spec: spec: containers: - name: customers - image: ghcr.io/traceworks2023/nxtgauge-rust-customers@sha256:43933c5c0716bd4654c0b65caccb3954901af81e3bab688f7c37c1ebeef6d3dc + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-customers@sha256:5997568995f6d4b4de2b65f89146b08df862fcb23c1661ea8f25599fdb43767a --- apiVersion: apps/v1 kind: Deployment @@ -92,7 +92,7 @@ spec: spec: containers: - name: payments - image: ghcr.io/traceworks2023/nxtgauge-rust-payments@sha256:1161fe70c2e7d9a285227368222b206c13e12182dca6a8cdc1a3ee640bc55a8a + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-payments@sha256:60fcee20024d8a661d59f2b8c86093a2f24e07aca7f70e6d2992f829c3754810 --- apiVersion: apps/v1 kind: Deployment @@ -104,7 +104,7 @@ spec: spec: containers: - name: employees - image: ghcr.io/traceworks2023/nxtgauge-rust-employees@sha256:a6d6bf90e2143c020017fe9481cc1162c197f5d8aa5179c0c808d218cf91eae2 + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-employees@sha256:ed0764db94c85288f10068692fe2fb5cc79c489c8ba68382e400274baf3f1d97 --- apiVersion: apps/v1 kind: Deployment @@ -116,7 +116,7 @@ spec: spec: containers: - name: photographers - image: ghcr.io/traceworks2023/nxtgauge-rust-photographers@sha256:7db3457fb17080544126f67822ec6a08f05e60a27e02092364060dee75dc07d0 + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-photographers@sha256:9c48649cb16ed13f041945c63cdb7e7aa052bc78a77842a4224a759e3d0e4802 --- apiVersion: apps/v1 kind: Deployment @@ -128,7 +128,7 @@ spec: spec: containers: - name: makeup-artists - image: ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists@sha256:41142f8d08362444c7381755b61e23a7415cf63053d3cca4200c25acef197089 + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-makeup-artists@sha256:6ea67545b341afaf2c8b900c86c7fc0678ed35378548db2adcdb786d6b146700 --- apiVersion: apps/v1 kind: Deployment @@ -140,7 +140,7 @@ spec: spec: containers: - name: tutors - image: ghcr.io/traceworks2023/nxtgauge-rust-tutors@sha256:35d8cea4cc78e49a00d07a70a013e139cfbeb1e65effbdee8b9ef5f8acbdf1b5 + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-tutors@sha256:57fe8dccfb95e8f5f639ceea08615115a07bd7f92e6063750b10504b7c6a1796 --- apiVersion: apps/v1 kind: Deployment @@ -152,7 +152,7 @@ spec: spec: containers: - name: developers - image: ghcr.io/traceworks2023/nxtgauge-rust-developers@sha256:c4366929dad0b3fcad1c76ced28a5a540c4984a28e9c7254ed0a65e52744ccac + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-developers@sha256:c9f1fcf7b238d7461d65f43013aa730c1241dafc290e2b0788fbe296db7f32a5 --- apiVersion: apps/v1 kind: Deployment @@ -164,7 +164,7 @@ spec: spec: containers: - name: video-editors - image: ghcr.io/traceworks2023/nxtgauge-rust-video-editors@sha256:859d1598b46cbb703297b9c18a597816b01ebca2731178d8179184820b8b3421 + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-video-editors@sha256:74b83f28c69c25aae63ab77627a9c7317b0a9e08009cf3f14bb32b8ef87cc067 --- apiVersion: apps/v1 kind: Deployment @@ -176,7 +176,7 @@ spec: spec: containers: - name: graphic-designers - image: ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers@sha256:60376dfa13856a97c235ac37a5ff4b21a02cb5db7799bf20dc0d8a6b6986ec47 + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-graphic-designers@sha256:72ea467f583678abc9049c415a66686e797059cded0f7abdea77cb5767ba5f0e --- apiVersion: apps/v1 kind: Deployment @@ -188,7 +188,7 @@ spec: spec: containers: - name: social-media-managers - image: ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers@sha256:90817c2699b5aec25e46968c2c4878aedbcd5b4ebfe304d2f84ba2f7b574180d + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-social-media-managers@sha256:6719a9e6f7322c055514fa451889d5a3ee128e6cd3e1bc2e22f671ef2316501f --- apiVersion: apps/v1 kind: Deployment @@ -200,7 +200,7 @@ spec: spec: containers: - name: fitness-trainers - image: ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers@sha256:e53ef5f7c465bc6dd393ad55ccb300224b526ebb2fbae4f5a9543f3ea96c0629 + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-fitness-trainers@sha256:9b14c942aed60ecf9b6d0aaaa448e39fcc571ce7991e65b835103e9aceaba4de --- apiVersion: apps/v1 kind: Deployment @@ -212,7 +212,7 @@ spec: spec: containers: - name: catering-services - image: ghcr.io/traceworks2023/nxtgauge-rust-catering-services@sha256:7ddd23d554a076148d0995fb73198d20be8f417d739373552fc5f6fe8980d1ed + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-catering-services@sha256:f7982fd00da7ed42956d95f7299283dd295b00c722571d15febc84d37e724a51 --- apiVersion: apps/v1 kind: Deployment @@ -224,7 +224,7 @@ spec: spec: containers: - name: ugc-content-creators - image: ghcr.io/traceworks2023/nxtgauge-rust-ugc-content-creators@sha256:677752537a254a1fc975c29b74c0c6d3719ff8b16e8d1460acaf3ab572db2464 + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-ugc-content-creators@sha256:986e59b8668e2557b15816efe0fcec56c45b8179cdf0f796fb8451183d4a0dd4 --- apiVersion: apps/v1 kind: Deployment @@ -236,4 +236,4 @@ spec: spec: containers: - name: cron - image: ghcr.io/traceworks2023/nxtgauge-rust-cron@sha256:2e3e84c9336cff85e1513f20cb64d8201fdd082012ca19d04234261aa24e5754 + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-cron@sha256:a6edabdf0b7d0eb9d01382409e7e9dca8c539bb669680a6df265847fa53961a2 diff --git a/apps/nxtgauge-frontend-solid/base/deployment.yaml b/apps/nxtgauge-frontend-solid/base/deployment.yaml index 1dad61c..542f63d 100644 --- a/apps/nxtgauge-frontend-solid/base/deployment.yaml +++ b/apps/nxtgauge-frontend-solid/base/deployment.yaml @@ -16,10 +16,10 @@ spec: app: nxtgauge-frontend-solid spec: imagePullSecrets: - - name: ghcr-regcred + - name: forgejo-regcred containers: - name: frontend-solid - image: registry.nxtgauge.com/nxtgauge-frontend-solid + image: ci.nxtgauge.com/ashwin/nxtgauge-frontend-solid imagePullPolicy: Always ports: - containerPort: 3000 diff --git a/apps/nxtgauge-frontend-solid/overlays/prod/release-patch.yaml b/apps/nxtgauge-frontend-solid/overlays/prod/release-patch.yaml index 7fb58cb..6d79f5e 100644 --- a/apps/nxtgauge-frontend-solid/overlays/prod/release-patch.yaml +++ b/apps/nxtgauge-frontend-solid/overlays/prod/release-patch.yaml @@ -9,4 +9,4 @@ spec: spec: containers: - name: frontend-solid - image: ghcr.io/traceworks2023/nxtgauge-frontend-solid@sha256:9bbf0d89458931fcd310b3e92abdc7903bb8e6656f6cb4f860d94b759c59fd5e + image: ci.nxtgauge.com/ashwin/nxtgauge-frontend-solid@sha256:0fc1161b8ac789963a3e309731e514fca4df4683665df7fecd526d64887bdfa8 diff --git a/scripts/render-backend-rust-release-state.sh b/scripts/render-backend-rust-release-state.sh index bc5941e..1749726 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: ghcr.io/traceworks2023/nxtgauge-rust-$service@$digest + image: ci.nxtgauge.com/ashwin/nxtgauge-rust-$service@$digest PATCH fi