nxtgauge-gitops/argocd/nxtgauge-admin-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
838 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nxtgauge-admin-solid
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: admin=registry.nxtgauge.com/nxtgauge-admin-solid:ed368607182cba2d57b2987849bf887a9714da53
argocd-image-updater.argoproj.io/admin.update-strategy: latest
argocd-image-updater.argoproj.io/admin.allow-tags: regexp:^ed36860
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-admin-solid/overlays/prod
destination:
server: https://kubernetes.default.svc
namespace: nxtgauge
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true