feat: 이미지 태그 SHA 전환 + 인수인계 문서 (#65)#66
Merged
Merged
Conversation
- eks overlay(backend/ai/frontend) kustomization에 images 트랜스포머 추가 → CI가 kustomize edit set image로 커밋 SHA 주입 (ECR IMMUTABLE 대응, :latest 탈피) - README: 이미지 태그 & 배포 CI 계약 섹션 추가 - ONBOARDING.md: 팀 인수인계 문서 (구조/인프라/시크릿/배포/백업/협업/최근변경/잔여작업) 로컬(kind)은 로컬 빌드 :latest + imagePullPolicy Never 유지. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #65
변경
이미지 태그 :latest → 커밋 SHA (인프라 측)
overlays/eks/{backend,ai,frontend}/kustomization.yaml에 kustomizeimages:트랜스포머 추가kustomize edit set image <ecr>/dgu-cap-<app>=...:<git-sha>로newTag만 SHA로 교체 → ArgoCD 자동 sync:latest+ imagePullPolicy Never 유지문서
k8s/README.md: "이미지 태그 & 배포 (CI 계약)" 섹션ONBOARDING.md: 팀 인수인계 (구조/인프라 on-off/시크릿 등록/배포 흐름/백업/협업 워크플로/최근 변경 PR/잔여 작업/문서 링크)CI 측 후속 (앱 레포)
docker push ...:<git-sha>→ infra overlaykustomize edit set image→ commit. 현재newTag: latest는 CI가 SHA로 덮어쓸 placeholder.검증
overlay YAML 검증 완료, 참조 문서 존재 확인.
🤖 Generated with Claude Code