diff --git a/deploy/k8s/base/deployment.yaml b/deploy/k8s/base/deployment.yaml index c1e8560..6ffc8f3 100644 --- a/deploy/k8s/base/deployment.yaml +++ b/deploy/k8s/base/deployment.yaml @@ -22,7 +22,7 @@ spec: spec: containers: - name: jovies-app - image: gitea0213.kro.kr/mayne0213/jovies:latest + image: gitea0213.kro.kr/bluemayne/jovies:latest imagePullPolicy: Always ports: - containerPort: 3000 diff --git a/deploy/k8s/base/kustomization.yaml b/deploy/k8s/base/kustomization.yaml index a16c87b..1baf65f 100644 --- a/deploy/k8s/base/kustomization.yaml +++ b/deploy/k8s/base/kustomization.yaml @@ -10,5 +10,5 @@ commonLabels: app.kubernetes.io/component: web images: - - name: gitea0213.kro.kr/mayne0213/jovies + - name: gitea0213.kro.kr/bluemayne/jovies newTag: latest diff --git a/deploy/k8s/overlays/dev/kustomization.yaml b/deploy/k8s/overlays/dev/kustomization.yaml index 2eee060..98abb40 100644 --- a/deploy/k8s/overlays/dev/kustomization.yaml +++ b/deploy/k8s/overlays/dev/kustomization.yaml @@ -13,7 +13,7 @@ commonLabels: # 이미지 태그 설정 images: - - name: gitea0213.kro.kr/mayne0213/jovies + - name: gitea0213.kro.kr/bluemayne/jovies newTag: develop-sha-bed2d09069c0a4a2f83dfd74a8489dcf67625a7d patchesStrategicMerge: