- 25 Apr, 2019 3 commits
-
-
Martin Hickey authored
Update hapi.version Description in Protobuf README
-
Martin Hickey authored
Fix environment list in helm doc
-
Martin Hickey authored
Closes #5344 Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
-
- 24 Apr, 2019 3 commits
-
-
Matt Farina authored
Add app.kubernetes.io/version label
-
Matthew Fisher authored
ref(rootfs): remove useless action.
-
Luis Davim authored
Signed-off-by: Luis Davim <luis.davim@jet.com>
-
- 23 Apr, 2019 3 commits
-
-
Matthew Fisher authored
remove snowflake-emoji 'Happy Helming!'
-
Jintao Zhang authored
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
-
Matthew Fisher authored
Updating to use git.io short url
-
- 22 Apr, 2019 1 commit
-
-
Duffie Cooley authored
I've added an alias to git.io the github url shortening service from git.io/get_helm.sh -> https://raw.githubusercontent.com/helm/helm/master/scripts/get Like this: ``` $ curl -i https://git.io/ -F url=https://raw.githubusercontent.com/helm/helm/master/scripts/get -F code=get_helm.sh HTTP/1.1 201 Created Server: Cowboy Connection: keep-alive Date: Fri, 19 Apr 2019 23:20:39 GMT Status: 201 Created Content-Type: text/html;charset=utf-8 Location: https://git.io/get_helm.sh Content-Length: 62 X-Xss-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-Runtime: 0.008310 X-Node: f065811c-e0e8-4384-bf09-9d9d28586c4d X-Revision: 392798d237fc1aa5cd55cada10d2945773e741a8 Strict-Transport-Security: max-age=31536000; includeSubDomains Via: 1.1 vegur ``` I think it's a little easier to remember and use. There is also no way to overwrite or modify alias. Once it's there it's there in perpetuity. Thanks! Signed-off-by: Duffie Cooley <dcooley@heptio.com>
-
- 20 Apr, 2019 1 commit
-
-
Panic Stevenson authored
Signed-off-by: Panic Stevenson <panic.stevenson@gmail.com>
-
- 19 Apr, 2019 3 commits
-
-
Evan Vetere authored
fix for unit tests Signed-off-by: Evan Vetere <ecv@sine.com>
-
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>
-