From 3b4d837a9ea965632fc7bea75c540a54cff1c507 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 16:09:15 +0900 Subject: [PATCH] CHORE(test): update about-us page text - Modify text for ArgoCD image updater test - Verify automated deployment pipeline --- nextjs/app/about-us/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextjs/app/about-us/page.tsx b/nextjs/app/about-us/page.tsx index d2ba17f..822a137 100644 --- a/nextjs/app/about-us/page.tsx +++ b/nextjs/app/about-us/page.tsx @@ -1,3 +1,3 @@ export default function AboutUs(){ - return
Practice app for K8s/argoCD/Grafana
+ return
Practice app for K8s/argoCD/Grafana - Updated at 2026-01-09 16:02 KST
} \ No newline at end of file