- 26 Jul, 2019 3 commits
-
-
Yusuke Kuoka authored
Probably since K8s 1.13.x, `converter.ConvertToVersion(info.Object, groupVersioner)` which is the body of `asVersioned` doesn't return an error or an "unstructured" object, but `apiextensions/v1beta1.CustomResourceDefinition`. The result was `helm upgrade` with any changes in CRD consistently failing. This fixes that by adding an additional case of the conversion result being `v1beta1.CustomResourceDefinition`. This is a backward-compatible change as it doesn't remove existing switch cases for older K8s versions. Fixes #5853 Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com>
-
Martin Hickey authored
cleanup: error message typos in sql.go
-
ethan authored
Signed-off-by: ethan <guangming.wang@daocloud.io>
-
- 25 Jul, 2019 1 commit
-
-
Matthew Fisher authored
Fix broken link in docs/related.md
-
- 24 Jul, 2019 2 commits
-
-
Matthew Fisher authored
fix golint issues reported by make test
-
Tariq Ibrahim authored
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
-
- 23 Jul, 2019 4 commits
-
-
Matthew Fisher authored
Fixing link; adding AKS.
-
Bridget Kromhout authored
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
-
Bridget Kromhout authored
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
-
Pete Hodgson authored
Looks like this hackernoon link is now broken, probably from when they moved off of Medium. Signed-off-by: Pete Hodgson <git@thepete.net>
-
- 22 Jul, 2019 2 commits
-
-
Matthew Fisher authored
docs(CONTRIBUTING): one LGTM for maintainers
-
Matthew Fisher authored
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
-
- 19 Jul, 2019 2 commits
-
-
Martin Hickey authored
Added HPA to sort order.
-
Constantin Bugneac authored
Signed-off-by: Constantin Bugneac <constantin.bugneac@worldfirst.com>
-
- 17 Jul, 2019 1 commit
-
-
Matthew Fisher authored
chartutil.ReadValues is forced to unmarshal numbers into json.Number refs #1707
-
- 16 Jul, 2019 2 commits
-
-
Matthew Fisher authored
Fix documentation to use existing chart in the stable repository
-
Nenad Merdanovic authored
Signed-off-by: Nenad Merdanovic <nmerdan@anine.io>
-
- 15 Jul, 2019 1 commit
-
-
Martin Hickey authored
Added List mode for Role, ClusterRole and Bindings
-
- 13 Jul, 2019 1 commit
-
-
Seb Ospina authored
Kubernetes supports RoleList, RoleBindingList, ClusterRoleList and ClusterRoleBindingList, in order for a Role to be bound, it must already exist. For the List reference, see: https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/rbac/types.goSigned-off-by: Seb Ospina <kraige@gmail.com>
-
- 12 Jul, 2019 1 commit
-
-
Martin Hickey authored
chore(glide): bump kubernetes to 1.15.0
-
- 11 Jul, 2019 2 commits
-
-
Oleg Sidorov authored
Signed-off-by: Oleg Sidorov <oleg.sidorov@booking.com>
-
Oleg Sidorov authored
This change is an attempt to address the common problem of json number unmarshalling where any number is converted into a float64 and represented in a scientific notation on a marshall call. This behavior breaks things like: chart versions and image tags if not converted to yaml strings explicitly. An example of this behavior: k8s failure to fetch an image tagged with a big number like: $IMAGE:20190612073634 after a few steps of yaml re-rendering turns into: $IMAGE:2.0190612073634e+13. Example issue: https://github.com/helm/helm/issues/1707 This commit forces yaml parser to use JSON modifiers and explicitly enables interface{} unmarshalling instead of float64. The change introduced might be breaking so should be processed with an extra care. Due to the fact helm mostly dals with human-produced data (charts), we have a decent level of confidence this change looses no functionality helm users rely upon (the scientific notation). Relevant doc: https://golang.org/pkg/encoding/json/#Decoder.UseNumberSigned-off-by: Oleg Sidorov <oleg.sidorov@booking.com>
-
- 10 Jul, 2019 1 commit
-
-
Ross Fairbanks authored
Signed-off-by: Ross Fairbanks <ross@rossfairbanks.com>
-
- 08 Jul, 2019 1 commit
-
-
Taylor Thomas authored
Add sub-command support to plugin downloader
-
- 03 Jul, 2019 6 commits
-
-
Matthew Fisher authored
ref(tiller): add more info when force update
-
willise authored
Signed-off-by: willise <sunshuai@cmss.chinamobile.com>
-
Matthew Fisher authored
Documentation upgrade
-
Matthew Fisher authored
Mentioned Codefresh in related Helm services.
-
Kostis (Codefresh) authored
Signed-off-by: Kostis Kapelonis <kostis@codefresh.io>
-
Neha Gupta authored
According to documentation helm install [CHART] [flags] should be the usage pattern. Seems a new update. Signed-off-by: Neha Gupta <gneha21@yahoo.in>
-
- 26 Jun, 2019 4 commits
-
-
Matt Farina authored
Adding extra debug logs
-
Matt Farina authored
Add more capabilities to the detault set used by helm template
-
Martin Hickey authored
[helm create] Add security context to deployment template
-
ds-ms authored
Signed-off-by: ds-ms <desattir@microsoft.com> Using debug function instead Signed-off-by: ds-ms <desattir@microsoft.com> Removing [INFO] from the message
-
- 24 Jun, 2019 4 commits
-
-
-
Matthew Fisher authored
Revert "Fixed default value for `helm.sh/chart` label"
-
Shao Yang Hong authored
Signed-off-by: Shao Yang <shaoyang.hong@visenze.com>
-
Matthew Fisher authored
ref(rootfs):update to alpine 3.10
-
- 23 Jun, 2019 1 commit
-
-
Jintao Zhang authored
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
-
- 22 Jun, 2019 1 commit
-
-
Naseem authored
Signed-off-by: Naseem <naseemkullah@gmail.com>
-