xuhaigang
c1cbb97348
Fix(helm): fix the bug of helm search --regexp
...
helm search cannot search for upper case by --regexp, because it
lowers all the letters when build repo index.
Closes #2865
7 years ago
Matthew Fisher
5ed2d6bddb
Merge pull request #2897 from bacongobbler/semver-contract
...
add section on semantic versioning
7 years ago
Matthew Fisher
d978c4af62
Merge pull request #2889 from scottrigby/2888-clarify-default-command-best-practice
...
Fixes #2888 . Clarifies that use of default command should stay DRY
7 years ago
Matthew Fisher
6258730d65
add section on semantic versioning
...
This documentation was ripped from the Helm v2.2.0 release notes. I've referenced it enough times that
it should be placed somewhere in the documentation.
7 years ago
Matthew Fisher
bb5db61325
Merge pull request #2781 from jascott1/i2755-template
...
feat(helm): add `template` command
7 years ago
Matthew Fisher
77f8ab724c
Merge pull request #2892 from ReSearchITEng/patch-1
...
easy install cmd copy/paste for those living on the edge
7 years ago
ReSearchITEng
56af57ea94
easy copy/paste for those living on the edge
...
easy copy/paste for those living on the edge :)
7 years ago
Scott Rigby
58e8e3b756
Fixes #2888 . Clarifies that use of default command should stay DRY
7 years ago
Justin Scott
bf426afd3c
Merge pull request #2860 from jascott1/i2443-openssl
...
feat(helm): use openssl sha1 command in Helm get script
7 years ago
Matt Butcher
7186fcf240
Merge pull request #2808 from ebabani/master
...
'helm upgrade --install' uses the namespace from kube config.
7 years ago
Matthew Fisher
2e9bb9f552
Merge pull request #2867 from appscode/upl
...
Update link to wheel
7 years ago
Matthew Fisher
ecede6f167
Merge pull request #2877 from kfirstri/fix-docs-hooks
...
fix(helm) right syntax is helm.sh/hook-delete-policy
7 years ago
Taylor Thomas
d5243dc788
Merge pull request #2874 from DoctorZK/fix/hook-log-during-multiple-annotations
...
fix(tiller): fix a warning bug in hook annotation
7 years ago
kfirstri
a1f536cb2b
right syntax is helm.sh/hook-delete-policy according to commit 734b124577
7 years ago
DoctorZK
608fd7318a
fix(tiller): fix a warning bug in hook annotation
7 years ago
Justin Scott
8befd50c12
Merge pull request #2850 from rocky-nupt/fix-update-delete-subcharts
...
Fix(helm): Fix the bug of dependency update deleting subcharts
7 years ago
Justin Scott
46ce97c1b0
feat(helm): use openssl sha1 command
...
Currently the bash script that installs Helm is hard-coded to use
openssl sha command but some distros like Debian 9 only have sha1.
Since the popular current distros have sha1 we can switch to that.
Closes(#2859 )
7 years ago
Justin Scott
4a02a71f1e
WIP feat(helm): add `template` command
...
This adds the functionality from the helm-template plugin to allow the
rendering of templates without Tiller.
Closes #2755
7 years ago
Tamal Saha
a412a1209a
Update related.md
7 years ago
xuhaigang
c77a90a240
feat(helm):Allow remote values.yaml with -f
...
In this feature, we can use -f option with remote files, same as kubectl
accepts URLs. I add an option to send a 'get' request when read the local
file failed.
Closes #2642
7 years ago
tamal
cdc0245d77
Update link to wheel
7 years ago
xuhaigang
b79033a715
Merge branch 'fix-update-delete-subcharts' of https://github.com/rocky-nupt/helm into fix-update-delete-subcharts
7 years ago
Taylor Thomas
1dbbace831
Merge pull request #2692 from DoctorZK/feat/hook-delete-policy
...
feat(*) add key helm.sh/hook-delete-policy to hook annotation
7 years ago
Maciej Kwiek
4e97017213
CircleCI 2 config
7 years ago
xuhaigang
4ffb9dfb4b
Fix(helm): Fix the bug of dependency update deleting subcharts
...
In Helm 2.6.0, the new delete feature that deletes old versions of
charts is deleting subcharts that aren't in requirements.yaml.
In this patch, I judge the dependency whether it is included in the
requirements.yaml before deleting it.
Closes #2830
7 years ago
DockerZK
734b124577
feat(*) add key helm.sh/hook-delete-policy to hook annotation
...
When "helm.sh/hook-delete-policy: hook-succeeded" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is succeeded. When "helm.sh/hook-delete-policy: hook-failed" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is failed.
Closes #1769
7 years ago
Justin Scott
a2323f8658
Merge pull request #2818 from lichuqiang/master
...
fix typo in helm_fetch.md
7 years ago
Dmitry Shulyak
e4c5802cbc
Allow to specify socket for rudder grpc server
...
os args will be used to specify grpc server socket,
either --listen or -l can be used as an argument to rudder binary
7 years ago
Taylor Thomas
21c0391ef7
Merge pull request #2803 from hobti01/patch-2
...
Fix curl error Failed writing body
7 years ago
Matt Butcher
a736c2a3fe
Merge pull request #2636 from technosophos/feat/2332-max-history
...
feat(tiller): limit number of versions stored per release
7 years ago
lichuqiang
ceb953c5b0
fix typo
7 years ago
Kira
4c1a47480e
feat(2450): add annotations to chart metadata ( #2671 )
...
* feat(2450): add options to chart metadata
7 years ago
Matt Butcher
1ced91bb6d
Merge pull request #2676 from technosophos/fix/CONTRIBUTING-clarification-on-OWNERS
...
fix(CONTRIBUTING): added note about who merges a PR
7 years ago
Matt Butcher
04a0659b3e
Merge pull request #2809 from rocky-nupt/feature-read-from-STDIN
...
feat(helm):Support reading the values file from STDIN
7 years ago
Adam Reese
5bc7c619f8
chore(*): bump to v2.6.0
7 years ago
Taylor Thomas
7a6dbfea49
Merge pull request #2790 from nebril/dependency-update-chart-deletion
...
Delete old deps after chart deps are updated
7 years ago
xuhaigang
084dff477e
feat(helm):Support reading the values file from STDIN
...
We can use the command like
<pre>sed "s|foo|bar|g" values-template.yaml | helm install -f - stable/foo</pre>
This may be helpful in scripting.
Closes #2709
7 years ago
Justin Scott
eaaefa1be8
Merge pull request #2816 from jascott1/i1696
...
feat(tiller): sort manifests alphabetically if they are same kind
7 years ago
Justin Scott
f239050996
Update kind subsort to sort unknown kinds alphabetically.
...
Remove length check from subsort test. Add check for unknowns.
7 years ago
Justin Scott
87d2b7ab67
Add test for kind sorter sub sort
7 years ago
Justin Scott
66c4f7453e
feat(tiller): sort manifests alphabetically if they are same kind
...
Updates Tiller manifest sorting so that manifests of the same kind are
then sorted alphabetically.
Closes #1696
7 years ago
Matt Butcher
8e5a733b88
Merge pull request #2785 from Miouge1/master
...
Fix the default NOTES.txt and values.yaml
7 years ago
Ergin Babani
e22dad066c
Update docs with the upgrade/install namespace behaviour.
7 years ago
Ergin Babani
edb5be3ac5
'helm upgrade --install' uses the namespace from kube config.
...
Use the current kube config namespace by default if --namespace is not specified.
This makes 'helm upgrade --install' and 'helm install' handle namespaces
the same way.
7 years ago
Justin Scott
ba9cb7a3bc
Merge pull request #2799 from mbssaiakhil/patch-1
...
Fix Typo in Contributing Guidelines
7 years ago
Tim H
b914958b96
Fix curl error Failed writing body
...
Do not close the pipe early, output only the first version found. wget command changed for consistency.
Fixes #2802
7 years ago
Malepati Bala Siva Sai Akhil
6de79b7ea8
Fix Typo in Contributing Guidelines
7 years ago
Justin Scott
176228a6a7
Merge pull request #2793 from nebril/add-mkwiek-owners
...
Add nebril to OWNERS
7 years ago
Matt Butcher
0853f4906a
feat(tiller): limit number of versions stored per release
...
This adds a new configuration option to Tiller to limit the number of
records stored per release.
Tiller stores historical release information (helm history, helm
rollback). This makes it possible to set a maximum number of versions
per release.
To enable this feature, use `helm init --history-max NNN`. Note that
because of the restrictions on Deployment objects, you will have to
re-install Tiller to add a limit.
Along the way, I found an unreported bug in the Memory storage driver.
This fixes that bug and adds substantially more tests to catch
regressions.
Closes #2332
7 years ago
Maciej Kwiek
a9b4f895eb
Add nebril to OWNERS
7 years ago