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: spec:
project: default project: default
source: source:
repoURL: https://gitea0213.kro.kr/bluemayne/jovies.git repoURL: https://github.com/Mayne0213/jovies.git
targetRevision: develop targetRevision: develop
path: deploy/k8s/overlays/dev path: deploy/k8s/overlays/dev
destination: destination:

View File

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

View File

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

View File

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

View File

@@ -22,7 +22,7 @@ spec:
spec: spec:
containers: containers:
- name: jovies-app - name: jovies-app
image: gitea0213.kro.kr/bluemayne/jovies:latest image: github.com/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: gitea0213.kro.kr/bluemayne/jovies - name: github.com/Mayne0213/jovies
newTag: latest newTag: latest

View File

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