- 24 Nov, 2017 1 commit
-
-
Arash Deshmeh authored
When 'helm package --app-version foo' is run, this will set the AppVersion field to 'foo' in the packaged chart. Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
-
- 23 Nov, 2017 8 commits
-
-
Matthew Fisher authored
Fix a typo in install.go, update helm_install.md
-
Igor Vuk authored
-
Matthew Fisher authored
fix(helm): resolve relative chart paths
-
Matthew Fisher authored
ref(helm): improve fullname template in starter chart
-
Matthew Fisher authored
Walk symbolic link directories
-
Johnny Bergström authored
Continue walking symlinks to be able to use them for sub-charts. Useful when not specifying requirements but still want to share charts locally.
-
Alexandr Burdiyan authored
Closes #1186
-
Christoph Hösler authored
-
- 22 Nov, 2017 14 commits
-
-
Matthew Fisher authored
more expansive RBAC setup docs
-
Christoph Hösler authored
-
Matthew Fisher authored
Add plugin installer from http archive
-
Matthew Fisher authored
-
Morgan Parry authored
Closes #3115
-
Helgi Þormar Þorbjörnsson authored
-
Johnny Bergström authored
When the first rule matching entry for top level dir will be empty string, the .* rule will match. Skip this entry as it's not needed for processing.
-
Hadrien Chauvin authored
-
Christoph Hösler authored
-
Christoph Hösler authored
-
Christoph Hösler authored
-
Christoph Hösler authored
-
Helgi Þormar Þorbjörnsson authored
Lets us build a subset of the targets while still using build-cross To build for multiple linux archs: TARGETS="linux/amd64 linux/386" make clean build-cross dist APP=helm VERSION=v25.12.2
-
omkensey authored
Document chart best practices related to RBAC. Fixes #3098.
-
- 21 Nov, 2017 6 commits
-
-
Matt Butcher authored
This puts pointers to RBAC and TLS docs in the quickstart guide.
-
Rajat Jindal authored
* support output-dir when running 'helm template' * add --output-dir to documentation * when writing to file, dont add additional document * trigger another ci build. make test-unit works for me * dont write blank files * return err instead of panic
-
Matthew Fisher authored
Add fullnameOverride
-
Matt Cholick authored
k8s client-go closes the ready channel that's passed in (see https://github.com/kubernetes/client-go/blob/master/tools/portforward/portforward.go#L171) This means that Tunnel's Close will always panic, as the client-go library will have closed then channel. This isn't reproducible unless helm.Client is externally, as the helm cli runner doesn't actually invoke Close.
-
Sebastien Plisson authored
* docs(helm): Document how to update a release idempotently To use the same command when installing and upgrading a release, using helm upgrade with '--install' works. Closes #3134 * Upgrade instead of update
-
Kai Chen authored
-
- 20 Nov, 2017 6 commits
-
-
Matthew Fisher authored
feat(http): Add a Helm user-agent string to the http getter
-
Matt Farina authored
Adding a user-agent to the http getter will enable servers to distinguish between helm (including various versions) and other tools connecting to the server.
-
Michelle Noorali authored
ref(docs): update plugin install documentation
-
Matthew Fisher authored
Increase script portability
-
Michelle Noorali authored
-
Tim H authored
Instead of presuming that bash is installed at /bin/bash, use `$PATH`. Official [bash docker container](https://hub.docker.com/_/bash/) installs bash at `/usr/local/bin` and recommends the use of `env`
-
- 17 Nov, 2017 1 commit
-
-
Matthew Fisher authored
Fix incorrect line
-
- 16 Nov, 2017 3 commits
-
-
Matthew Fisher authored
bump version to v2.7.2
-
Matthew Fisher authored
-
Matt Butcher authored
* fix(helm): add TLS params back During a recent refactor, several TLS flags stopped being processed for a few of the commands. This fixes those commands, and documents how to set up TLS. * fix(tiller): add stricter certificate verification The older version of Tiller allowed a weaker set of certificate checks than we intended. This version requires a client certificate, and then requires that that certificate be signed by a known CA. This works around the situation where a user could provide a self-signed certificate.
-
- 15 Nov, 2017 1 commit
-
-
Matthew Fisher authored
Update related.md with new helm-github plugin
-