CHORE(app): add images to kustomization
- Add images configuration for ArgoCD - Enable image updates via GitOps
This commit is contained in:
@@ -11,5 +11,10 @@ resources:
|
||||
commonLabels:
|
||||
environment: development
|
||||
|
||||
# 이미지 태그 설정
|
||||
images:
|
||||
- name: ghcr.io/mayne0213/portfolio
|
||||
newTag: develop-sha-latest
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
@@ -13,7 +13,7 @@ commonLabels:
|
||||
# 이미지 태그 설정
|
||||
images:
|
||||
- name: ghcr.io/mayne0213/portfolio
|
||||
newTag: main-sha-3b311c2a0668e1fbfb4163f7fed7ecfffbc1f92c
|
||||
newTag: main-sha-9cb98b93934915fe6839f903f62c7a4142cd1a9f
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
Reference in New Issue
Block a user