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:
Yaojia Wang
2026-03-18 23:32:17 +01:00
parent eac9fe963e
commit d4e06c71b7
2 changed files with 20 additions and 0 deletions

View File

@@ -9,3 +9,7 @@ resources:
- deployment.yaml
- service.yaml
- ingress.yaml
images:
- name: 192.168.68.11:30500/invest-api
newTag: latest