Matthew Fisher
6307aad16d
add every release artifact to the release notes
6 years ago
Matthew Fisher
e294439e01
add amendments to release checklist
6 years ago
Matthew Fisher
1a1ea63830
fix `helm template -x` pathing issues on Windows
...
tiller's rendering engine converts os filepath separators into unix-style filepath separators, so we need to split template names with a forward slash.
6 years ago
Matthew Fisher
2d77db11fa
change copyright to "Copyright The Helm Authors"
6 years ago
Matthew Fisher
d8b46d840b
fix path output for Windows
6 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
6 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
6 years ago
Matthew Fisher
e6f6b1fc13
Merge pull request #4385 from bjornmagnusson/readme-updates
...
README: updated links to helm/helm
6 years ago
Michelle Noorali
96f9eb3c1f
Merge pull request #4371 from michelleN/docs
...
ref(docs): update docs around rbac
6 years ago
Björn Magnusson
ade712dad2
README: updated links to helm/helm
6 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
6 years ago
Matthew Fisher
3bd07d3e98
Merge pull request #4379 from nashasha1/fix/dash-in-name
...
Dashes are not allowed in the name
6 years ago
nashasha1
a657106798
Dashes are not allowed in the name
6 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.
6 years ago
Matthew Fisher
c72c4a0bcd
Merge pull request #4372 from dracan/patch-1
...
Add missing space
6 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>
6 years ago
KUOKA Yusuke
3e5b4066d2
feat(helm): Detailed exit code for helm plugins ( #4367 )
...
Resolves #4170
6 years ago
Rohan Chakravarthy
4efa18a5ec
feat(helm): Add the --kubeconfig flag ( #4235 )
...
Adds the ability to specify a kubeconfig file that overrides $KUBECONFIG
6 years ago
Dan Clarke
02f8130dbe
Add missing space
...
Yeah, I know - very trivial, but ¯\_(ツ)_/¯ :)
6 years ago
Michelle Noorali
30f245c0d3
docs(rbac.md): delete redundant step
6 years ago
Michelle Noorali
57e7b07c3e
ref(docs): add more links to tiller rbac info
6 years ago
Ihor Dvoretskyi
93ead1d0c9
Slack channels now have URL's
6 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.
6 years ago
Matthew Fisher
f8278afcce
Merge pull request #4346 from novas0x2a/fake-improvements
...
some minor improvements to the built-in fake
6 years ago
Mike Lundy
a6ab04be4d
[fake] return the correct error message for missing releases
6 years ago
Mike Lundy
327080161d
[fake] make InstallReleaseFromChart obey DryRun
6 years ago
A. Stiles
fc7b1caf9b
Include exact details to configure storage=secret
6 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."
6 years ago
Brian
aedd306e83
Revert "fix(helm): add `--tls-hostname` flag to tls flags."
6 years ago
Brian
6d7ae9fea1
Merge pull request #4341 from fibonacci1729/helm/tls_hostname
...
fix(helm): add `--tls-hostname` flag to tls flags.
6 years ago
fibonacci1729
7faf62a209
fix(helm): add --tls-hostname flag to tls-flags
6 years ago
Dusty Rip
cd6dd31397
Allow zsh completion to be autoloaded by compinit
6 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
6 years ago
Björn Magnusson
917c1a6b11
CONTRIBUTING.md: Corrected slack channel/s in support channels
6 years ago
flynnduism
c6a572a38e
docs(chore): scale svg up to 620 initial width/height
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
flynnduism
a3a1034e08
docs(chore): add svg logo
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
Junya Ogasawara
d75d35da82
Change permission of index.yaml
...
Because index.yaml generated by a command `helm repo index` isn't executable
file, but just configuration file.
6 years ago