fix: use specific commits for OTP fixes instead of high-performance-latest
- Frontend: bb6db6c (contains OTP endpoint fix) - Gateway: d084491 (contains legacy OTP support) - Backend users: d084491 (contains v1 API routing) - ArgoCD Image Updater was overriding kustomization settings - This fixes the signup OTP email not being sent
This commit is contained in:
parent
a97cbf1743
commit
c844a69904
2 changed files with 3 additions and 3 deletions
|
|
@ -5,8 +5,8 @@ metadata:
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
annotations:
|
annotations:
|
||||||
argocd-image-updater.argoproj.io/image-list: >-
|
argocd-image-updater.argoproj.io/image-list: >-
|
||||||
gateway=registry.nxtgauge.com/nxtgauge-rust-gateway:high-performance-latest,
|
gateway=registry.nxtgauge.com/nxtgauge-rust-gateway:d084491,
|
||||||
users=registry.nxtgauge.com/nxtgauge-rust-users:high-performance-latest,
|
users=registry.nxtgauge.com/nxtgauge-rust-users:d084491,
|
||||||
companies=registry.nxtgauge.com/nxtgauge-rust-companies:high-performance-latest,
|
companies=registry.nxtgauge.com/nxtgauge-rust-companies:high-performance-latest,
|
||||||
job-seekers=registry.nxtgauge.com/nxtgauge-rust-job-seekers:high-performance-latest,
|
job-seekers=registry.nxtgauge.com/nxtgauge-rust-job-seekers:high-performance-latest,
|
||||||
customers=registry.nxtgauge.com/nxtgauge-rust-customers:high-performance-latest,
|
customers=registry.nxtgauge.com/nxtgauge-rust-customers:high-performance-latest,
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
name: nxtgauge-frontend-solid
|
name: nxtgauge-frontend-solid
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
annotations:
|
annotations:
|
||||||
argocd-image-updater.argoproj.io/image-list: frontend=registry.nxtgauge.com/nxtgauge-frontend-solid:high-performance-latest
|
argocd-image-updater.argoproj.io/image-list: frontend=registry.nxtgauge.com/nxtgauge-frontend-solid:bb6db6c
|
||||||
argocd-image-updater.argoproj.io/frontend.update-strategy: digest
|
argocd-image-updater.argoproj.io/frontend.update-strategy: digest
|
||||||
argocd-image-updater.argoproj.io/frontend.allow-tags: regexp:^high-performance-latest$
|
argocd-image-updater.argoproj.io/frontend.allow-tags: regexp:^high-performance-latest$
|
||||||
argocd-image-updater.argoproj.io/write-back-method: argocd
|
argocd-image-updater.argoproj.io/write-back-method: argocd
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue