- 01 Nov, 2017 5 commits
-
-
Matthew Fisher authored
Fix for relative chart path support in index.yaml
-
Matthew Fisher authored
use 127.0.0.1 instead of localhost
-
Matthew Fisher authored
fix(docs): fix code comment for ReuseValues()
-
Matt Tucker authored
-
Matthew Fisher authored
-
- 31 Oct, 2017 8 commits
-
-
Matthew Fisher authored
Update related.md
-
Valentin Tjoncke authored
Add helm-gcs plugin
-
Matthew Fisher authored
feat(tiller): exposes port 44135 in tiller deployment
-
Matthew Fisher authored
feat(helm): Automatically execute helm dep up when charts are in requirements.yaml but not in charts
-
Ivan Pedrazas authored
Tiller exposes probes and metrics in 44135. Because tiller doesn't expose that port and does not contain any Prometheus annotations, making Prometheus scrape tiller is a bit more complex. Closes #2985
-
xuhaigang authored
feat(helm): Add a flag --dep-up that helm install will automatically execute helm dep up when charts are in requirements.yaml but not in charts If checkdependencies returns an error, we can start download the charts which are not in charts. Closes #2879
-
Taylor Thomas authored
docs(chart): add notes regarding `.helmignore` and `.Files`
-
Taylor Thomas authored
docs(templates): fix misleading/broken examples
-
- 30 Oct, 2017 9 commits
-
-
Matthew Fisher authored
Allow to specify socket for rudder grpc server
-
Joan Rieu authored
-
Joan Rieu authored
-
Joan Rieu authored
-
Adam Reese authored
feat(search): Expose AppVersion in search results
-
Matthew Fisher authored
Fix typo for --service-account
-
Adam Reese authored
feat(chart): Adding maintainer url
-
Simon Schmidt authored
-
Christian Jauvin authored
-
- 29 Oct, 2017 2 commits
- 28 Oct, 2017 4 commits
-
-
Taylor Thomas authored
fix(circleci): Fixing the glide/vendor cache so it is used by glide
-
Taylor Thomas authored
Dependencies installation doc
-
Taylor Thomas authored
Add docs clarification to resolve #3046
-
Taylor Thomas authored
Update using_helm.md
-
- 27 Oct, 2017 1 commit
-
-
Matt Farina authored
This commit does a few things: * It moves the information being cached to be the glide cache. This will make the glide install process faster. * The cache is restored from prior to installing the dependencies.
-
- 26 Oct, 2017 1 commit
-
-
Yagnesh Mistry authored
add version flag to tiller binary * TODO comment on tiller.go
-
- 25 Oct, 2017 5 commits
-
-
Neil Moore authored
-
Neil Moore authored
-
Neil Moore authored
Update
-
Matthew Fisher authored
docs: Using Helm in Openshift Kubernetes distribution
-
Gabriel Miretti authored
-
- 24 Oct, 2017 2 commits
-
-
Matt Farina authored
Some would like to expose and see the application version in the search results. This change displays it. Closes #3010
-
Matt Farina authored
Each maintainer can have an optional URL. There are seceral use cases for providing a URL instead of an email address: - The case where a maintainer wants to hide their email address behind a webform for personal security - When the maintainer is an organization and feedback should go to an issue queue This change: - Adds the proto field for url - Updates the generated files for the chart proto - Includes linting for the url - Updates the docs to include the url Closes #3056
-
- 23 Oct, 2017 3 commits
-
-
Taylor Thomas authored
docs(tiller): Adds documentation for secret backend
-
Adam Reese authored
-
Matthew Fisher authored
fix circle not building tags
-