Martin Hickey
42bbea26b1
Merge pull request #5624 from panicstevenson/hapi.version-description-grammar
...
Update hapi.version Description in Protobuf README
6 years ago
Martin Hickey
b8bfd7e15b
Merge pull request #5644 from hickeyma/fix-env-list-helm-doc
...
Fix environment list in helm doc
6 years ago
Martin Hickey
d082754b1a
Fix environment list in helm doc
...
Closes #5344
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
6 years ago
Matt Farina
b06b5ef4d2
Merge pull request #5373 from luisdavim/version_label
...
Add app.kubernetes.io/version label
6 years ago
Matthew Fisher
f70cba9b51
Merge pull request #5630 from tao12345666333/ref-rootfs
...
ref(rootfs): remove useless action.
6 years ago
Luis Davim
0270f2e2b5
Reduce template code duplication. Fixes #5372
...
Signed-off-by: Luis Davim <luis.davim@jet.com>
6 years ago
Matthew Fisher
bbae86e09a
Merge pull request #5620 from ecv/ecv/no-forced-chirpiness
...
remove snowflake-emoji 'Happy Helming!'
6 years ago
Jintao Zhang
792af434e6
ref(rootfs): remove useless action.
...
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
6 years ago
Matthew Fisher
e562a2ee94
Merge pull request #5621 from mauilion/patch-1
...
Updating to use git.io short url
6 years ago
Duffie Cooley
8bc521fd54
Updating to use git.io short url
...
I've added an alias to git.io the github url shortening service from git.io/get_helm.sh -> https://raw.githubusercontent.com/helm/helm/master/scripts/get
Like this:
```
$ curl -i https://git.io/ -F url=https://raw.githubusercontent.com/helm/helm/master/scripts/get -F code=get_helm.sh
HTTP/1.1 201 Created
Server: Cowboy
Connection: keep-alive
Date: Fri, 19 Apr 2019 23:20:39 GMT
Status: 201 Created
Content-Type: text/html;charset=utf-8
Location: https://git.io/get_helm.sh
Content-Length: 62
X-Xss-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Runtime: 0.008310
X-Node: f065811c-e0e8-4384-bf09-9d9d28586c4d
X-Revision: 392798d237fc1aa5cd55cada10d2945773e741a8
Strict-Transport-Security: max-age=31536000; includeSubDomains
Via: 1.1 vegur
```
I think it's a little easier to remember and use.
There is also no way to overwrite or modify alias. Once it's there it's there in perpetuity.
Thanks!
Signed-off-by: Duffie Cooley <dcooley@heptio.com>
6 years ago
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
Kenta Iso
2aa4155952
Fix 'THE INCLUDE FUNCTION' in 'Developing Templates' output
...
Signed-off-by: Kenta Iso <type.mafty@gmail.com>
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