REFACTOR(ci): migrate repoURL from Gitea to GitHub
- Update repository URL to GitHub - Change source control provider
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -10,5 +10,5 @@ commonLabels:
|
||||
app.kubernetes.io/component: web
|
||||
|
||||
images:
|
||||
- name: gitea0213.kro.kr/bluemayne/jovies
|
||||
- name: github.com/Mayne0213/jovies
|
||||
newTag: latest
|
||||
|
||||
@@ -14,7 +14,7 @@ commonLabels:
|
||||
|
||||
# 이미지 태그 설정
|
||||
images:
|
||||
- name: gitea0213.kro.kr/bluemayne/jovies
|
||||
- name: github.com/Mayne0213/jovies
|
||||
newTag: develop-sha-bed2d09069c0a4a2f83dfd74a8489dcf67625a7d
|
||||
|
||||
patchesStrategicMerge:
|
||||
|
||||
Reference in New Issue
Block a user