Adam Reese
83ed3384d2
chore(ci): remove travis configuration
8 years ago
Adam Reese
074d2eb711
chore(scripts): remove unsupported local-cluster script
8 years ago
Matt Butcher
3516314838
docs(chart_hooks): clarify hook execution order
...
Closes #2234
8 years ago
Matt Butcher
6246fa12a8
fix(helm): return error when dependencies are missing
...
This upgrades a warning to an error in cases where `requirements.yaml`
contains a requirement, but it's missing in charts/
This impacts install, upgrade, and package.
Closes #2209
8 years ago
Brian
d7ab16ad03
Merge pull request #2316 from fibonacci1729/master
...
fix(tiller): update tls client auth policy
8 years ago
Matt Butcher
7094651493
feat(*): update to latest gRPC and Protobuf
...
Effectively, this switches us to gRPC's internal version 4. This is
compatible with protoc 3.2 and grpc-go 1.2.1.
8 years ago
Matt Butcher
d1b1161f77
Merge pull request #2327 from devth/patch-1
...
Update Slack channels
8 years ago
Taylor Thomas
12300745d3
Merge pull request #2324 from chipironcin/improve_get_script
...
Improve get script
8 years ago
Trevor Hartman
f206f03a1b
Update Slack channels
8 years ago
Jorge Marin
18fc8a8539
Update comment in function
8 years ago
Maciej Kwiek
ec92b76054
Release are locked to avoid parallel changes
...
Environment is supplied with release lock map which allows to lock a
release by name to make sure that update, rollback or uninstall aren't
running on one release at the same time.
8 years ago
Jorge Marin
6adf7d59de
Print escaped chars
8 years ago
Jorge Marin
e114807c45
Use '-SsL' for all 'curl' calls to get response using SSL, silently and following reedirections
8 years ago
Jorge Marin
037ff5b51c
Replace call to Github HTTP API with normal Github URL
8 years ago
Matt Butcher
7309c1a7dd
Merge pull request #2302 from harbur/master
...
Added reference to plugins
8 years ago
Adam Reese
b7f2c6f5fe
Merge pull request #2304 from adamreese/ref/debug
...
ref(helm): use new debug method to standardize debug output
8 years ago
fibonacci1729
d7240ff943
fix(tiller): update tls client auth policy
...
RequireAndVerifyClientCert => VerifyClientCertIfGiven
Closes #2310
8 years ago
Adam Reese
7ce0e27c87
Merge pull request #2307 from adamreese/chore/kube-v1.6.2
...
chore(*): bump kubernetes to v1.6.2
8 years ago
Michelle Noorali
6baac513c3
Merge pull request #2305 from michelleN/update-zoom-link
...
chore(README.md): update zoom meeting link
8 years ago
Michelle Noorali
dfbdd4c5ea
chore(README.md): update zoom meeting link
8 years ago
Taylor Thomas
7ed700a973
Merge pull request #2301 from thomastaylor312/regen_protobuf
...
ref(*): Regenerates protobuf files with protoc 3.2.0
8 years ago
Adam Reese
2540836133
chore(*): bump kubernetes to v1.6.2
8 years ago
spiddy
4fb7deb023
Added reference to plugins
8 years ago
Adam Reese
50eee83646
ref(helm): use new debug method to standardize debug output
8 years ago
Taylor Thomas
c463e1f185
ref(*): Regenerates protobuf files with protoc 3.2.0
...
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
8 years ago
Matt Butcher
5af676cda1
Merge pull request #2287 from jascott1/2222/nethost_tiller
...
feat(tiller): add --net-host flag to 'helm init'
8 years ago
Brian
17c0de49d1
Merge pull request #2291 from fibonacci1729/master
...
test(*): add tests for new tls support
8 years ago
Matt Butcher
12a8825373
Merge pull request #2294 from Thubo/master
...
Fix indent for defaultDeployment
8 years ago
Matthias Thubauville
ce505f16e6
Fix indent for defaultDeployment
8 years ago
Matt Butcher
fe1104056c
Merge pull request #2279 from sstarcher/search_constraint
...
Search constraint and Install/Upgrade default constraint
8 years ago
Matt Butcher
d4e129d55c
Merge pull request #2283 from sushilkm/issues/2276
...
Validates chart-dir before running dependency list command
8 years ago
Shane Starcher
7150fc3d9e
bug(helm) - install/upgrade/search semver constraint support
8 years ago
Justin Scott
85b7890bfd
Add docs for new init flag 'net-host'.
8 years ago
Justin Scott
48649fe03e
WIP feat(tiller): add --net-host flag to 'helm init'
...
When 'helm init --net-host=true' is run, Tiller will be installed with access to the host network (net=host in Docker)
Closes #2222
8 years ago
fibonacci1729
73e6399294
test(*): add tests for new tls support
...
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
8 years ago
Matt Butcher
01f8dcdc61
Merge pull request #2094 from nokia/custom-getter
...
Implementation of pluggable downloaders
8 years ago
Sushil Kumar
99065aa331
Validates chart-dir before running dependency list command
...
Fixes issues/2276: helm dependency list hangs if run on large directory
8 years ago
Gergo Huszty
b4ca198cc6
Pluggable downloaders. Closes #2093 , #2094 .
...
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.
8 years ago
Matt Butcher
bba0214ea1
Merge pull request #2273 from sushilkm/issues/2272
...
Exposes repository-URLs as flags on helm init command
8 years ago
Matt Butcher
0c11033fb7
Merge pull request #2171 from appscode/tiler-prom
...
Expose tiller server metrics to prometheus
8 years ago
Sushil Kumar
2e8d2c0178
Docs updated for new flags
8 years ago
Sushil Kumar
5431f33cb1
Exposes repository-URLs as flags on helm init command
...
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.
8 years ago
Taylor Thomas
d03311b45a
Merge pull request #2188 from scottrigby/chartutil-ingress-example
...
chartutil create ingress example
8 years ago
Matt Butcher
62fa34a57f
Merge pull request #2267 from bacongobbler/helm-serve-docs
...
clarify helm serve's intent
8 years ago
Matt Butcher
436aa4884a
Merge pull request #2268 from technosophos/fix/2256-ignore-empty-yaml-delete
...
fix(tiller): ignore empty YAML documents during delete
8 years ago
sadlil
8c81e7336a
Add prometheus monitoring for tiler
8 years ago
Matthew Fisher
43b393f617
clarify helm serve's intent
...
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.
8 years ago
Matt Butcher
573a8a190c
fix(tiller): ignore empty YAML documents during delete
...
Closes #2256
8 years ago
Matt Butcher
bc8b3bb17d
Merge pull request #2264 from technosophos/fix/2244-requirements-segfault
...
fix(helm): fix nil pointer in requirements.go
8 years ago
Adam Reese
464a5bc7d4
Merge pull request #2266 from adamreese/fix/validate-docs
...
fix(scripts): don't include plugins for generating docs
8 years ago