CHORE(app): add images to kustomization

- Add images configuration for ArgoCD
- Enable image updates via GitOps
This commit is contained in:
2025-12-03 15:07:38 +09:00
parent 6e60b4a1a2
commit 47470b025d
2 changed files with 6 additions and 1 deletions

View File

@@ -11,5 +11,10 @@ resources:
commonLabels:
environment: development
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/todo
newTag: develop-sha-latest
patchesStrategicMerge:
- deployment-patch.yaml

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/todo
newTag: main-sha-bcdc69356d8966a7097273427ab8e61c8c03c002
newTag: main-sha-5a440587b5f70b23446c423ca74cfe1574037983
patchesStrategicMerge:
- deployment-patch.yaml