Commit Graph

6 Commits

Author SHA1 Message Date
bd7c259561 CHORE(deploy): update argocd path
- Move ArgoCD application to deploy/argocd
- Update path references
2025-12-17 18:33:10 +09:00
399abd0c00 REFACTOR(deploy): move argocd manifests
- Reorganize ArgoCD application structure
- Move manifests to deploy/argocd folder
2025-12-17 18:27:23 +09:00
b64f07e75f CHORE(ci): eliminate GitHub references
- Remove GitHub-specific configurations
- Clean up unused references
2025-12-13 11:53:32 +09:00
559ba3f2c1 REFACTOR(app): change image write-back
- Switch to ArgoCD write-back method
- Update image update strategy
2025-11-24 17:14:29 +09:00
d30cd2e813 FEAT(deploy): enable ArgoCD Image Updater
- Enable automatic image updates
- Configure ArgoCD Image Updater
2025-11-24 17:13:29 +09:00
95584b666a INIT(deploy): portfolio project setup
Add complete portfolio project including:
- Next.js application in services/nextjs
- Docker configurations for dev and prod
- Kubernetes deployment manifests with kustomize
- ArgoCD application configuration
- GitHub Actions workflow for automated builds
2025-11-23 23:40:15 +09:00