rbstp commented on issue #5207: URL: https://github.com/apache/incubator-devlake/issues/5207#issuecomment-4320466320
@vkovacik You’ve identified the gap correctly. The ArgoCD plugin only sees the deployment repo, so source commit lineage between two image tags isn’t resolved automatically today. Two paths worth considering: 1. Tag images with the git SHA alongside semver. If the SHA is in the tag, DevLake can correlate deployments to commits via the corresponding CI/CD plugins. 2. Use the DevLake Incoming Webhook plugin. Have your CI emit a deployment event post-sync with the source commit SHA in the `deploymentCommits` payload (`repoUrl` + `commitSha`). This bypasses the ArgoCD plugin’s inference entirely and gives you exact commit-to-deployment mapping. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
