Matthew Fisher
96258e3b29
Merge pull request #5669 from mortent/UpdateProtoTypes
...
fix(helm): Regenerate go types from proto
6 years ago
Martin Hickey
609e3ace5d
Merge pull request #5496 from travelaudience/get-version
...
feat(helm) add 'get --template' to retrieve details about chart (ie version)
6 years ago
Jeff Knurek
d45095263e
remove obsolete doc file
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
6 years ago
Morten Torkildsen
072cd6af37
fix(helm): Regenerate go types from proto
...
Signed-off-by: Morten Torkildsen <mortent@google.com>
6 years ago
Jeff Knurek
0a3ebb816b
feat(helm) add '--template' option to 'helm get' for custom formatting
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
6 years ago
Jeff Knurek
6c760297c0
DOCS: ci failed and taught me how the docs get autogenerated
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
6 years ago
Jeff Knurek
acb759c079
feat(helm) add 'get version' to get the chart version
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
6 years ago
Martin Hickey
f0218d00f0
Merge pull request #5661 from hickeyma/fix-scaffold-chart-labels
...
fix(chartutil): Scaffold chart label in helper template
6 years ago
Martin Hickey
470d92e126
Fix scaffold chart label in helper template
...
The 'app.kubernetes.io/version' label was not being rendered as
expected. It was appending onto the label before it and also
the next label label was appending onto it on the same line.
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
6 years ago
Matthew Fisher
3da600d03f
Merge pull request #5271 from donbowman/add-imagePullSecret
...
Add imagePullSecret to the `default` helm create template
6 years ago
Matt Farina
dcb81c9c09
Merge pull request #5346 from truongnh1992/github_workflow
...
Adding github workflow for contributing to helm
6 years ago
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