FEAT(app): add ArgoCD to skills

- Add ArgoCD skill badge
- Update skills section
This commit is contained in:
2025-11-24 21:41:45 +09:00
parent 028b96f894
commit d6039585d9
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/portfolio
newTag: main-sha-e6c7fecc3a2aee1be95a405860d2985a85fb9312
newTag: main-sha-2a186af4b273549fa5a3b06c6eedfec2fd8ecce6
patchesStrategicMerge:
- deployment-patch.yaml

View File

@@ -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']}
/>
<SkillCard
icon={TestTube2}