Matthew Fisher
88bb48bc6f
Merge pull request #6010 from icanhazbroccoli/icanhazbroccoli/chartutil-no-scientific-notation
...
chartutil.ReadValues is forced to unmarshal numbers into json.Number refs #1707
5 years ago
Matthew Fisher
a4b1d01283
Merge pull request #6028 from nmerdan/github-issue-5988
...
Fix documentation to use existing chart in the stable repository
5 years ago
Tine Jozelj
5b67d6fbd9
feat(helm:create): allow absolute paths
...
If starter template path is an absolute path, it shouldn't
be prefixed with c.home.Starters() but rather be used as is.
Signed-off-by: Tine Jozelj <tine.jozelj@tjo.space>
5 years ago
Nenad Merdanovic
5a39ff90ad
Fix documentation to use existing chart in the stable repository
...
Signed-off-by: Nenad Merdanovic <nmerdan@anine.io>
5 years ago
Martin Hickey
545518dace
Merge pull request #5748 from sebosp/list-mode-install-order
...
Added List mode for Role, ClusterRole and Bindings
5 years ago
Seb Ospina
320e853b8d
Added List mode for Role, ClusterRole and Bindings
...
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.go
Signed-off-by: Seb Ospina <kraige@gmail.com>
5 years ago
Martin Hickey
55193089e6
Merge pull request #6004 from rossf7/glide-1-15-0
...
chore(glide): bump kubernetes to 1.15.0
5 years ago
Oleg Sidorov
70cd32c4ce
Fixed failing tests for helm installer
...
Signed-off-by: Oleg Sidorov <oleg.sidorov@booking.com>
5 years ago
Oleg Sidorov
9014bd9c50
chartutil.ReadValues is forced to unmarshal numbers into json.Number
...
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.UseNumber
Signed-off-by: Oleg Sidorov <oleg.sidorov@booking.com>
5 years ago
Ross Fairbanks
86f9b9fa4c
chore(glide): bump kubernetes to 1.15.0
...
Signed-off-by: Ross Fairbanks <ross@rossfairbanks.com>
5 years ago
Taylor Thomas
4cbbd1046a
Merge pull request #5559 from steven-sheehy/downloader-subcommands
...
Add sub-command support to plugin downloader
5 years ago
Matthew Fisher
9b1d8f9c86
Merge pull request #5966 from willise/master
...
ref(tiller): add more info when force update
5 years ago
willise
a1b391951e
ref(tiller): add more info when force update
...
Signed-off-by: willise <sunshuai@cmss.chinamobile.com>
5 years ago
Matthew Fisher
566bdf7afa
Merge pull request #5967 from nehagup/patch-1
...
Documentation upgrade
5 years ago
Matthew Fisher
62448a93ba
Merge pull request #5969 from kostis-codefresh/related-ci-cd-codefresh
...
Mentioned Codefresh in related Helm services.
5 years ago
Kostis (Codefresh)
98b7738081
Mentioned Codefresh in related Helm services.
...
Signed-off-by: Kostis Kapelonis <kostis@codefresh.io>
5 years ago
Neha Gupta
34bb64c0ff
Documentation upgrade
...
According to documentation helm install [CHART] [flags] should be the usage pattern. Seems a new update.
Signed-off-by: Neha Gupta <gneha21@yahoo.in>
5 years ago
Matt Farina
66d71811e8
Merge pull request #5942 from ds-ms/addDebugLogs
...
Adding extra debug logs
5 years ago
Matt Farina
e2b3afcf26
Merge pull request #5902 from mattfarina/expand-default-capabilities
...
Add more capabilities to the detault set used by helm template
5 years ago
Martin Hickey
25546fad9f
Merge pull request #5919 from naseemkullah/security-context
...
[helm create] Add security context to deployment template
5 years ago
ds-ms
b280fa5a7d
Adding extra debug logs
...
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
5 years ago
Naseem
23420fc436
Merge https://github.com/helm/helm into security-context
...
Signed-off-by: Naseem <naseemkullah@gmail.com>
5 years ago
Matthew Fisher
0b474e688f
Merge pull request #5933 from hongshaoyang/revert-5551-docs-chart-best-practices-fixes
...
Revert "Fixed default value for `helm.sh/chart` label"
5 years ago
Shao Yang Hong
b16ec08899
Revert "Fixed default value for `helm.sh/chart` label"
...
Signed-off-by: Shao Yang <shaoyang.hong@visenze.com>
5 years ago
Matthew Fisher
5744c66592
Merge pull request #5931 from tao12345666333/update-to-alpine-3.10
...
ref(rootfs):update to alpine 3.10
5 years ago
Jintao Zhang
cdb0571c79
update to alpine 3.10
...
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
5 years ago
Naseem
9af767c0e5
Add security context
...
Signed-off-by: Naseem <naseemkullah@gmail.com>
5 years ago
Martin Hickey
c3242d1be4
Merge pull request #5532 from mortent/WaitForDelete
...
fix(helm): Delete hooks should wait for resource to be removed from etcd before continuing
5 years ago
Morten Torkildsen
cb2207c2fb
fix(helm): Delete hooks should wait for resource to be removed from etcd before continuing
...
Signed-off-by: Morten Torkildsen <mortent@google.com>
5 years ago
Matt Farina
d6596690bf
Merge pull request #5910 from mattfarina/increment-sprig
...
Updating sprig dependency version
5 years ago
Matt Farina
23b61a183d
Updating sprig dependency version
...
Also updated cobra
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matthew Fisher
8411169b2e
Merge pull request #5901 from helm/revert-5898-defaultNotes
...
Revert "Change port forward command order in default note"
5 years ago
Matt Farina
79235eef11
Add more capabilities to the detault set used by helm template
...
- These are the capabilities as of k8s 1.14
- They are generated because getting them at runtime uses so much
memory it causes CI errors
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matthew Fisher
d93b660c62
Revert "Change port forward command order in default note"
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matt Farina
6c88a429ff
Merge pull request #5890 from naseemkullah/sa
...
[helm create] Add service account to templates
5 years ago
Martin Hickey
3630a5325a
Merge pull request #5678 from pdecat/fix-helm-repo-add-concurrent
...
Fix issues with concurrent `helm repo add` commands
6 years ago
Martin Hickey
2a344c0ed1
Merge pull request #5898 from Aisuko/defaultNotes
...
Change port forward command order in default note
6 years ago
Aisuko
2868aed321
Change port forward command order in default note
...
Signed-off-by: Aisuko <urakiny@gmail.com>
6 years ago
Naseem
ab8585faea
Keep indentation consistent
...
Signed-off-by: Naseem <naseemkullah@gmail.com>
6 years ago
Naseem
a985f34b81
Add sa
...
Signed-off-by: Naseem <naseemkullah@gmail.com>
6 years ago
Matthew Fisher
ea4c4f5a57
Merge pull request #5885 from idvoretskyi/idvoretskyi-snap-1
...
Snap installation information
6 years ago
Ihor Dvoretskyi
94201711ff
Snap installation information
...
Installation information added (and a minor fix)
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
6 years ago
Taylor Thomas
724eb3e4c3
Merge pull request #5821 from govau/refactortablecoalesce
...
Refactor to use common codepath for table coalescing
6 years ago
Adam Eijdenberg
0ba4c63546
Update warning to be more accurate
...
Signed-off-by: Adam Eijdenberg <adam.eijdenberg@digital.gov.au>
6 years ago
Adam Eijdenberg
dda84976bf
Refactor to use common codepath for table coalescing
...
Stop mutating maps passed on input
Signed-off-by: Adam Eijdenberg <adam.eijdenberg@digital.gov.au>
6 years ago
Adam Eijdenberg
29a295eb84
Add test for existing merging behaviour of mixed types
...
Signed-off-by: Adam Eijdenberg <adam.eijdenberg@digital.gov.au>
6 years ago
Matthew Fisher
3bd6e9fcf0
Merge pull request #5840 from badeadan/patch-2
...
doc: tuple replaced by list
6 years ago
Matthew Fisher
ba63a01307
Merge pull request #5865 from pfuhrmann/patch-1
...
Change references in Tiller SSL docs to list
6 years ago
Patrik Fuhrmann
b4475775fd
Making references into list
...
Signed-off-by: Patrik Fuhrmann <fuhrmann.patrik@gmail.com>
6 years ago
Patrik Fuhrmann
2f0a89a961
Adding newline to references
...
More readable this way.
Signed-off-by: Patrik Fuhrmann <fuhrmann.patrik@gmail.com>
6 years ago