Matthew Fisher
7e55810937
Merge pull request #6166 from AllenZMC/patch-2
...
fix wrong spells in hooks.go
5 years ago
AllenZMC
53f1ab50e5
fix wrong spells in hooks.go
...
Signed-off-by: czm <zhongming.chang@daocloud.io>
5 years ago
Matt Farina
c4a82971f3
Merge pull request #6158 from AllenZMC/patch-1
...
fix word 'resoures' to 'resources
5 years ago
AllenZMC
915d69a2c6
fix word 'resoures' to 'resources
...
Signed-off-by: czm <zhongming.chang@daocloud.io>
5 years ago
Matt Farina
fbcc5dd801
Merge pull request #6152 from AllenZMC/patch-1
...
fix word 'efault' to 'default'
5 years ago
Kevin Lau
bb69a1edd6
Clarify operator docs wording
...
The original is explaining the negation, when the body would not be
included. Which would happen in the complement of the if expression,
ie. flipped by De Morgan's law's:
```
not (or .Values.anUnsetVariable (not .Values.aSetVariable))
==
and (not .Values.anUnsetVariable) .Values.aSetVariable
```
> unset variables evaluate to false
is equivalent to `not .Values.anUnsetVariable`.
> and
is equivalent to `and`.
> .Values.setVariable was negated with the not function
doesn't seem to match `.Values.aSetVariable`.
To me, that would be `not .Values.aSetVariable` instead.
Anyway, explaining the `if` expression as-is and not the negation is
clearer and parallels the first `if` operator.
Signed-off-by: Kevin Lau <kelau1993@gmail.com>
5 years ago
AllenZMC
6b5ab08a61
fix word 'efault' to 'default'
...
Signed-off-by: czm <zhongming.chang@daocloud.io>
5 years ago
Martin Hickey
87dacdae17
Merge pull request #6147 from dosentmatter/master
...
Fix typo notes -> note
5 years ago
Kevin Lau
f653192882
Fix typo notes -> note
...
Signed-off-by: Kevin Lau <kelau1993@gmail.com>
5 years ago
Martin Hickey
b4d9ad693a
Merge pull request #6145 from dzzg/patch-1
...
cleanup: log message typo fix
5 years ago
dzzg
4117b38ae6
cleanup: log message typo fix
...
Signed-off-by: dzzg <zhengguang.zhu@daocloud.io>
5 years ago
Matthew Fisher
b39cf0a509
Merge pull request #6143 from bacongobbler/add-bacongobbler-keys
...
feat(KEYS): add bacongobbler's keys
5 years ago
Matthew Fisher
b80fbeef63
feat(KEYS): add bacongobbler's keys
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
4ed3a77717
Merge pull request #6139 from AllenZMC/patch-1
...
fix word 'potgres' to 'postgres'
5 years ago
AllenZMC
b788e3dce9
fix word 'potgres' to 'postgres'
...
Signed-off-by: czm <zhongming.chang@daocloud.io>
5 years ago
Matt Farina
a6967910cb
Merge pull request #6135 from mattfarina/sync-KEYS
...
Uploading KEYS file to azure along with dist files
5 years ago
Matt Farina
6105acd3a8
Uploading KEYS file to azure along with dist files
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Martin Hickey
e04fa72f6f
Merge pull request #5614 from reddydinesh427/clean-code
...
Clean code: delete commented code
5 years ago
dinesh reddy
d600c92724
Clean code: delete commented code
...
Signed-off-by: dinesh reddy <dinesh.reddy@bestbuy.com>
5 years ago
Matthew Fisher
77ccdc6e43
Merge pull request #6111 from virtualdom/master
...
Update example to set selector labels
5 years ago
Matthew Fisher
53d34bb2ba
Merge pull request #6114 from AllenZMC/patch-1
...
fix word `constrint` to `constraint`
5 years ago
AllenZMC
6485fec309
fix word `constrint` to `constraint`
...
Signed-off-by: czm <zhongming.chang@daocloud.io>
5 years ago
Dominic Joseph
5af2c31822
Update example to set selector labels
...
Signed-off-by: Dominic Joseph <dtpjoseph@gmail.com>
5 years ago
Taylor Thomas
2f16e0ed26
Merge pull request #6092 from mumoshu/fix-failing-crd-update
...
fix: upgrade charts with CRD changes
5 years ago
Martin Hickey
78c03fcba7
Merge pull request #6105 from hickeyma/add-sign-key
...
chore(*): Add public signing key
5 years ago
Martin Hickey
9e33f84a6f
Add public signing key
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Matt Farina
ad4b8ee8e0
Merge pull request #6093 from mattfarina/add-KEYS-maint-docs
...
Adding release docs for the KEYS file and keyservers
5 years ago
Matt Farina
50386b2917
Adding release docs for the KEYS file and keyservers
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matt Farina
7191e30782
Merge pull request #6091 from mattfarina/initial-add-KEYS
...
Adding a KEYS file with public pgp signing keys for Helm releases
5 years ago
Matt Farina
88fc1f03c3
Adding a KEYS file with public pgp signing keys for Helm releases
...
This file contains the keys and instructions for adding KEYS and
importing them. It follows the model Apache uses for a file like
this.
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Yusuke Kuoka
ae52477fbd
fix: upgrade with CRD changes
...
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>
5 years ago
Martin Hickey
e70f012bb6
Merge pull request #6082 from ethan-daocloud/patch-1
...
cleanup: error message typos in sql.go
5 years ago
ethan
c086f78583
cleanup: error message typos in sql.go
...
Signed-off-by: ethan <guangming.wang@daocloud.io>
5 years ago
Matthew Fisher
b09b73cab0
Merge pull request #6067 from moredip/patch-1
...
Fix broken link in docs/related.md
5 years ago
Stefan Deitmer
e53613db3f
Fix subchart values not being deleted by setting value to nil in parent chart's values
...
Signed-off-by: Stefan Deitmer <stefan.deitmer@gec.io>
5 years ago
Matthew Fisher
8cacb2c35d
Merge pull request #6077 from tariq1890/fix_lint
...
fix golint issues reported by make test
5 years ago
Tariq Ibrahim
276bb9b1c8
fix golint issues reported by make test
...
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
5 years ago
Matthew Fisher
7ab62324eb
Merge pull request #6069 from bridgetkromhout/fix-link-add-aks
...
Fixing link; adding AKS.
5 years ago
Bridget Kromhout
ce0ad06e94
Fixes per helpful feedback
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
5 years ago
Bridget Kromhout
d8b7984d75
Fixing link; adding AKS.
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
5 years ago
Pete Hodgson
7247956b96
Fix broken link in docs/related.md
...
Looks like this hackernoon link is now broken, probably from when they moved off of Medium.
Signed-off-by: Pete Hodgson <git@thepete.net>
5 years ago
Matthew Fisher
a85a18c53f
Merge pull request #6064 from bacongobbler/helm-2-lgtm-process
...
docs(CONTRIBUTING): one LGTM for maintainers
5 years ago
Matthew Fisher
e98534d694
docs(CONTRIBUTING): one LGTM for maintainers
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Martin Hickey
d953c6875c
Merge pull request #6039 from Constantin07/add_hpa_to_sorting_order
...
Added HPA to sort order.
5 years ago
Constantin Bugneac
535df90cc8
Added HorizontalPodAutoscaler to sort order.
...
Signed-off-by: Constantin Bugneac <constantin.bugneac@worldfirst.com>
5 years ago
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