- 22 Apr, 2019 1 commit
-
-
Étienne Lafarge authored
This commits adds the possibility to back Tiller (or the future Tiller-less Helm CLI) with any SQL database (only postgres has been tested so far) to store release information. The main motivation for this commit was to use a storage backend that would allow releases larger that 1MB in size (ConfigMap or Secret drivers don't, because of limits on value size in the underlying etcd key-value store). Signed-off-by: Étienne Lafarge <etienne.lafarge@gmail.com> Co-authored-by: Elliot Maincourt <e.maincourt@gmail.com> (@emaincourt) Co-authored-by: Paul Borensztein <hi@0x01.fr> (@commit-master)
-
- 19 Apr, 2019 2 commits
-
-
Matthew Fisher authored
Docs: Added Cloudsmith to Additional Tools
-
Alan Carson authored
Hi! This PR adds a link to [Cloudsmith](https://cloudsmith.io), which is a package management service SaaS. It's commercial, but it's completely free for open-source and it has generous free tiers otherwise. It has first-class support for Helm (and many other package formats, such as npm, Docker etc), plus org/teams management, granular access controls, private repositories, repository-specific entitlements, a worldwide content distribution network, webhooks, access logs, etc. Thank you. :) Full disclosure: I work at Cloudsmith. \o/ Signed-off-by: Alan Carson <acarson@cloudsmith.io>
-
- 18 Apr, 2019 4 commits
-
-
Matthew Fisher authored
Refactor: using tiller probe port constant (follow up of #5608)
-
SataQiu authored
Signed-off-by: SataQiu <qiushida@beyondcent.com>
-
Matthew Fisher authored
Using constants rather than hard coding
-
SataQiu authored
Signed-off-by: SataQiu <qiushida@beyondcent.com>
-
- 17 Apr, 2019 5 commits
-
-
Matthew Fisher authored
chore: bump up the dependencies of kubernetes and prometheus client
-
Matthew Fisher authored
Using const() defines constants together (part:1)
-
Matt Farina authored
Moving nebril to emeritus status due to inactivity
-
Matthew Fisher authored
Using const() defines constants together (part:2)
-
Matt Farina authored
Note, he has been emailed regarding the move including an offer to re-engage. He has not taken this up. The governance has a 3 months of inactivity clause that causes maintainers to fall off. This period has been long exceeded per metrics measured in devstats. Signed-off-by: Matt Farina <matt@mattfarina.com>
-
- 16 Apr, 2019 6 commits
-
-
Tariq Ibrahim authored
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
-
Adam Reese authored
chore(OWNERS): Add hickeyma to OWNERS
-
Adam Reese authored
Signed-off-by: Adam Reese <adam@reese.io>
-
Matt Farina authored
Fixing many typos in docs
-
Matthew Fisher authored
Update install.md
-
dieutth authored
*From Script* should be in the same level as other *Installing the Helm Client* options. Signed-off-by: Dieu Tran <dieufunny@gmail.com>
-
- 15 Apr, 2019 2 commits
-
-
Matthew Fisher authored
Using const() defines constants together
-
Matthew Fisher authored
fix(helm): Wait for CRDs to reach established state for crd_install hook
-
- 12 Apr, 2019 2 commits
-
-
Martin Hickey authored
cleanup: using const block
-
SataQiu authored
Signed-off-by: SataQiu <qiushida@beyondcent.com>
-
- 11 Apr, 2019 3 commits
-
-
Taylor Thomas authored
Add --cleanup-on-fail support into --atomic: use CleanupOnFail param in rollback (optionally)
-
xichengliudui authored
Signed-off-by: xichengliudui <1693291525@qq.com> update pull request Signed-off-by: xichengliudui <1693291525@qq.com> update pull request Signed-off-by: xichengliudui <1693291525@qq.com>
-
xichengliudui authored
Signed-off-by: xichengliudui <1693291525@qq.com> update pull request Signed-off-by: xichengliudui <1693291525@qq.com>
-
- 10 Apr, 2019 4 commits
-
-
xichengliudui authored
Signed-off-by: xichengliudui <1693291525@qq.com>
-
Martin Hickey authored
fix(helm): Fix manifest validation
-
Timofey Kirillov authored
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
-
Morten Torkildsen authored
Manifest validation is done by the builder, but it requires that the schema is set before the Stream function is called. Otherwise the StreamVisitor is created without a schema and no validation is done. Signed-off-by: Morten Torkildsen <mortent@google.com>
-
- 09 Apr, 2019 2 commits
-
-
Matthew Fisher authored
Refactor: use const code block
-
SataQiu authored
Signed-off-by: SataQiu <qiushida@beyondcent.com>
-
- 08 Apr, 2019 3 commits
-
-
Matthew Fisher authored
Update golang version
-
ialidzhikov authored
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
-
Martin Hickey authored
Fix 'THE INCLUDE FUNCTION' in 'Developing Templates' output
-
- 07 Apr, 2019 1 commit
-
-
Kenta Iso authored
Signed-off-by: Kenta Iso <type.mafty@gmail.com>
-
- 05 Apr, 2019 5 commits
-
-
Matthew Fisher authored
Fix `no RESOURCE with the name NAME found`
-
Matthew Fisher authored
feat: make tiller probeAddr configurable
-
Taylor Thomas authored
Fix description of helm dependency command
-
Taylor Thomas authored
Don't print ROLLING BACK if atomic is not set
-
Yusuke KUOKA authored
As many people have requested and discussed in #3159. The variable name are kept the same as before. Corresponding command-line flag is named, and description are written, after the existing flag for gRPC. The scope of this change is intentionally limited to the minimum. That is, I have not yet added `--probe=false`, because it shouldn't be a blocker if we can change the port number. Signed-off-by: Yusuke KUOKA <ykuoka@gmail.com>
-