REFACTOR(app): switch to gitea registry

- Migrate container registry to Gitea
- Update image references
This commit is contained in:
2025-12-20 13:46:21 +09:00
parent 7806b07978
commit 74d7d36fbe
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: todo-app
image: ghcr.io/mayne0213/todo:latest
image: gitea0213.kro.kr/mayne0213/todo:latest
imagePullPolicy: Always
ports:
- containerPort: 3000

View File

@@ -11,6 +11,6 @@ commonLabels:
app.kubernetes.io/component: web
images:
- name: ghcr.io/mayne0213/todo
- name: gitea0213.kro.kr/mayne0213/todo
newTag: latest

View File

@@ -15,8 +15,8 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/todo
newTag: develop-sha-b83703fe8a6585b25084fcb2ce4cb54b6f980d9c
- name: gitea0213.kro.kr/mayne0213/todo
newTag: develop-sha-1ae9500c6192eb1c14ebb550d6ac3357a10de2d8
patchesStrategicMerge:
- deployment-patch.yaml