REFACTOR(ci): migrate repoURL from Gitea to GitHub

- Update repository URL to GitHub
- Change source control provider
This commit is contained in:
2025-12-29 20:38:23 +09:00
parent 52712a4d32
commit 67fa839f46
7 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ metadata:
spec:
project: default
source:
repoURL: https://gitea0213.kro.kr/bluemayne/jovies.git
repoURL: https://github.com/Mayne0213/jovies.git
targetRevision: develop
path: deploy/k8s/overlays/dev
destination:

View File

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

View File

@@ -6,7 +6,7 @@ metadata:
spec:
project: default
source:
repoURL: https://gitea0213.kro.kr/bluemayne/jovies.git
repoURL: https://github.com/Mayne0213/jovies.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/jovies.git
repoURL: https://github.com/Mayne0213/jovies.git
targetRevision: main
path: deploy/argocd

View File

@@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: jovies-app
image: gitea0213.kro.kr/bluemayne/jovies:latest
image: github.com/Mayne0213/jovies:latest
imagePullPolicy: Always
ports:
- containerPort: 3000

View File

@@ -10,5 +10,5 @@ commonLabels:
app.kubernetes.io/component: web
images:
- name: gitea0213.kro.kr/bluemayne/jovies
- name: github.com/Mayne0213/jovies
newTag: latest

View File

@@ -14,7 +14,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: gitea0213.kro.kr/bluemayne/jovies
- name: github.com/Mayne0213/jovies
newTag: develop-sha-bed2d09069c0a4a2f83dfd74a8489dcf67625a7d
patchesStrategicMerge: