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
50ebdd80
Unverified
Commit
50ebdd80
authored
6 years ago
by
Matthew Fisher
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #3825 from adshmh/3581-feat-allow-custom-desc-after-helm-release-upgrade
Feature: allow custom description after helm release upgrade
parents
ee6d4e98
d8c4cbb0
No related merge requests found
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
_proto/hapi/services/tiller.proto
+9
-0
_proto/hapi/services/tiller.proto
cmd/helm/delete.go
+3
-0
cmd/helm/delete.go
cmd/helm/delete_test.go
+8
-0
cmd/helm/delete_test.go
cmd/helm/install.go
+4
-1
cmd/helm/install.go
cmd/helm/install_test.go
+7
-0
cmd/helm/install_test.go
cmd/helm/rollback.go
+4
-1
cmd/helm/rollback.go
cmd/helm/rollback_test.go
+6
-0
cmd/helm/rollback_test.go
cmd/helm/upgrade.go
+5
-1
cmd/helm/upgrade.go
cmd/helm/upgrade_test.go
+16
-0
cmd/helm/upgrade_test.go
docs/helm/helm_delete.md
+2
-1
docs/helm/helm_delete.md
docs/helm/helm_install.md
+2
-1
docs/helm/helm_install.md
docs/helm/helm_rollback.md
+2
-1
docs/helm/helm_rollback.md
docs/helm/helm_upgrade.md
+1
-0
docs/helm/helm_upgrade.md
pkg/helm/fake.go
+14
-7
pkg/helm/fake.go
pkg/helm/fake_test.go
+17
-0
pkg/helm/fake_test.go
pkg/helm/option.go
+28
-0
pkg/helm/option.go
pkg/proto/hapi/services/tiller.pb.go
+117
-79
pkg/proto/hapi/services/tiller.pb.go
pkg/tiller/release_install.go
+5
-1
pkg/tiller/release_install.go
pkg/tiller/release_install_test.go
+20
-0
pkg/tiller/release_install_test.go
pkg/tiller/release_rollback.go
+6
-1
pkg/tiller/release_rollback.go
with
276 additions
and
94 deletions
+276
-94
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