James Ravn
ab0ba3aa63
fix(tiller): respect resource policy on upgrade ( #5225 )
...
Don't delete a resource on upgrade if it is annotated with
helm.io/resource-policy=keep. This can cause data loss for users if the
annotation is ignored (e.g. for a PVC).
Closes #3673
Signed-off-by: James Ravn <james@r-vn.org>
6 years ago
Amim Knabben
5cf932c140
Changing deprecated library reference and setting delete propagation background policy ( #5161 )
...
Signed-off-by: Amim Knabben <amim.knabben@gmail.com>
6 years ago
Laski
6ceaef446f
Clarify section title ( #5226 )
...
As stated by @schollii in https://github.com/helm/helm/issues/4505#issuecomment-415886732 "Overriding Values from a Parent Chart" is unclear. This changes that text to "Overriding Values of a Child Chart". See @scholli's comment for justification.
Signed-off-by: Nahuel Lascano <nlascano@eryx.co>
6 years ago
Peter Stalman
4c1edcf049
Fixes #5046 , zsh completion ( #5072 )
...
Signed-off-by: Peter Stalman <sarkedev@gmail.com>
6 years ago
Christian Hildebrando Hercules
f8ae371388
Updating SAP example of gathering charts in one place ( #5125 )
...
Signed-off-by: Christian H Hercules <cxhercules@users.noreply.github.com>
6 years ago
Maor Friedman
a47a358149
[docs/related] add helm tiller-info plugin, related to #5111 ( #5154 )
...
Signed-off-by: Maor <maor.friedman@nuvo-group.com>
6 years ago
Marcin Kłopotek
7871ea9f73
Update documentation with option to install helm on Windows via scoop ( #5207 )
...
Signed-off-by: Marcin Kłopotek <marcin.klopotek@gmail.com>
6 years ago
Bort Verwilst
074dbcde4f
Switch to numeric user id ( #5203 )
...
Signed-off-by: Bart Verwilst <bart@verwilst.be>
6 years ago
Taylor Thomas
240e539cec
Merge pull request #5143 from cleac/master
...
Fixes #3338 : Implement "atomic" upgrade/install
6 years ago
Alexander Nesterenko
2332b480c9
Update docs to include information about setting `--wait flag`
...
Signed-off-by: Alexander Nesterenko <nestorf250@gmail.com>
6 years ago
Alexander Nesterenko
5744af51e8
Add smoke tests
...
Signed-off-by: Alexander Nesterenko <nestorf250@gmail.com>
6 years ago
Alexander Nesterenko
599bce8b13
Upgrade installation docs
...
Signed-off-by: Alexander Nesterenko <nestorf250@gmail.com>
6 years ago
Alexander Nesterenko
e137c55a3a
[ #3338 ] Rename "safe" to "atomic" which gives more clear understanding, what it does
...
Signed-off-by: Alexander Nesterenko <nestorf250@gmail.com>
6 years ago
Alexander Nesterenko
869efd59be
Fix codestyle and update docs
...
Signed-off-by: Alexander Nesterenko <nestorf250@gmail.com>
6 years ago
Alexander Nesterenko
8a5c7f1571
Implement "atomic" upgrade/install
...
Add possibility to put "--safe" argument to install and
upgrade command that restores the state of cluster in
case of failed install/upgrade attempt
Signed-off-by: Alexander Nesterenko <nestorf250@gmail.com>
6 years ago
shibataka000
0dfe2b865a
Itemize text in docs/securing_installation.md ( #5217 )
...
Signed-off-by: Takao Shibata <chise.alter.pasta@gmail.com>
6 years ago
JoeWrightss
197e68ec1f
Fix some typos in comment ( #5215 )
...
Signed-off-by: zhoulin xie <zhoulin.xie@daocloud.io>
6 years ago
Michelle Noorali
70a6182606
Merge pull request #5192 from hickeyma/add-pr-review-proc
...
Add content on how community members can help review PRs
6 years ago
Adam Reese
e62dddcfb6
Merge pull request #5198 from glb/ignore-pax-global-header
...
fix: ignore pax_global_header "file" in chart validation
6 years ago
Geoff Baskwill
05a365358f
fix: ignore pax header "file"s in chart validation
...
Signed-off-by: Geoff Baskwill <me@geoffbaskwill.ca>
6 years ago
Patrick Lang
af4c14b593
Update docs/examples to use multi-arch tagged images ( #5099 )
...
* update nginx example to work multi-arch
Signed-off-by: Patrick Lang <patrick.lang@hotmail.com>
* Fix alpine to use a multiarch tag
Signed-off-by: Patrick Lang <patrick.lang@hotmail.com>
6 years ago
Matthew Fisher
581e6cdbb8
fix: use RFC 1123 subdomains for name verification ( #5132 )
...
As noted in Slack by a community member, release names with periods are
considered usable. Switching to RFC 1123 subdomain verification
continues to block bad release names like BAD_NAME, but allows names
like good.name to continue working.
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Koichi Shiraishi
812b74aca5
Fix delete.go file permission ( #5194 )
...
The 'cmd/helm/delete.go' file permission is 755, change to same as another file.
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
6 years ago
Martin Hickey
6453dbe575
Add content on how community members can help review PRs
...
Updated text to better elaborate on he process and also some small other
nits/updates.
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
6 years ago
Deepak Sattiraju
a4bc9fd733
Fixing helm search display format #5148 ( #5162 )
...
Signed-off-by: ds-ms <desattir@microsoft.com>
6 years ago
Michelle Noorali
2b7221b5b7
Merge pull request #4088 from jgleonard/2751
...
#2715 add child NOTES.txt rendering
6 years ago
Jon Leonard
315ed81116
Restore comment text
...
Signed-off-by: Jon Leonard <jon.leonard@sanofi.com>
6 years ago
Matt Butcher
5603fe8d3e
fix: perform extra validation on paths in tar archives ( #5165 )
...
* fix: perform extra validation on paths in tar archives
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
* fix: Cover a few Windows cases and also remove a duplicate tar reader
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
* fix: removed debug output
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
* fix: Expand again preserves the files verbatim
Also added tests for Expand
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
* fix: add license block and remove println
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
6 years ago
Axel Köhler
893c3b61f6
Add chart name check to lint ( #3773 )
...
Signed-off-by: Axel Köhler <koehler.ax3l@gmail.com>
6 years ago
Matthew Fisher
8015fc3570
bump version to v2.12 ( #4991 )
...
(cherry picked from commit 657557947c
)
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
JoeWrightss
e70bea6adb
Fix some spelling errors ( #5114 )
...
Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
6 years ago
Elad Iwanir
cbf9ad11be
fix minor build issue
...
Signed-off-by: Elad Iwanir <eladiw@users.noreply.github.com>
6 years ago
Elad Iwanir
7c55fdcf02
Sort resources output by 'helm status'
...
Signed-off-by: Elad Iwanir <eladiw@users.noreply.github.com>
6 years ago
Eric Thiebaut-George
4634f5f2fa
Recommend using crd-install instead of pre-install ( #5139 )
...
* 5138 Recommended using crd-install instead of pre-install
Signed-off-by: Eric Thiebaut-George <ethiebautgeorge@tycoint.com>
* 5138 Updated section title
Signed-off-by: Eric Thiebaut-George <ethiebautgeorge@tycoint.com>
6 years ago
Taylor Thomas
5a404f114e
Merge pull request #5122 from thomastaylor312/doc/release_note_categories
...
doc(release_checklist): Adds steps for categorizing changelogs
6 years ago
Taylor Thomas
e3c6385959
doc(release_checklist): Adds steps for categorizing changelogs
...
Closes #5119
Also includes some formatting fixes to wrap lines at 80 chars
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
6 years ago
Maor Friedman
c82c0b6046
[docs/related] update orca link to official repo ( #5097 )
...
Signed-off-by: Maor <maor.friedman@nuvo-group.com>
6 years ago
ejether
266b3415f0
Ejether/rename autohelm in docs ( #5095 )
...
* autohelm we renamed to reckoner for copyright concerns. This commit renames autohelm in the documentation
Signed-off-by: EJ Etherington <ej@reactiveops.com>
* moving to be in alphabetical order
Signed-off-by: EJ Etherington <ej@reactiveops.com>
6 years ago
Matthew Fisher
29ab7a0a77
Revert "Fix for existing CRDs are deleted when crd-install hook is introduced ( #4709 )" ( #5067 )
...
This reverts commit e2a0e7fa54
.
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Justin Scott
e7bd4da683
Merge pull request #5074 from alexhumphreys/fix/ingress-whitespace
...
Fix(helm): Use spaces in ingress template
6 years ago
Alex Humphreys
89467a8bf1
Fix(helm): Use spaces in ingress template
...
The rest of the ingress template was using spaces, just these two lines
were tabs.
Signed-off-by: Alex Humphreys <alex.humphreys@here.com>
6 years ago
Adam Reese
6e5c2d5706
Merge pull request #5063 from adamreese/chore/kube-v1.13.1
...
chore(deps): bump kubernetes to v1.13.1
6 years ago
Adam Reese
9174f5b9e5
chore(deps): bump kubernetes to v1.13.1
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Taylor Thomas
96ef326c3c
Merge pull request #5022 from tariq1890/issue_tpl
...
Renaming Issue Templates correctly and adding a pull request template
6 years ago
JoeWrightss
e9a5465c66
Fix some spelling error ( #5032 )
...
Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
6 years ago
Kévin Dunglas
9aa773042d
create: include the namespace in NOTES.txt for LoadBalancer status ( #5055 )
...
Signed-off-by: Kévin Dunglas <dunglas@gmail.com>
6 years ago
Ben Tyler
c7009a155c
docs: add Shipper to the list of additional tools ( #5051 )
...
Signed-off-by: Ben Tyler <benjamin.tyler@booking.com>
6 years ago
Adam Reese
eaa8cd761f
Merge pull request #5033 from adamreese/ref/kube-1.13
...
ref(*): kubernetes v1.13 support
6 years ago
Adam Reese
129ed82679
ref(*): kubernetes v1.13 support
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Taylor Thomas
ed5297983a
Merge pull request #5015 from tariq1890/rm_k8s_dep
...
Remove k8s.io/kubernetes deps for simple pod and svc util methods
6 years ago