CHORE(app): test Tekton CI/CD pipeline

- Update about-us page timestamp
- Trigger Tekton build via webhook
This commit is contained in:
2026-01-11 00:36:04 +09:00
parent cc0230328d
commit 413082346c
4 changed files with 1 additions and 221 deletions

View File

@@ -1,3 +1,3 @@
export default function AboutUs(){
return <div>Practice app for K8s/argoCD/Grafana - Updated at 2026-01-09 16:02 KST</div>
return <div>Practice app for K8s/argoCD/Grafana - Updated at 2026-01-11 00:35 KST (Tekton CI/CD)</div>
}