nxtgauge-gitops/argocd/nxtgauge-frontend-solid-application.yaml
Ashwin Kumar Sivakumar c844a69904 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
2026-04-18 01:55:24 +05:30

25 lines
840 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nxtgauge-frontend-solid
namespace: argocd
annotations:
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.allow-tags: regexp:^high-performance-latest$
argocd-image-updater.argoproj.io/write-back-method: argocd
spec:
project: default
source:
repoURL: https://github.com/Traceworks2023/nxtgauge-gitops.git
targetRevision: main
path: apps/nxtgauge-frontend-solid/overlays/prod
destination:
server: https://kubernetes.default.svc
namespace: nxtgauge
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true