Matthew Fisher
089af0e1aa
soften the recommendation of hypens in chart names
...
We definitely still suggest that dashes are acceptable for chart packages, but users should be aware of the limitations of dashes in variable names in Go templates.
7 years ago
Matthew Fisher
49fc49ecb8
Merge pull request #4396 from AndersRasmussen/master
...
docs/charts_hooks.md: Adding space for correct formatting on docs.helm.sh
7 years ago
Anders Rasmussen
9effff424f
Adding space for correct formatting on docs.helm.sh
...
The rendering of the bullet list is not rendered correctly on https://docs.helm.sh/developing_charts/#hooks
7 years ago
Matthew Fisher
e6f6b1fc13
Merge pull request #4385 from bjornmagnusson/readme-updates
...
README: updated links to helm/helm
7 years ago
Michelle Noorali
96f9eb3c1f
Merge pull request #4371 from michelleN/docs
...
ref(docs): update docs around rbac
7 years ago
Björn Magnusson
ade712dad2
README: updated links to helm/helm
7 years ago
KUOKA Yusuke
dc93908626
feat: Set values from local files ( #3758 )
...
Adds the `--set-file key=filepath` flag to `install`, `upgrade`, `template` and `lint` sub-commands so that the content of the file at the `filepath` is set to the value for the `key`.
Resolves #1754
7 years ago
Matthew Fisher
3bd07d3e98
Merge pull request #4379 from nashasha1/fix/dash-in-name
...
Dashes are not allowed in the name
7 years ago
nashasha1
a657106798
Dashes are not allowed in the name
7 years ago
Matt Butcher
4f1fec3edb
docs(OWNERS): add rimusz as emeritus maintainer ( #4357 )
...
This PR was approved by vote of the core maintainers. It adds Rimus, one
of the project's founders, as an emeritus Helm maintainer.
7 years ago
Matthew Fisher
c72c4a0bcd
Merge pull request #4372 from dracan/patch-1
...
Add missing space
7 years ago
Ihor Dvoretskyi
84856089c6
Snap installation information added ( #4366 )
...
* Snap installation information added
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
* Moved Snap instructions to the different section
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
7 years ago
KUOKA Yusuke
3e5b4066d2
feat(helm): Detailed exit code for helm plugins ( #4367 )
...
Resolves #4170
7 years ago
Rohan Chakravarthy
4efa18a5ec
feat(helm): Add the --kubeconfig flag ( #4235 )
...
Adds the ability to specify a kubeconfig file that overrides $KUBECONFIG
7 years ago
Dan Clarke
02f8130dbe
Add missing space
...
Yeah, I know - very trivial, but ¯\_(ツ)_/¯ :)
7 years ago
Michelle Noorali
30f245c0d3
docs(rbac.md): delete redundant step
7 years ago
Michelle Noorali
57e7b07c3e
ref(docs): add more links to tiller rbac info
7 years ago
Erik Sundell
01da56f956
helm template cmd - conformity of output ( #3811 )
...
By changing a string from `##---` to `---` the output written to files matches the output generated to stdout.
7 years ago
Matthew Fisher
f8278afcce
Merge pull request #4346 from novas0x2a/fake-improvements
...
some minor improvements to the built-in fake
7 years ago
Mike Lundy
a6ab04be4d
[fake] return the correct error message for missing releases
7 years ago
Mike Lundy
327080161d
[fake] make InstallReleaseFromChart obey DryRun
7 years ago
Brian
50ca1b5bb5
Merge pull request #4342 from kubernetes/revert-4341-helm/tls_hostname
...
Revert "fix(helm): add `--tls-hostname` flag to tls flags."
7 years ago
Brian
aedd306e83
Revert "fix(helm): add `--tls-hostname` flag to tls flags."
7 years ago
Brian
6d7ae9fea1
Merge pull request #4341 from fibonacci1729/helm/tls_hostname
...
fix(helm): add `--tls-hostname` flag to tls flags.
7 years ago
fibonacci1729
7faf62a209
fix(helm): add --tls-hostname flag to tls-flags
7 years ago
fibonacci1729
aaf1c6a352
docs(*): update tiller_ssl docs to reflect IP SAN usage.
...
When using helm/tiller in tls-verify mode, 127.0.0.1 should
be listed as an IP SAN in the tiller certificate to pass
hostname verficiation of the TLS handshake.
Closes #4149
7 years ago
Brian
5ce95c6ea3
Merge pull request #4325 from fibonacci1729/issue4323
...
fix(helm): return when listing with no releases or nil
7 years ago
Michelle Noorali
c4cabe03b0
Merge pull request #4324 from michelleN/kind
...
chore(docs): lowercase `Kind` for clarity
7 years ago
fibonacci1729
6767f3cf08
fix(helm): return when listing with no releases or nil
7 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
7 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
7 years ago
Matthew Fisher
ee6d4e9831
Merge pull request #4320 from imroc/master
...
docs(helm): add helm-cos to related helm plugins
7 years ago
roc
c551fb7ef6
docs(helm): add helm-cos to related helm plugins
7 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
7 years ago
Matthew Fisher
e577d55ba6
Merge pull request #4313 from AdamDang/patch-8
...
Some small typos:
7 years ago
AdamDang
69f10ca73b
Some small typos:
...
Some small typos:
Line 92: stategies->strategies
Line 263: namepace->namespace
Line 266: ReuseName->Reuse_name
7 years ago
Matthew Fisher
cc826d3d2d
Merge pull request #4231 from munnerz/patch-2
...
Add 'name' label to created namespaces
7 years ago
Matthew Fisher
457f68d3d6
Merge pull request #4307 from imroc/master
...
Support Stdin when using downloaders of plugin
7 years ago
roc
81994381c1
Support Stdin when using downloaders of plugin
...
Inject os.Stdin into the command of helm plugin's downloaders
7 years ago
Jon Kalfayan
b3c583b855
add nil check in if statement configmap example, also note why
7 years ago
Matthew Fisher
aa98e7e3dd
Merge pull request #4241 from ghugo/bump-sprig
...
chore(sprig): bump sprig to 2.15.0
7 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
7 years ago
Matthew Fisher
67d1126684
Merge pull request #3739 from fqsghostcloud/rename
...
Update CONTRIBUTING.md
7 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.
7 years ago
Matthew Fisher
99f20d82bb
Merge pull request #4093 from aidtechnology/issue_4092
...
Migrate 'template' to 'include' in 'helm create'
7 years ago
James Munnelly
5041d74187
Add 'name' label to created namespaces
7 years ago
Taylor Thomas
572743d5d6
Merge pull request #4035 from thomastaylor312/docs/add_release_meetings
...
docs(release_checklist): Adds information about new release meetings
7 years ago
Michelle Noorali
374a320d0f
Merge pull request #4041 from michelleN/docs
...
chore(docs): mv index.md to README.md
7 years ago
Michelle Noorali
12f3c4a87a
Merge pull request #4123 from michelleN/security-contacts
...
add SECURITY_CONTACTS
7 years ago
Michelle Noorali
f89a5a7299
add SECURITY_CONTACTS
7 years ago