CHORE(test): update about-us page text
Some checks failed
Build Docker Image / build-and-push (push) Has been cancelled
CI / lint-and-build (push) Has been cancelled

- Modify text for ArgoCD image updater test
- Verify automated deployment pipeline
This commit is contained in:
2026-01-09 16:09:15 +09:00
parent 1fbd0467bd
commit 3b4d837a9e

View File

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