Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
88c00656
Unverified
Commit
88c00656
authored
6 years ago
by
Matthew Fisher
Browse files
Options
Download
Patches
Plain Diff
swallow the error when returning the default HTTP client
(cherry picked from commit
aa2976f0
)
parent
561e034a
release-2.9
v2.9.1
v2.9.0
v2.9.0-rc5
v2.9.0-rc4
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/downloader/chart_downloader.go
+1
-1
pkg/downloader/chart_downloader.go
with
1 addition
and
1 deletion
+1
-1
pkg/downloader/chart_downloader.go
+
1
−
1
View file @
88c00656
...
@@ -183,7 +183,7 @@ func (c *ChartDownloader) ResolveChartVersionAndGetRepo(ref, version string) (*u
...
@@ -183,7 +183,7 @@ func (c *ChartDownloader) ResolveChartVersionAndGetRepo(ref, version string) (*u
r
:=
&
repo
.
ChartRepository
{}
r
:=
&
repo
.
ChartRepository
{}
r
.
Client
=
g
r
.
Client
=
g
g
.
SetCredentials
(
c
.
getRepoCredentials
(
r
))
g
.
SetCredentials
(
c
.
getRepoCredentials
(
r
))
return
u
,
r
,
g
,
err
return
u
,
r
,
g
,
nil
}
}
return
u
,
nil
,
nil
,
err
return
u
,
nil
,
nil
,
err
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets