-
Notifications
You must be signed in to change notification settings - Fork 35
Added helm commands integrations for collecting build info #314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added helm commands integrations for collecting build info #314
Conversation
| ) | ||
|
|
||
| // downloadFileContentFromArtifactory downloads a file from Artifactory and returns its content | ||
| func downloadFileContentFromArtifactory(serviceManager artifactory.ArtifactoryServicesManager, repo, path, name string) ([]byte, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cant we extract this info from local?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For non oci helm chart, priority is first checking inside cache, then artifactory,
but for oci, we need to search manifest and config layers from artifactory itself.
Co-authored-by: Bhanu Reddy <[email protected]>
5c25eb1 to
40a2bb4
Compare
40a2bb4 to
44b7fe7
Compare
Co-authored-by: Bhanu Reddy <[email protected]>

what: Added functionalities for collecting build info by downloading dependencies info through artifactory API for helm commands.
Testing: done, locally
Dependent on other PRs: Yes, jfrog/build-info-go#339