Jerome Brette
16cfe346a3
Kubernetes 1.16: Improve upgrade support
...
Tested with versions:
- kubernetes v1.16.0
- kubernetes v1.15.4
- kubernetes v1.14.7
- kubernetes v1.13.11
- kubernetes v1.12.10
Signed-off-by: Jerome Brette <jbrette@gmail.com>
5 years ago
Jerome Brette
f127b7d73e
Kubernetes 1.16: Migrate Tiller deployment to apps/v1
...
- Convert Tiller Deployment from extensions/v1betax to apps/v1
- Update installation unit tests
- Add support for helm init --upgrade
Signed-off-by: Jerome Brette <jbrette@gmail.com>
5 years ago
Taylor Thomas
7d9a6509fa
Merge pull request #6258 from daixiang0/fix-stable
...
fix issue when dependency not in cache
5 years ago
Xiang Dai
05d5ff4747
update test
...
Signed-off-by: Xiang Dai <764524258@qq.com>
5 years ago
Matthew Fisher
47ee538590
Merge pull request #6402 from yuxiaobo96/helm-update4
...
Grammar tweak
5 years ago
Matthew Fisher
2914531eed
Merge pull request #6323 from yuxiaobo96/helm-update
...
delete extra space
5 years ago
yuxiaobo
8d8eceec92
Grammar tweak
...
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
5 years ago
Xiang Dai
b49f4269c5
fix issue when dependency is URL
...
Signed-off-by: Xiang Dai <764524258@qq.com>
5 years ago
Matthew Fisher
9608be3e0d
Merge pull request #6367 from bobo333/get-helm-fix
...
In get script, use specified path to helm binary for helm version check
5 years ago
Steven Cipriano
eeff9079b8
In get script, use specified path to helm binary for helm version check
...
Signed-off-by: Steven Cipriano <cipriano@squareup.com>
5 years ago
Marc Khouzam
3ed073b2e0
v2: Dynamic completion for "helm repo" and "helm plugin" ( #6265 )
...
* feat(helm): Completion for helm repo remove
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
* feat(helm): Complete for helm plugin remove/update
helm repo remove <TAB> (will select from the names of configured repos)
helm plugin remove <TAB> (will select from names of installed plugins)
helm plugin update <TAB> (will select from names of installed plugins)
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
* feat(helm): Completion for helm repo update
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
5 years ago
Anton
540fe23b69
fix BusyBox sed ( #6327 )
...
BusyBox sed works the same way as GNU sed
Signed-off-by: tipok <me@tipok.pro>
5 years ago
Taylor Thomas
efc422940c
Merge pull request #6014 from riconnon/retry_watches
...
Use watcher with retries to wait for resources
5 years ago
Richard Connon
55ccdd040d
Use watcher with retries to wait for resources
...
When waiting for resources use the `ListWatchUntil` instead of
`UntilWithoutRetry` so that if the connection drops between tiller and
the API while waiting the operation can still succeed.
Signed-off-by: Richard Connon <richard.connon@oracle.com>
5 years ago
yuxiaobo
95ec213395
delete extra space
...
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
5 years ago
Taylor Thomas
70af7ba4db
Merge pull request #6271 from 928234269/patch-1
...
fix typo
5 years ago
Gasmi Christophe
256765aa74
Networkpolicy kind sort ( #6266 )
...
* Add NetworkPolicy in kind sorter
Signed-off-by: Christophe GASMI <rekcah78@gmail.com>
* Added NetworkPolicy to sort order test
Signed-off-by: Christophe GASMI <rekcah78@gmail.com>
5 years ago
Adam Eijdenberg
f8f8b5d076
Add test for subchart with null value ( #6146 )
...
Signed-off-by: Adam Eijdenberg <adam@continusec.com>
5 years ago
kamal namdeo
aaf24e0658
Fix the developer.md typo ( #6203 )
...
Signed-off-by: kamal namdeo <kamal.github@gmail.com>
5 years ago
Sakura
627283ac74
fix typo
...
Signed-off-by: Sakura <longfei.shang@daocloud.io>
5 years ago
Matt Farina
df5ca23a41
Merge pull request #6234 from daixiang0/remove-duplicate
...
remove duplicate check
5 years ago
Xiang Dai
66974afddb
remove duplicate check
...
Signed-off-by: Xiang Dai <764524258@qq.com>
5 years ago
Taylor Thomas
f4a55985b6
Merge pull request #6080 from deitmerit/fix/subchart-value-deletion
...
Fix subchart value deletion
5 years ago
Matthew Fisher
f89534655b
Merge pull request #6218 from bacongobbler/add-josh-dolitsky
...
docs(OWNERS): add jdolitsky as a core maintainer
5 years ago
Matthew Fisher
03443bb0b5
docs(OWNERS): add jdolitsky as a core maintainer
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Martin Hickey
dd4afa6af0
Fail to load charts that are not v1 apiVersion ( #6180 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Scott Rigby
d7f32def39
Merge pull request #5622 from scottrigby/chartutil-create-improve-getting-lb-service-address-notes
...
fix(pkg/chartutil): Improve getting LoadBalancer address in NOTES.txt
5 years ago
Matthew Fisher
2d8d66ddf2
Merge pull request #6196 from AllenZMC/patch-2
...
fix some log typos in tlsutil_test.go
5 years ago
AllenZMC
e9ea2e0d15
fix some log typos in tlsutil_test.go
...
Signed-off-by: czm <zhongming.chang@daocloud.io>
5 years ago
Martin Hickey
f4908b1da8
Merge pull request #6171 from AllenZMC/patch-2
...
fix mis-spelling in manager.go
5 years ago
AllenZMC
7b0a407ff7
fix mis-spelling in manager.go
...
Signed-off-by: czm <zhongming.chang@daocloud.io>
5 years ago
Martin Hickey
cbb6c77754
Merge pull request #5978 from mentos1386/patch-1
...
feat(helm:create): allow absolute paths when specifying starter template path [master]
5 years ago
Taylor Thomas
88bcf64538
Merge pull request #6156 from dosentmatter/master
...
Clarify operator docs wording
5 years ago
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