- 01 Nov, 2016 2 commits
-
-
Jim authored
For archived files the Chart.yaml file should be contained in a base directory. This commit adds an error when the Chart.yaml file is found in the root directory. Fixes #1171
-
Adam Reese authored
ref(kube): add newBuilder function to dry up builder calls
-
- 31 Oct, 2016 5 commits
-
-
Adam Reese authored
-
Matt Butcher authored
docs(chart_repository): update the repo docs
-
Matt Butcher authored
docs(charts_tips_and_tricks): SAP and Deis examples
-
Matt Butcher authored
This adds a couple of examples for building an application chart for complex multi-part applications.
-
Matt Butcher authored
fix(helm): fix tests if tmp directory is on another block device
-
- 29 Oct, 2016 1 commit
-
-
Jim authored
Two non-exported helper functions were added to the repo index test file. They first try to link the file, since this is optimal. If the link fails a copy occurs. Fixes #1472
-
- 28 Oct, 2016 2 commits
-
-
Matt Butcher authored
fix(tiller): allow 3rd party APIs
-
Matt Butcher authored
This feature has been disabled in the past because simply enabling the feature causes the Kubernetes library to make requests to a server. Thus, running any tests that use the 'pkg/kube' library has required running a kube API server. This patch makes it possible to selectively activate 3rdParty API support, and then disables that support during testing. Future versions of the Kubernetes library appear to make it easier to configure and mock this behavior, so this is most likely a stop-gap measure. (Famous last words.) Closes #1472
-
- 27 Oct, 2016 8 commits
-
-
Matt Butcher authored
docs(kubernetes_distros): add notes on kube distros
-
Matt Butcher authored
This adds a place to put distribution-specific information about different distributions of Kubernetes.
-
Adam Reese authored
fix(helm): add kubernetes defaults to context
-
Adam Reese authored
fixes: #1467
-
Matt Butcher authored
This pass through fixed formatting, examples, and technical information to reflect the current state of Helm. Also added some pointers for using a regular webserver.
-
Matt Butcher authored
docs(install): document installer script
-
Matt Butcher authored
fix(helm): fail when helm deps are not fetched
-
Brian authored
feat(998): append to history on install --replace
-
- 26 Oct, 2016 14 commits
-
-
Matt Butcher authored
This changes the behavior of the bulk downloader to fail as soon as it encounters a dependency that it cannot fetch. Closes #1439
-
Matt Butcher authored
This adds documentation for 'scripts/get'.
-
Adnan Abdulhussein authored
Add deployment, service and NOTES to create
-
Matt Butcher authored
fix(helm): read passphrase from prompt
-
Matt Butcher authored
This prompts the user to enter a passphrase if the given PGP key is encrypted. Closes #1447
-
Matt Butcher authored
docs(provenance): explain using Keybase.io
-
Vic Iglesias authored
-
Vic Iglesias authored
-
fibonacci1729 authored
-
Matt Butcher authored
-
Vic Iglesias authored
-
Vic Iglesias authored
-
Vic Iglesias authored
-
Vic Iglesias authored
-
- 25 Oct, 2016 8 commits
-
-
Adnan Abdulhussein authored
chore(README): update install section for Beta.2
-
Adnan Abdulhussein authored
-
Matt Butcher authored
docs(*) fix typos in docs
-
Adam Reese authored
-
joe2far authored
-
Michelle Noorali authored
fix(helm): correctly convert types on --set flag
-
Michelle Noorali authored
fixes #1449
-
Matt Butcher authored
fix(helm): skip overwriting the lock if it hasn't changed
-