Matthew Fisher
48e430b046
Merge pull request #5603 from dieutth/patch-1
...
Update install.md
6 years ago
dieutth
3b3406a20d
Update install.md
...
*From Script* should be in the same level as other *Installing the Helm Client* options.
Signed-off-by: Dieu Tran <dieufunny@gmail.com>
6 years ago
Matthew Fisher
2b36b1ad46
Merge pull request #5599 from xichengliudui/addconstants
...
Using const() defines constants together
6 years ago
Matthew Fisher
0d81d92a01
Merge pull request #5112 from mortent/WaitCRDEstablished
...
fix(helm): Wait for CRDs to reach established state for crd_install hook
6 years ago
Martin Hickey
8494d133bf
Merge pull request #5594 from SataQiu/fix-20190412
...
cleanup: using const block
6 years ago
SataQiu
43c4378444
cleanup: using const block
...
Signed-off-by: SataQiu <qiushida@beyondcent.com>
6 years ago
Taylor Thomas
0664ef5c44
Merge pull request #5579 from flant/add-cleanup-on-fail-to-atomic
...
Add --cleanup-on-fail support into --atomic: use CleanupOnFail param in rollback (optionally)
6 years ago
xichengliudui
5edb79df4c
Using const() defines constants together (part:1)
...
Signed-off-by: xichengliudui <1693291525@qq.com>
update pull request
Signed-off-by: xichengliudui <1693291525@qq.com>
update pull request
Signed-off-by: xichengliudui <1693291525@qq.com>
6 years ago
xichengliudui
165e071d4a
Using const() defines constants together (part:2)
...
Signed-off-by: xichengliudui <1693291525@qq.com>
update pull request
Signed-off-by: xichengliudui <1693291525@qq.com>
6 years ago
xichengliudui
eb457460b1
Using const() defines constants together
...
Signed-off-by: xichengliudui <1693291525@qq.com>
6 years ago
Martin Hickey
d87ce93e1e
Merge pull request #5576 from mortent/FixBuilderValidation
...
fix(helm): Fix manifest validation
6 years ago
Timofey Kirillov
f506db4b75
Add --cleanup-on-fail support into --atomic: use CleanupOnFail param in rollback
...
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
6 years ago
Morten Torkildsen
32d7f1a3fc
fix(helm): Fix manifest validation
...
Manifest validation is done by the builder, but it requires that the schema is set before the Stream function is called. Otherwise the StreamVisitor is created without a schema and no validation is done.
Signed-off-by: Morten Torkildsen <mortent@google.com>
6 years ago
Matthew Fisher
5027c29b56
Merge pull request #5573 from SataQiu/refactor-20190409
...
Refactor: use const code block
6 years ago
SataQiu
b72265b4f3
refactor: use const code block
...
Signed-off-by: SataQiu <qiushida@beyondcent.com>
6 years ago
Matthew Fisher
08dad14e13
Merge pull request #5570 from ialidzhikov/update-golang
...
Update golang version
6 years ago
ialidzhikov
ae48e53e29
Update golang version
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
6 years ago
Martin Hickey
7ad9d7b766
Merge pull request #5565 from govargo/fix/develop-templates
...
Fix 'THE INCLUDE FUNCTION' in 'Developing Templates' output
6 years ago
Marc Khouzam
6a33235fc8
Also complete history and test with release name
...
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
6 years ago
Kenta Iso
2aa4155952
Fix 'THE INCLUDE FUNCTION' in 'Developing Templates' output
...
Signed-off-by: Kenta Iso <type.mafty@gmail.com>
6 years ago
Marc Khouzam
d2ab3f5062
Cannot have an = sign as an index
...
Flags sometimes can be used with an = sign, such as --kube-context=prod.
In this case, the variable ${flagname} retains the = sign as part of the
flag name. However, in zsh completion, an = sign cannot be part of an
index of the associative array 'flaghash' or else it causes an error.
This commits strips the = sign out when using ${flagname} as an index.
Note that this is not a big deal since flaghash is not actually used
anywhere in Helm completion. I believe it is made available by the
Cobra framework in case some completions choose to use it.
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
6 years ago
Marc Khouzam
f25729f234
Add support for override flags in completion
...
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
6 years ago
Marc Khouzam
288fb869a2
Add completion for helm delete
...
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
6 years ago
Marc Khouzam
a7d6820d53
Add completion for helm status
...
Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
6 years ago
Matthew Fisher
53d432fa58
Merge pull request #4871 from flant/fix-no-resource-with-the-name-found
...
Fix `no RESOURCE with the name NAME found`
6 years ago
Matthew Fisher
7f7761af0c
Merge pull request #5557 from mumoshu/configurable-tiller-probe-addr
...
feat: make tiller probeAddr configurable
6 years ago
Taylor Thomas
a85412f0b9
Merge pull request #5509 from nauxliu/patch-2
...
Fix description of helm dependency command
6 years ago
Taylor Thomas
2663559573
Merge pull request #5507 from Evesy/master
...
Don't print ROLLING BACK if atomic is not set
6 years ago
Yusuke KUOKA
293fd78821
feat: make tiller probeAddr configurable
...
As many people have requested and discussed in #3159 .
The variable name are kept the same as before. Corresponding command-line flag is named, and description are written, after the existing flag for gRPC.
The scope of this change is intentionally limited to the minimum. That is, I have not yet added `--probe=false`, because it shouldn't be a blocker if we can change the port number.
Signed-off-by: Yusuke KUOKA <ykuoka@gmail.com>
6 years ago
Timofey Kirillov
a8145d6f17
Regenerate proto files for `--cleanup-on-fail` option
...
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
6 years ago
Timofey Kirillov
faa5fd0b5e
Add clarification log messages before calling cleanup-on-fail during update
...
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
6 years ago
Matthew Fisher
e14a0378fd
Merge pull request #5551 from skozlov/docs-chart-best-practices-fixes
...
Fixed default value for `helm.sh/chart` label
6 years ago
Sergey Kozlov
e2a9bf2913
Fixed default value for `helm.sh/chart` label
...
Signed-off-by: Sergey Kozlov <mail.sergey.kozlov@gmail.com>
6 years ago
Matthew Fisher
10ba4d7355
Merge pull request #5549 from skozlov/docs-chart-best-practices-fixes
...
Fixed typos in docs/chart_best_practices
6 years ago
Sergey Kozlov
87e495c57d
Fixed typos in docs/chart_best_practices
...
Signed-off-by: Sergey Kozlov <mail.sergey.kozlov@gmail.com>
6 years ago
Matthew Fisher
e035836525
Merge pull request #5548 from aku163/master
...
Document update | variable representation change
6 years ago
Arvind Kumar
ff686d5967
Document update | variable representation change
...
Signed-off-by: Arvind Kumar <10303369+aku163@users.noreply.github.com>
6 years ago
Matthew Fisher
fe7c48a359
Merge pull request #5543 from skozlov/patch-1
...
Fixed a typo in docs
6 years ago
Sergey Kozlov
6cf433d719
Fixed a typo in docs
...
Replaced `chart` command by `helm`.
Signed-off-by: Sergey Kozlov <mail.sergey.kozlov@gmail.com>
6 years ago
Matthew Fisher
5a08d0d726
Merge pull request #5545 from mooncamp/fix_multiple_chart_reads_on_upgrade
...
closes #5544 don't do multiple chart reads on upgrade
6 years ago
Joschka Tillmanns
6cf4b8703f
don't do multiple chart reads on upgrade
...
Signed-off-by: Joschka Tillmanns <joschka@tillmanns.me>
6 years ago
Morten Torkildsen
b8e40a7c31
fix(helm): Wait for CRDs to reach established state for crd_install hook
...
Makes sure CRDs installed through the crd_install hook reaches the `established` state before the hook is considered complete.
Signed-off-by: Morten Torkildsen <mortent@google.com>
6 years ago
Matthew Fisher
69002eeb90
Merge pull request #5511 from bacongobbler/helm2-k8s-1.14
...
chore(glide): bump kubernetes to 1.14
6 years ago
Matthew Fisher
3c871c0030
chore(glide): bump kubernetes to 1.14
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Xiangxuan Liu
7990363d15
Fix description of helm dependency command
...
Signed-off-by: Xiangxuan Liu <xiangxuan.liu@rightcapital.com>
6 years ago
Mike Eves
bc660928de
Don't print ROLLING BACK if atomic is not set
...
Signed-off-by: Mike Eves <michael.eves@autotrader.co.uk>
6 years ago
Matthew Fisher
15d5deeaea
Merge pull request #5460 from selslack/fix/update-not-found-error-text
...
refactor(*): make "not found" error message user-friendly
6 years ago
Pavel Eremeev
535f9cece5
refactor(*): update error message
...
Signed-off-by: Pavel Eremeev <selslack@users.noreply.github.com>
6 years ago
Matthew Fisher
d8208abb6c
Merge pull request #5503 from ialidzhikov/update-golang
...
Update golang version
6 years ago
ialidzhikov
470203a173
Update golang version
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
6 years ago