Björn Magnusson
917c1a6b11
CONTRIBUTING.md: Corrected slack channel/s in support channels
6 years ago
Brian
5ce95c6ea3
Merge pull request #4325 from fibonacci1729/issue4323
...
fix(helm): return when listing with no releases or nil
6 years ago
Michelle Noorali
c4cabe03b0
Merge pull request #4324 from michelleN/kind
...
chore(docs): lowercase `Kind` for clarity
6 years ago
fibonacci1729
6767f3cf08
fix(helm): return when listing with no releases or nil
6 years ago
Michelle Noorali
5a43a80e95
chore(docs): lowercase `Kind` for clarity
...
`Kind` being upper case makes it seem like we're referrring to
the Kind field of a Kubernetes resource but we're really talking
about the kind of helm hook in this case.
resolves #4302
6 years ago
Matthew Fisher
50ebdd808d
Merge pull request #3825 from adshmh/3581-feat-allow-custom-desc-after-helm-release-upgrade
...
Feature: allow custom description after helm release upgrade
6 years ago
Matthew Fisher
ee6d4e9831
Merge pull request #4320 from imroc/master
...
docs(helm): add helm-cos to related helm plugins
6 years ago
roc
c551fb7ef6
docs(helm): add helm-cos to related helm plugins
6 years ago
Matthew Fisher
777d9be04a
Merge pull request #4278 from jonk/template-docs-bad-nil-compare
...
Add check for nil in template control structure tutorial
6 years ago
Matthew Fisher
e577d55ba6
Merge pull request #4313 from AdamDang/patch-8
...
Some small typos:
6 years ago
AdamDang
69f10ca73b
Some small typos:
...
Some small typos:
Line 92: stategies->strategies
Line 263: namepace->namespace
Line 266: ReuseName->Reuse_name
6 years ago
Matthew Fisher
cc826d3d2d
Merge pull request #4231 from munnerz/patch-2
...
Add 'name' label to created namespaces
6 years ago
Matthew Fisher
457f68d3d6
Merge pull request #4307 from imroc/master
...
Support Stdin when using downloaders of plugin
6 years ago
roc
81994381c1
Support Stdin when using downloaders of plugin
...
Inject os.Stdin into the command of helm plugin's downloaders
6 years ago
Jon Kalfayan
b3c583b855
add nil check in if statement configmap example, also note why
6 years ago
Matthew Fisher
aa98e7e3dd
Merge pull request #4241 from ghugo/bump-sprig
...
chore(sprig): bump sprig to 2.15.0
6 years ago
Matthew Fisher
a7a95c5712
Merge pull request #3574 from derekbassett/documentation-issue-for-RBAC
...
The defined role does not allow Tiller to launch Kubernetes jobs
6 years ago
Matthew Fisher
67d1126684
Merge pull request #3739 from fqsghostcloud/rename
...
Update CONTRIBUTING.md
6 years ago
Gage Hugo
aae233e762
chore(sprig): bump sprig to 2.15.0
...
This change updates sprig to 2.15, which has support for generating
SSL certificates in charts from user defined CA certificates.
6 years ago
Matthew Fisher
99f20d82bb
Merge pull request #4093 from aidtechnology/issue_4092
...
Migrate 'template' to 'include' in 'helm create'
6 years ago
James Munnelly
5041d74187
Add 'name' label to created namespaces
6 years ago
Taylor Thomas
572743d5d6
Merge pull request #4035 from thomastaylor312/docs/add_release_meetings
...
docs(release_checklist): Adds information about new release meetings
6 years ago
Michelle Noorali
374a320d0f
Merge pull request #4041 from michelleN/docs
...
chore(docs): mv index.md to README.md
6 years ago
Michelle Noorali
12f3c4a87a
Merge pull request #4123 from michelleN/security-contacts
...
add SECURITY_CONTACTS
6 years ago
Michelle Noorali
f89a5a7299
add SECURITY_CONTACTS
6 years ago
Matthew Fisher
d2c8dbc7c6
Merge pull request #4072 from rocky-nupt/fix-depup-install
...
Fix(helm): fix the bug of the charts not deployed after downloaded in helm install --dep-up
6 years ago
rocky
4d579bbbdf
Fix(helm): fix the bug of the charts not deployed after downloaded
...
in helm install --dep-up
helm install --dep-up does not deploy the charts downloaded by itself.
I reload the charts path after downloading the missing charts.
Closes #3423
6 years ago
Matthew Fisher
00733bcd3c
Merge pull request #4208 from liyongxin/typo-fix-for-template
...
typo fix for template test
6 years ago
liyongxin
5d2140be38
typo fix for template test
6 years ago
Matthew Fisher
98341abe05
Merge pull request #4049 from flimzy/warning
...
Suppress 'unauthenticated users' warning when --tiller-tls-verify present
6 years ago
Matthew Fisher
f63baab020
Merge pull request #3923 from seaneagan/list_cmd_output_format
...
feat(list): Optional output as JSON and YAML
6 years ago
Matthew Fisher
afd6f53023
Merge pull request #4096 from qinix/fix-doc-requirements-condition
...
fix charts doc: there shouldn't be a space in between the conditions
6 years ago
Matthew Fisher
245c5bcc09
Merge pull request #4130 from mattjmcnaughton/mattjmcnaughton/fix-inaccurate-comment-in-tiller
...
Fix inaccurate comment in `tiller`
6 years ago
Matthew Fisher
a660b18987
Merge pull request #4135 from mattjmcnaughton/mattjmcnaughton/4086-fix-concurrency-issues-with-helm-install
...
Fix concurrency issues with helm install
6 years ago
Matthew Fisher
daeb458302
Merge pull request #4142 from elritsch/set-string-force-string-value-for-booleans-and-null
...
Make --set-string flag parse booleans and null as strings
6 years ago
Matthew Fisher
ad38044f7c
Merge pull request #4165 from tariq1890/master
...
Setting DisableCompression to true to disable unwanted httpclient transformation
6 years ago
Matthew Fisher
e195a9cd11
Merge pull request #4176 from mattjmcnaughton/mattjmcnaughton/4174-more-specific-name-reuse-error-message
...
Increase error message specificity for name reuse
6 years ago
Matthew Fisher
ee49d24434
Merge pull request #4188 from muehlburger/feat/improve-tests
...
test(helm): add test for 'ParseIntoString' and update test for 'ParseInto'
6 years ago
Matthew Fisher
baef4aa4b8
Merge pull request #4192 from Dean-Coakley/patch-1
...
Remove trailing whitespace from Charts documentation
6 years ago
Matthew Fisher
4e5139b67c
Merge pull request #4190 from alicefr/pr_s390
...
Add s390 architecture in TARGETS
7 years ago
Matthew Fisher
1fe65ca587
Merge pull request #4196 from liyongxin/typo-fix-lengh-to-length
...
typo fix for lengh to length
7 years ago
liyongxin
63760b2937
typo fix for lengh to length
7 years ago
Dean Coakley
0ddbcc1fe9
Remove trailing whitespace
7 years ago
Alice Frosi
c19dea18b0
Add s390 architecture in TARGETS
...
Signed-off-by: Alice Frosi <alice@linux.vnet.ibm.com>
7 years ago
Herbert Mühlburger
8817f7baa7
test: add test for 'ParseIntoString' and update test for 'ParseInto'
7 years ago
Matthew Fisher
1a728c6f14
Merge pull request #4139 from radbaron/master
...
Documentation formatting [Tiny]
7 years ago
Matthew Fisher
f36c9b7a0e
Merge pull request #4179 from mirake/fix-typos
...
Typo fix: indentifies -> identifies
7 years ago
ruicao
b4cfb5f2f3
Typo fix: indentifies -> identifies
7 years ago
Arash Deshmeh
d8c4cbb0e0
feat(helm): Added the ability to handle custom description to client side for install, upgrade, rollback, and delete commands. Updated the documentation according to the changes.
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Arash Deshmeh
a32868e48b
added ability to handle custom release descriptions to tiller
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago