REFACTOR(ci): migrate repoURL from Gitea to GitHub

- Update repository URL in CI configuration
- Switch from Gitea to GitHub
This commit is contained in:
2025-12-29 20:38:25 +09:00
parent 735ed8b186
commit 831a14f1a3
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ metadata:
spec:
project: default
source:
repoURL: https://gitea0213.kro.kr/bluemayne/mas.git
repoURL: https://github.com/Mayne0213/mas.git
targetRevision: main
path: deploy/k8s/overlays/prod
destination:

View File

@@ -9,7 +9,7 @@ spec:
project: default
source:
repoURL: https://gitea0213.kro.kr/bluemayne/mas.git
repoURL: https://github.com/Mayne0213/mas.git
targetRevision: main
path: deploy/argocd

View File

@@ -19,7 +19,7 @@ spec:
serviceAccountName: mas
containers:
- name: mas
image: gitea0213.kro.kr/bluemayne/mas:latest
image: github.com/Mayne0213/mas:latest
imagePullPolicy: Always
securityContext:
privileged: true # nsenter 사용을 위한 권한

View File

@@ -11,6 +11,6 @@ commonLabels:
app.kubernetes.io/component: platform
images:
- name: gitea0213.kro.kr/bluemayne/mas
- name: github.com/Mayne0213/mas
newTag: latest

View File

@@ -14,6 +14,6 @@ commonLabels:
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
images:
- name: gitea0213.kro.kr/bluemayne/mas
- name: github.com/Mayne0213/mas
newTag: main-sha-004c30bfa872c37dd3da5ad8501589c415807da8