diff --git a/deploy/k8s/overlays/prod/kustomization.yaml b/deploy/k8s/overlays/prod/kustomization.yaml index a015ece..ccb3d1e 100644 --- a/deploy/k8s/overlays/prod/kustomization.yaml +++ b/deploy/k8s/overlays/prod/kustomization.yaml @@ -13,7 +13,7 @@ commonLabels: # 이미지 태그 설정 images: - name: ghcr.io/mayne0213/portfolio - newTag: main-sha-e6c7fecc3a2aee1be95a405860d2985a85fb9312 + newTag: main-sha-2a186af4b273549fa5a3b06c6eedfec2fd8ecce6 patchesStrategicMerge: - deployment-patch.yaml diff --git a/services/nextjs/components/landing/skills.tsx b/services/nextjs/components/landing/skills.tsx index 8d3518a..e96bfaf 100644 --- a/services/nextjs/components/landing/skills.tsx +++ b/services/nextjs/components/landing/skills.tsx @@ -65,7 +65,7 @@ export default function Skills() { icon={Layout} title="DevOps & Tools" description="Managing deployment pipelines and development workflows" - skills={['Git', 'Docker', 'AWS', 'CI/CD']} + skills={['Git', 'Docker','K8s', 'ArgoCD', 'AWS', 'CI/CD']} />