- 25 Apr, 2017 1 commit
-
-
Trevor Hartman authored
-
- 21 Apr, 2017 2 commits
-
-
Matt Butcher authored
Added reference to plugins
-
Adam Reese authored
ref(helm): use new debug method to standardize debug output
-
- 20 Apr, 2017 8 commits
-
-
Adam Reese authored
chore(*): bump kubernetes to v1.6.2
-
Michelle Noorali authored
chore(README.md): update zoom meeting link
-
Michelle Noorali authored
-
Taylor Thomas authored
ref(*): Regenerates protobuf files with protoc 3.2.0
-
Adam Reese authored
-
spiddy authored
-
Adam Reese authored
-
Taylor Thomas authored
Protoc was updated a little while ago and we are likely to get more people using it. This should avoid weird merge conflicts and bump us to the latest version
-
- 19 Apr, 2017 4 commits
-
-
Matt Butcher authored
feat(tiller): add --net-host flag to 'helm init'
-
Brian authored
test(*): add tests for new tls support
-
Matt Butcher authored
Fix indent for defaultDeployment
-
Matthias Thubauville authored
-
- 18 Apr, 2017 7 commits
-
-
Matt Butcher authored
Search constraint and Install/Upgrade default constraint
-
Matt Butcher authored
Validates chart-dir before running dependency list command
-
Shane Starcher authored
-
Justin Scott authored
-
Justin Scott authored
When 'helm init --net-host=true' is run, Tiller will be installed with access to the host network (net=host in Docker) Closes #2222
-
fibonacci1729 authored
Adds a testdata directory to hold tls certs at the root of the project. The tests cover pkg/tlsutil, cmd/helm, and cmd/helm/installer. Closes #2289
-
Matt Butcher authored
Implementation of pluggable downloaders
-
- 17 Apr, 2017 1 commit
-
-
Sushil Kumar authored
Fixes issues/2276: helm dependency list hangs if run on large directory
-
- 16 Apr, 2017 1 commit
-
-
Gergo Huszty authored
It is now possible to create plugins with chart download capabilities for custom, non-http protocols. Furthermore it is possible to reuse helm packages to implement alternative clients with these custom downloader functions.
-
- 13 Apr, 2017 8 commits
-
-
Matt Butcher authored
Exposes repository-URLs as flags on helm init command
-
Matt Butcher authored
Expose tiller server metrics to prometheus
-
Sushil Kumar authored
-
Sushil Kumar authored
Fixes issues/2272 stable-repository-url is currently hard-coded for helm init, so if a user wants to make a different intranet repository as stable repo, only option left is to first do an init, followed by repo delete and repo add.
-
Taylor Thomas authored
chartutil create ingress example
-
Matt Butcher authored
clarify helm serve's intent
-
Matt Butcher authored
fix(tiller): ignore empty YAML documents during delete
-
sadlil authored
-
- 12 Apr, 2017 8 commits
-
-
Matthew Fisher authored
A lot of community members are looking at `helm serve` as a production webserver to host their charts. There are much better solutions out there like s3, wabs or gcs for cloud storage and nginx, haproxy or apache for DIY dedicated web servers. Steering users in the right direction will help users make the right decision when it comes to serving their charts in production.
-
Matt Butcher authored
Closes #2256
-
Matt Butcher authored
fix(helm): fix nil pointer in requirements.go
-
Adam Reese authored
fix(scripts): don't include plugins for generating docs
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
docs(*): Add ci script to confirm docs are up to date with commits
-
Christoph Blecker authored
-