ppapp92 opened a new issue, #8630: URL: https://github.com/apache/incubator-devlake/issues/8630
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement. ### Use case As DevOps Engineer I want to be able to write a blueprint that can correlate the Git Hash with the Docker Tag of an image that gets deployed by ArgoCD. ### Description Currently we have a GitLab pipeline that builds our Docker Images. However we use a different repo for the Helm Chart which ArgoCD uses to deploy the application. With the current configuration DevLake can't correlate the build and the deployment because they happen in different repos with different commit SHAs. The idea with the change is that the image tags are the build SHA in our setup. So if query-able I could use the image tag and the commit hash to match the build and deployment. The metadata is already ingested by the plugin under the `data` column in the `_raw_argocd_api_sync_operations` table. However it doesn't get processed into the `_tool_argocd_sync_operations` table and therefore can't be queried by the Blueprint. ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
