Frontend: 20260708200848-f50217d32a9c (mobile CSS pass, hamburger menu) API: 20260708200914-f50217d32a9c Previous image (19700101000000-000000000000) was a placeholder. Flux couldn't reconcile because build workflow tags were short SHAs not matching the YYYYMMDDhhmmss-GITSHORT12 regex policy.
23 lines
619 B
YAML
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:20260708200848-f50217d32a9c # {"$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"}
|