nxtgauge-gitops/apps/traceworks2026/overlays/prod/release-patch.yaml
sync-test ac8ea02a0e
All checks were successful
sync-to-forgejo / sync (push) Successful in 9s
Update traceworks2026 frontend image to 95ae2ae7d239
Includes updated Facebook and Instagram social media links
2026-07-17 21:12:02 +05:30

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:20260717154009-95ae2ae7d239 # {"$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:20260708200914-f50217d32a9c # {"$imagepolicy": "flux-system:traceworks2026-api"}