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
9d8a84ee
Commit
9d8a84ee
authored
5 years ago
by
陈谭军
Committed by
Martin Hickey
5 years ago
Browse files
Options
Download
Patches
Plain Diff
fix-up typo (#6501)
Signed-off-by:
chentanjun
<
2799194073@qq.com
>
parent
0a488670
release-2.17
dev-v2
release-2.15
release-2.16
v2.17.0
v2.17.0-rc.1
v2.16.12
v2.16.11
v2.16.10
v2.16.9
v2.16.8
v2.16.7
v2.16.6
v2.16.5
v2.16.4
v2.16.3
v2.16.2
v2.16.1
v2.16.0
v2.16.0-rc.2
v2.16.0-rc.1
v2.15.2
v2.15.1
v2.15.0
v2.15.0-rc.2
v2.15.0-rc.1
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cmd/helm/template_test.go
+1
-1
cmd/helm/template_test.go
pkg/provenance/sign.go
+1
-1
pkg/provenance/sign.go
pkg/tiller/release_list.go
+1
-1
pkg/tiller/release_list.go
with
3 additions
and
3 deletions
+3
-3
cmd/helm/template_test.go
+
1
−
1
View file @
9d8a84ee
...
...
@@ -158,7 +158,7 @@ func TestTemplateCmd(t *testing.T) {
},
{
name
:
"check_invalid_name_template"
,
desc
:
"verify the relase name generate by template is invalid"
,
desc
:
"verify the rel
e
ase name generate by template is invalid"
,
args
:
[]
string
{
subchart1ChartPath
,
"--name-template"
,
"foobar-{{ b64enc
\"
abc
\"
}}-baz"
},
expectError
:
"is invalid"
,
},
...
...
This diff is collapsed.
Click to expand it.
pkg/provenance/sign.go
+
1
−
1
View file @
9d8a84ee
...
...
@@ -122,7 +122,7 @@ func NewFromKeyring(keyringfile, id string) (*Signatory, error) {
return
s
,
nil
}
// We're go
nna
go all GnuPG on this and look for a string that _contains_. If
// We're go
ing to
go all GnuPG on this and look for a string that _contains_. If
// two or more keys contain the string and none are a direct match, we error
// out.
var
candidate
*
openpgp
.
Entity
...
...
This diff is collapsed.
Click to expand it.
pkg/tiller/release_list.go
+
1
−
1
View file @
9d8a84ee
...
...
@@ -126,7 +126,7 @@ func (s *ReleaseServer) ListReleases(req *services.ListReleasesRequest, stream s
return
nil
}
// partition packs releases into slices upto the capacity cap in bytes.
// partition packs releases into slices up
to the capacity cap in bytes.
func
(
s
*
ReleaseServer
)
partition
(
rels
[]
*
release
.
Release
,
cap
int
)
<-
chan
[]
*
release
.
Release
{
chunks
:=
make
(
chan
[]
*
release
.
Release
,
1
)
go
func
()
{
...
...
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