- 02 Jul, 2020 1 commit
-
-
Matt Farina authored
This mirrors the change already merged into v3 at https://github.com/helm/helm-www/pull/713 Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 15 May, 2020 1 commit
-
-
Matthew Fox authored
Signed-off-by:
Matthew Fox <matt@getbalto.com>
-
- 23 Jul, 2019 2 commits
-
-
Bridget Kromhout authored
Signed-off-by:
Bridget Kromhout <bridget@kromhout.org>
-
Bridget Kromhout authored
Signed-off-by:
Bridget Kromhout <bridget@kromhout.org>
-
- 13 Jun, 2019 1 commit
-
-
Ihor Dvoretskyi authored
Installation information added (and a minor fix) Signed-off-by:
Ihor Dvoretskyi <ihor@linux.com>
-
- 04 Jun, 2019 1 commit
-
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
- 21 May, 2019 1 commit
-
-
dev-chulbuji authored
Signed-off-by:
dev-chulbuji <dev.chulbuji@gmail.com>
-
- 22 Apr, 2019 3 commits
-
-
Duffie Cooley authored
I've added an alias to git.io the github url shortening service from git.io/get_helm.sh -> https://raw.githubusercontent.com/helm/helm/master/scripts/get Like this: ``` $ curl -i https://git.io/ -F url=https://raw.githubusercontent.com/helm/helm/master/scripts/get -F code=get_helm.sh HTTP/1.1 201 Created Server: Cowboy Connection: keep-alive Date: Fri, 19 Apr 2019 23:20:39 GMT Status: 201 Created Content-Type: text/html;charset=utf-8 Location: https://git.io/get_helm.sh Content-Length: 62 X-Xss-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-Runtime: 0.008310 X-Node: f065811c-e0e8-4384-bf09-9d9d28586c4d X-Revision: 392798d237fc1aa5cd55cada10d2945773e741a8 Strict-Transport-Security: max-age=31536000; includeSubDomains Via: 1.1 vegur ``` I think it's a little easier to remember and use. There is also no way to overwrite or modify alias. Once it's there it's there in perpetuity. Thanks! Signed-off-by:
Duffie Cooley <dcooley@heptio.com>
-
Étienne Lafarge authored
Signed-off-by:
Étienne Lafarge <etienne.lafarge@gmail.com>
-
Étienne Lafarge authored
This commits adds the possibility to back Tiller (or the future Tiller-less Helm CLI) with any SQL database (only postgres has been tested so far) to store release information. The main motivation for this commit was to use a storage backend that would allow releases larger that 1MB in size (ConfigMap or Secret drivers don't, because of limits on value size in the underlying etcd key-value store). Signed-off-by:
Étienne Lafarge <etienne.lafarge@gmail.com> Co-authored-by:
Elliot Maincourt <e.maincourt@gmail.com> <(@emaincourt)> Co-authored-by:
Paul Borensztein <hi@0x01.fr> <(@commit-master)>
-
- 16 Apr, 2019 1 commit
-
-
dieutth authored
*From Script* should be in the same level as other *Installing the Helm Client* options. Signed-off-by:
Dieu Tran <dieufunny@gmail.com>
-
- 29 Jan, 2019 1 commit
-
-
Marcin Kłopotek authored
Signed-off-by:
Marcin Kłopotek <marcin.klopotek@gmail.com>
-
- 06 Nov, 2018 1 commit
-
-
Mike Garuccio authored
Added `--classic` to the snap install command. Signed-off-by:
Mike Garuccio <mgaruccio@gmail.com>
-
- 01 Nov, 2018 1 commit
-
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
- 14 Sep, 2018 1 commit
-
-
Carlos Tadeu Panato Junior authored
Signed-off-by:
cpanato <ctadeu@gmail.com>
-
- 07 Sep, 2018 1 commit
-
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
- 23 Jul, 2018 1 commit
-
-
Ihor Dvoretskyi authored
* 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>
-
- 20 Jul, 2018 1 commit
-
-
Michelle Noorali authored
-
- 11 Apr, 2018 1 commit
-
-
Manuel Rüger authored
Since the only dep (bitbucket.org/ww/goautoneg) that required it is gone in https://github.com/kubernetes/helm/commit/845e99014362983d01179a411ae664b104e6c1f7#diff-f16a80eae23d5b298c2652448ec420cfL4
-
- 05 Apr, 2018 1 commit
-
-
Stefan Henseler authored
-
- 30 Jan, 2018 1 commit
-
-
lihuangzym authored
-
- 06 Dec, 2017 1 commit
-
-
Ralph Squillace authored
* first staging * Filled out RBAC and TLS * Finished draft. * smoothing * gRPC endpoint tooling moved up and cleaned * updating install.md * addressed comments; will continue expanding and iterating
-
- 07 Nov, 2017 1 commit
-
-
Justin Scott authored
-
- 13 Oct, 2017 1 commit
-
-
Taylor Thomas authored
Adds documentation for running `tiller` with the new secrets backend added in #2721
-
- 10 Oct, 2017 1 commit
-
-
Justin Scott authored
This feature enables users to specify more control over where Tiller pod lands by allowing "node-selectors" to be specified. Alternatively, the "--output" flag will skip install and dump Tiller's raw Deployment manifest to stdout so user may alter it as they see fit (probably with a JSON manipulation tool like jq). Closes #2299
-
- 13 Sep, 2017 1 commit
-
-
Frederi Mandin authored
-
- 02 Sep, 2017 1 commit
-
-
ReSearchITEng authored
easy copy/paste for those living on the edge :)
-
- 28 Jun, 2017 1 commit
-
-
Karolis Labrencis authored
The "if" might confuse reader
-
- 07 Feb, 2017 1 commit
-
-
Tao Zhou authored
-
- 24 Jan, 2017 1 commit
-
-
Matt Butcher authored
This documents the new 'helm init --upgrade' flag. Closes #1704 Closes #1755
-
- 23 Dec, 2016 2 commits
-
-
Christoph Blecker authored
-
Christoph Blecker authored
-
- 15 Dec, 2016 1 commit
-
-
Adam Reese authored
Adds `--tiller-namespace` flag and `TILLER_NAMESPACE` envvar to use tiller in an alternate namespace. closes #1418
-
- 15 Nov, 2016 1 commit
-
-
Matt Farina authored
Downloading of charts and helm itself happened over http. This change moves to use https as that is available with valid certs.
-
- 14 Nov, 2016 1 commit
-
-
Matt Farina authored
A bucket name in the path can be migrated to a custom k8s domain name. This is in preperation for that.
-
- 07 Nov, 2016 1 commit
-
-
Anthony Yeh authored
-
- 26 Oct, 2016 1 commit
-
-
Matt Butcher authored
This adds documentation for 'scripts/get'.
-
- 20 Oct, 2016 2 commits
-
-
Matt Butcher authored
This provides an example of an in-place upgrade to Tiller using `kubectl set image`.
-
Jim authored
Fixes #1393
-
- 17 Oct, 2016 1 commit
-
-
Matt Butcher authored
This refreshes docs, as discussed in #719, and adds a few new sections to the docs. Closes #719
-