Skip to content

Commit 8012135

Browse files
fix: remove unwanted ovveride of client timeout (#152)
1 parent 03f9b03 commit 8012135

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/chartinspector/chartinspector.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ func (c *ChartInspector) Resources(params Parameters) ([]Resource, error) {
104104

105105
req.URL.RawQuery = query.Encode()
106106

107-
c.httpClient.Timeout = 1 * time.Second
108107
resp, err := c.httpClient.Do(req)
109108
if err != nil {
110109
return nil, fmt.Errorf("getting chartinspector: %w", err)

0 commit comments

Comments
 (0)