Panic Stevenson
290a9fca18
Update hapi.version Description in Protobuf README
...
Signed-off-by: Panic Stevenson <panic.stevenson@gmail.com>
6 years ago
Evan Vetere
f602c2328d
tone down the enthusiasm
...
fix for unit tests
Signed-off-by: Evan Vetere <ecv@sine.com>
6 years ago
Matthew Fisher
74209401d3
Merge pull request #5616 from alancarson/patch-1
...
Docs: Added Cloudsmith to Additional Tools
6 years ago
Alan Carson
d0f12eae21
Added Cloudsmith to Additional Tools
...
Hi! This PR adds a link to [Cloudsmith](https://cloudsmith.io ), which is a package management service SaaS. It's commercial, but it's completely free for open-source and it has generous free tiers otherwise. It has first-class support for Helm (and many other package formats, such as npm, Docker etc), plus org/teams management, granular access controls, private repositories, repository-specific entitlements, a worldwide content distribution network, webhooks, access logs, etc. Thank you. :)
Full disclosure: I work at Cloudsmith. \o/
Signed-off-by: Alan Carson <acarson@cloudsmith.io>
6 years ago
Matthew Fisher
ae17f3199e
Merge pull request #5612 from SataQiu/fix-20190418
...
Refactor: using tiller probe port constant (follow up of #5608 )
6 years ago
SataQiu
06fbc720e7
refactor: using tiller probe port constant
...
Signed-off-by: SataQiu <qiushida@beyondcent.com>
6 years ago
Matthew Fisher
c645373ee9
Merge pull request #5608 from SataQiu/try-constants-20190417
...
Using constants rather than hard coding
6 years ago
SataQiu
e48a3be64a
define port 44134 as a constant
...
Signed-off-by: SataQiu <qiushida@beyondcent.com>
6 years ago
Matthew Fisher
bacb6cebfe
Merge pull request #5605 from tariq1890/update_deps
...
chore: bump up the dependencies of kubernetes and prometheus client
6 years ago
Matthew Fisher
62edd09800
Merge pull request #5606 from xichengliudui/update-go-const
...
Using const() defines constants together (part:1)
6 years ago
Matt Farina
274d8da4a6
Merge pull request #5609 from mattfarina/owners-update
...
Moving nebril to emeritus status due to inactivity
6 years ago
Matthew Fisher
870e21d088
Merge pull request #5607 from xichengliudui/update-go-const-park2
...
Using const() defines constants together (part:2)
6 years ago
Matt Farina
bb4f1ebea1
Moving nebril to emeritus status due to inactivity
...
Note, he has been emailed regarding the move including an offer to
re-engage. He has not taken this up. The governance has a 3 months
of inactivity clause that causes maintainers to fall off. This
period has been long exceeded per metrics measured in devstats.
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Tariq Ibrahim
26bce22e3b
chore: bump up the dependencies of kubernetes and prometheus client
...
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
6 years ago
Adam Reese
ea9c27c710
Merge pull request #5604 from adamreese/chore/owners
...
chore(OWNERS): Add hickeyma to OWNERS
6 years ago
Adam Reese
9bc1f1c16e
chore(OWNERS): Add hickeyma to OWNERS
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Matt Farina
029f6a2995
Merge pull request #5324 from tuanvcw/fixing_typos
...
Fixing many typos in docs
6 years ago
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