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
7a38dcff
Commit
7a38dcff
authored
8 years ago
by
Adam Reese
Committed by
GitHub
8 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #959 from adamreese/feat/release-namespace
feat(*): install releases into namespace
parents
a7575e87
57bd8b2c
No related merge requests found
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
_proto/hapi/release/release.proto
+2
-0
_proto/hapi/release/release.proto
_proto/hapi/services/tiller.proto
+3
-0
_proto/hapi/services/tiller.proto
cmd/helm/helm.go
+5
-6
cmd/helm/helm.go
cmd/helm/helm_test.go
+4
-1
cmd/helm/helm_test.go
cmd/helm/install.go
+7
-5
cmd/helm/install.go
cmd/helm/tunnel.go
+1
-11
cmd/helm/tunnel.go
cmd/tiller/environment/environment.go
+0
-6
cmd/tiller/environment/environment.go
cmd/tiller/release_server.go
+14
-14
cmd/tiller/release_server.go
cmd/tiller/release_server_test.go
+11
-1
cmd/tiller/release_server_test.go
cmd/tiller/tiller.go
+0
-20
cmd/tiller/tiller.go
pkg/client/install.go
+1
-6
pkg/client/install.go
pkg/helm/client.go
+2
-2
pkg/helm/client.go
pkg/helm/interface.go
+1
-1
pkg/helm/interface.go
pkg/helm/option.go
+2
-1
pkg/helm/option.go
pkg/proto/hapi/release/release.pb.go
+19
-16
pkg/proto/hapi/release/release.pb.go
pkg/proto/hapi/services/tiller.pb.go
+49
-46
pkg/proto/hapi/services/tiller.pb.go
with
121 additions
and
136 deletions
+121
-136
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