nxtgauge-gitops/apps/traceworks2026/overlays/prod/release-patch.yaml
FluxCD Image Automation 94b159071d
All checks were successful
sync-to-github / sync (push) Successful in 7s
chore(gitops): update nxtgauge app images
2026-08-08 15:37:31 +00:00

23 lines
619 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: traceworks-frontend
namespace: traceworks
spec:
template:
spec:
containers:
- name: nginx
image: ci.nxtgauge.com/admin/traceworks2026-frontend:20260808153707-9098bb8e126b # {"$imagepolicy": "flux-system:traceworks2026-frontend"}
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: traceworks-api
namespace: traceworks
spec:
template:
spec:
containers:
- name: api
image: ci.nxtgauge.com/admin/traceworks2026-api:20260808153707-9098bb8e126b # {"$imagepolicy": "flux-system:traceworks2026-api"}