CHORE(app): minor update

- Small configuration change
- Trigger deployment
This commit is contained in:
2025-11-24 22:21:51 +09:00
parent 8b195378a5
commit c04a3fb267
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/todo
newTag: latest
newTag: main-sha-be3027d173376dd5e5522c1e4379d72b9c4aa51e
patchesStrategicMerge:
- deployment-patch.yaml

View File

@@ -3,3 +3,4 @@ import { TodoApp } from '@/src/widgets/todo-app'
export default function Home() {
return <TodoApp />
}