Develop#2
Merged
Merged
Conversation
…& GitOps dispatch)
- 대상: api-booking, api-festival, api-gateway, api-payment, api-user, nginx-client
- buildx 멀티아키 빌드 추가: platforms=linux/amd64,linux/arm64
- 태그 규칙 분리:
- TAG_AMD=v{UTC시각}-win
- TAG_ARM=v{UTC시각}-mac
- 호환성 유지 위해 TAG=TAG_AMD 로 설정(Repo Dispatch에 그대로 사용)
- docker/metadata-action: 두 태그(raw) 모두 발행, sha 및 main에서 latest 유지
- docker/build-push-action: 두 태그 모두 push
- GitOps Dispatch payload 스키마 변경 없음(`tag`만 전송), develop의 nginx-client는 기존 targets 유지
- Helm 태그 자동 반영 워크플로우 변경 없음
검증 방법
- develop/main 브랜치 push 후 Docker Hub에 -win / -mac 두 태그 생성 확인
- gitops-repo로 repository_dispatch 이벤트 수신 및 values 파일의 .image.tag 가 -win 으로 패치되는지 확인
MNMS-570 chore: prometheus 의존성 추가
# Conflicts: # src/main/resources/application-docker.yml
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.
No description provided.