nxtgauge-gitops/argocd/nxtgauge-frontend-solid-application.yaml
Tracewebstudio Dev 6eb14ec411 fix: use SHA tags instead of missing high-performance-latest tag
- nxtgauge-frontend-solid: f18c89d7fe73248a4cbe6a434dd243d88a25361b
- nxtgauge-admin-solid: ed368607182cba2d57b2987849bf887a9714da53
- nxtgauge-rust-gateway: 09075087f07ef70dc13281944c1f2ce4bf7c2a29

Fixes ImagePullBackOff on test121.nxtgauge.com
2026-05-05 18:52:14 +02:00

25 lines
856 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:f18c89d7fe73248a4cbe6a434dd243d88a25361b
argocd-image-updater.argoproj.io/frontend.update-strategy: latest
argocd-image-updater.argoproj.io/frontend.allow-tags: regexp:^f18c89d
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