REFACTOR(app): switch to gitea registry

- Migrate container registry to Gitea
- Update image references
This commit is contained in:
2025-12-20 13:46:20 +09:00
parent e34b91e285
commit 7b6f2465c4
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -10,5 +10,5 @@ commonLabels:
app.kubernetes.io/component: web app.kubernetes.io/component: web
images: images:
- name: ghcr.io/mayne0213/jovies - name: gitea0213.kro.kr/mayne0213/jovies
newTag: latest newTag: latest

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정 # 이미지 태그 설정
images: images:
- name: ghcr.io/mayne0213/jovies - name: gitea0213.kro.kr/mayne0213/jovies
newTag: develop-sha-bed2d09069c0a4a2f83dfd74a8489dcf67625a7d newTag: develop-sha-bed2d09069c0a4a2f83dfd74a8489dcf67625a7d
patchesStrategicMerge: patchesStrategicMerge: