Matthew Fisher
9dce1ac88b
s,kubernetes/charts,helm/charts,g ( #4889 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Ryan Dawson
00109db20a
note on prefixing of resource names with release name ( #4633 )
...
* note on naming of resources
Signed-off-by: Ryan Dawson <ryan.dawson@alfresco.com>
* put whitespace back in
Signed-off-by: Ryan Dawson <ryan.dawson@alfresco.com>
* put whitespace back
Signed-off-by: Ryan Dawson <ryan.dawson@alfresco.com>
* put whitespace back
Signed-off-by: Ryan Dawson <ryan.dawson@alfresco.com>
* clarify template fullname
Signed-off-by: Ryan Dawson <ryan.dawson@alfresco.com>
* fix formatting problem by escaping underscore
Signed-off-by: ryandawsonuk <ryandawson@cantab.net>
* no need to change whitespace elsewhere in doc
Signed-off-by: ryandawsonuk <ryandawson@cantab.net>
6 years ago
Maor Friedman
c911f6a85d
related docs - remove import, export, add backup and plugin-utils instead ( #4867 )
...
* remove import, export, add backup instead
Signed-off-by: Maor <maor.friedman@nuvo-group.com>
* add helm plugin utility functions
Signed-off-by: Maor <maor.friedman@nuvo-group.com>
* move helm-plugin-utils into helm plugins section
Signed-off-by: Maor <maor.friedman@nuvo-group.com>
6 years ago
Erik Sundell
eb96576b8d
Reform indentation practices using nindent ( #4562 )
...
The essence of this commit is to help people get started with a better
indentation practice than this:
```yaml
spec:
labels:
{{ toYaml .Values.labels | indent 4 }}
```
The previous indentation practice is harder to read. Instead this commit
introduces an indentation practice using `nindent` like this:
```yaml
spec:
labels:
{{- toYaml .Values.labels | nindent 4 }}
```
Signed-off-by: Erik Sundell <erik.i.sundell@gmail.com>
6 years ago
liaoj
d41ca72e42
fix:#4873, check release name ( #4883 )
...
for command helm template and helm install
when cusotmer input invalid release name, return a error
Signed-off-by: jliao <jliao@alauda.io>
6 years ago
Mike Garuccio
833ee712b2
fix snap install command ( #4877 )
...
Added `--classic` to the snap install command.
Signed-off-by: Mike Garuccio <mgaruccio@gmail.com>
6 years ago
Dr Nic Williams
f7377100ff
Full path to mysubchart file ( #4882 )
...
Signed-off-by: Dr Nic Williams <drnicwilliams@gmail.com>
6 years ago
Daniel M Barlow
4a49abb81e
Small typo fix ( #4887 )
...
Signed-off-by: Daniel M Barlow <danielmbarlow@gmail.com>
6 years ago
Matthew Fisher
c60abb4dd0
add special note for RBAC users ( #4597 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
8442851a5c
docs(release_checklist): fix changelog generation command ( #4694 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
d18fa439e6
add s390x architecture to the release notes ( #4741 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matt Farina
24f25fdea8
Merge pull request #4805 from jjasghar/patch-1
...
Update quickstart.md
6 years ago
Maor Friedman
6452e90f3f
Add plugins and tools to docs ( #4861 )
...
Signed-off-by: Maor <maor.friedman@nuvo-group.com>
6 years ago
Louis-Etienne
48ca44b7f0
Missing the batch permission in one of the example ( #4829 )
...
Signed-off-by: Louis-Etienne Dorval <ledor473@hotmail.com>
6 years ago
Alpha
eff909929b
UPT: tutorial ( #4808 )
...
Signed-off-by: Alpha <jhexe2002@gmail.com>
6 years ago
JJ Asghar
bf463ca2df
Update quickstart.md
...
Updated the MySQL release, and put more output that gets sent to
STDOUT with `helm install stable/mysql`
Signed-off-by: JJ Asghar <jja@ibm.com>
6 years ago
Marc Khouzam
ea5d2bb7bd
Fix reference to wordpress ( #4803 )
...
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
6 years ago
mgresser
d8f38e5cee
Grammar fix ( #4801 )
...
Signed-off-by: Mischa Gresser <mgresser@dstillery.com>
6 years ago
Martin Hickey
f6efe2f0c1
Add test template example for helm create ( #4524 )
...
* Add test template example for helm create
As helm create ganerates an nginx chart, the example is based on
https://github.com/helm/helm/blob/master/docs/examples/nginx/templates/
service-test.yaml
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
* Update after review
- https://github.com/helm/helm/pull/4524#pullrequestreview-155183390
- https://github.com/helm/helm/pull/4524#pullrequestreview-155379922
- Fix where app.kubernetes.io/instance was incorrect in service selector
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
* Add doc update
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
* Update GO formatting
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
6 years ago
Anumita Shenoy
1e26b5300b
feat(helm): add $HELM_KEY_PASSPHRASE environment variable for signing helm charts ( #4778 )
...
* feat(helm): add $HELM_KEY_PASSPHRASE environment variable for signing helm charts
If $HELM_KEY_PASSPHRASE is set then helm package sign command will not prompt the
user to enter the passphrase for the private key
Signed-off-by: Anumita Shenoy <ansheno@microsoft.com>
* docs(helm): added documentation for HELM_KEY_PASSPHRASE
Added description for HELM_KEY_PASSPHRASE
Signed-off-by: Anumita Shenoy <ansheno@microsoft.com>
6 years ago
Etienne
8061227ce1
Add Helm convert plugin ( #4766 )
...
Signed-off-by: Etienne Tremel <etienne.tremel@container-solutions.com>
6 years ago
Thomas Yuan
5e7548f3c3
update rbac.authorization.k8s.io from v1beta1 to v1 ( #4771 )
...
Signed-off-by: Thomas Yuan <thomas@cppcoder.net>
6 years ago
Martin Hickey
e7d93f231d
Fix Slack channel references ( #4752 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
6 years ago
Matt Butcher
597c4fb421
docs(provenance): update explanation of new GnuPG format ( #4710 )
...
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
6 years ago
Carlos Tadeu Panato Junior
71ba25a5a9
change kubernetes to helm in docs and yaml files when refer the repository ( #4640 )
...
Signed-off-by: cpanato <ctadeu@gmail.com>
6 years ago
Michelle Noorali
e55cc79da3
Merge pull request #4631 from nenadstojanovikj/patch-1
...
Clearer wording when using pipelines
6 years ago
Nenad Stojanovikj
91994818a7
Clearer wording when using pipelines
...
Signed-off-by: Nenad Stojanovikj <nekk1@live.com>
6 years ago
Pratyush Verma
5211bfa110
Fix type in Values File ( #4629 )
...
Fix typo
Signed-off-by: Pratyush Verma <vermapratyush@gmail.com>
6 years ago
adshmh
b4b693c316
feat(helm): output option for helm get values command, allow json and yaml formats ( #4596 )
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
6 years ago
Thomas Garlot
ba260dca4a
4611 - Remove deadlink to deis.com ( #4613 )
...
Signed-off-by: tgarlot <thomas@garlot.net>
6 years ago
Anton Osmond
094b97ab5d
Be explicit about where occurences of <CHARTNAME> will be replaced in starter charts ( #4548 )
...
Signed-off-by: Anton Osmond <antonosmond@gmail.com>
6 years ago
Ian Chen
c539454c9c
Fix grammer for tests ( #4599 )
...
Signed-off-by: Ian Chen <ianchen06@gmail.com>
6 years ago
Matthew Fisher
10db6a6fb5
introduce `helm init --automount-service-account-token` ( #4589 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
bef59e40dc
allow settings TLS flags from environment variables ( #4590 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Arash Deshmeh
7f703f50a9
feat(helm): added new helm notes command to display notes provided by the chart of a release
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
6 years ago
Matthew Fisher
8a72628beb
Merge pull request #4340 from adshmh/4321-feat-helm-sort-releases-by-chart-name
...
feat(helm): add ability to sort release list by chart name
6 years ago
Arash Deshmeh
380ca1a923
feat(helm): add ability to sort release list by chart name
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
6 years ago
aswinkarthik
1b34a511d4
fix(helm): Add --tiller-tls-hostname flag to 'helm init'
...
This will fix the bug where 'helm init --wait' fails when TLS is used.
Signed-off-by: aswinkarthik <aswinkarthik93@gmail.com>
6 years ago
mattjmcnaughton
17151b99ea
Add containerized options for tests in Makefile
...
Add an option to run the `test-unit`, `test-style`, and `test`
steps from the `Makefile` insides of a docker container. Doing so
isolates this component of helm development from any other aspect of
your global go environment.
These commands all have the name `docker-*`. Long term, there may
be reproducibility benefits to running all of the Make steps in a
container by default, in which case `containerized-test-unit` could
become `test-unit`.
6 years ago
smurfralf
c4d6b5a434
Tweeks per bacon review
6 years ago
smurfralf
eeb3a1454a
Improve documentation for helm upgrade ( #4030 )
...
Expand and clarify documentation for `helm upgrade` to include nuances
of command line values setting.
Fixes issue #4030
6 years ago
Taylor Thomas
e3d4206b65
Merge pull request #4469 from rimusz/master
...
add Tillerless Helm blog post and plugin references
6 years ago
Tim Hobbs
0b3924b2ac
Messages are encrypted when using TLS
...
When helm client and tiller use TLS their messages are encrypted, not unencrypted ;)
6 years ago
Dustin Specker
8c69e1af4f
docs: remove extraneous "it"
6 years ago
Adam Reese
b95eb54bf2
Merge pull request #4420 from adamreese/ref/kube-1.11
...
ref(*): kubernetes v1.11 support
6 years ago
Matt Farina
83e3571358
Merge branch 'master' into update-labels
6 years ago
Nick Schuch
1ed6ffbdb0
Update zoom.us link
6 years ago
Alexey Volkov
f15d658450
fix: link to custom resource definitions section
6 years ago
rimas
c4c9287a0a
add Tillerless Helm blog post and plugin references
6 years ago
muffin87
204f823b5e
Add basic tutorial for beginners ( #4466 )
6 years ago