ci: auto-update image tag in kustomization for ArgoCD sync
Add Drone CI step to update kustomization.yaml newTag with commit SHA after image build, enabling ArgoCD to detect manifest changes and auto-deploy new images.
This commit is contained in:
@@ -9,3 +9,7 @@ resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
- ingress.yaml
|
||||
|
||||
images:
|
||||
- name: 192.168.68.11:30500/invest-api
|
||||
newTag: latest
|
||||
|
||||
Reference in New Issue
Block a user