- 09 May, 2019 6 commits
-
-
Matthew Fisher authored
bump version to v2.14
-
Matthew Fisher authored
(cherry picked from commit 2420009a) Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
Add ProGet as a Helm chart repository host.
-
Matthew Fisher authored
Fix typo
-
Jon Huhn authored
Signed-off-by: Jon Huhn <huhnjon@gmail.com>
-
Ben Lubar authored
Signed-off-by: Ben Lubar <blubar@inedo.com>
-
- 08 May, 2019 3 commits
-
-
Matthew Fisher authored
use the latest patch release version of golang
-
Tariq Ibrahim authored
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
-
Martin Hickey authored
fix (reset): reset force hangs when Tiller pod is removed
-
- 07 May, 2019 5 commits
-
-
Matthew Fisher authored
Pinning k8s to a specific release
-
Matt Farina authored
The other Kubernetes dependencies, such as client-go and apimachinery, are pinned to 1.14.1 but Kubernetes itself was tracking the tip of the 1.14 release branch and picking up changes between releases. This change pins Kubernetes to the same version as the other parts of it. Signed-off-by: Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
Update Masterminds/semver to allow >32bit version numbers
-
Martin Hickey authored
Add docs for configuring SSL using Terraform.
-
Joshua Bussdieker authored
Signed-off-by: Joshua Bussdieker <jbussdieker@gmail.com>
-
- 06 May, 2019 4 commits
-
-
Matthew Fisher authored
fix(helm): Regenerate go types from proto
-
Joshua Bussdieker authored
Signed-off-by: Joshua Bussdieker <jbussdieker@gmail.com>
-
Joshua Bussdieker authored
Signed-off-by: Joshua Bussdieker <jbussdieker@gmail.com>
-
Joshua Bussdieker authored
Signed-off-by: Joshua Bussdieker <jbussdieker@gmail.com>
-
- 03 May, 2019 2 commits
-
-
Martin Hickey authored
feat(helm) add 'get --template' to retrieve details about chart (ie version)
-
Jeff Knurek authored
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
-
- 02 May, 2019 4 commits
-
-
Morten Torkildsen authored
Signed-off-by: Morten Torkildsen <mortent@google.com>
-
Jeff Knurek authored
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
-
Jeff Knurek authored
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
-
Jeff Knurek authored
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
-
- 30 Apr, 2019 2 commits
-
-
Martin Hickey authored
fix(chartutil): Scaffold chart label in helper template
-
Martin Hickey authored
The 'app.kubernetes.io/version' label was not being rendered as expected. It was appending onto the label before it and also the next label label was appending onto it on the same line. Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
-
- 29 Apr, 2019 2 commits
-
-
Matthew Fisher authored
Add imagePullSecret to the `default` helm create template
-
Patrick Carey authored
Signed-off-by: Patrick Carey <pcarey@cloudsmith.io>
-
- 25 Apr, 2019 4 commits
-
-
Matt Farina authored
Adding github workflow for contributing to helm
-
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 4 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>
-
Martin Hickey authored
Closes #5592 Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.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>
-