Matthew Fisher
9476fcc10a
Merge pull request #3666 from bacongobbler/fix-get
...
remove "This Repository" link from releases page
7 years ago
Matthew Fisher
0935384bd5
remove "This Repository" link from releases page
7 years ago
scriptonist
5311bf40a8
Now returning error and stopping installation
7 years ago
Taylor Thomas
fe9d365339
Merge pull request #3650 from adshmh/fix-duplication-of-test-code-on-helm-history
...
Fix duplicate test code in helm history command
7 years ago
Matthew Fisher
3014b9277f
add back the default 5 second connection timeout
...
When Helm v2.8.2 was released, we made a change to the default connection timeout by supplying a value passed from pkg/helm/environment. This broke support for third party clients relying on pkg/helm because now the default connection timeout is zero. Adding a default 5 second timeout back retains old behaviour, while not breaking backwards compatibility because the connection timeout can still be configured.
7 years ago
Arash Deshmeh
e25df2ae76
fix(helm) refactor helm status command tests to use releaseCase struct and the corresponding function runReleaseCases. Fixes #3659
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Rajat Jindal
c93ff32f52
make table explicitly default
7 years ago
Taylor Thomas
2c51155724
Merge pull request #3646 from nicdoye/master
...
Accept .yml files as well as .yaml for templates.
7 years ago
Arash Deshmeh
cdd9a85676
fix(helm): remove duplicate code from cmd/helm/history_test.go. Closes #3649
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Rajat Jindal
46ed802750
add support for output format in json or yaml
7 years ago
Taylor Thomas
c5f2174f26
Merge pull request #3640 from rajatjindal/docfix
...
fix typo in docs and fake
7 years ago
Taylor Thomas
f19daa16c2
Merge pull request #3631 from gburton1/addProxyCapability
...
Respect http proxy settings when using custom Transport
7 years ago
Taylor Thomas
38335161d9
Merge pull request #3638 from adshmh/fix-duplication-of-test-code-on-helm-list
...
Remove duplicate test code from cmd/helm/list_test.go
7 years ago
Matthew Fisher
23948f5fd0
bump version to v2.8.1
...
(cherry picked from commit a80231648a
)
7 years ago
Matthew Fisher
abe958eb87
Merge pull request #3597 from bacongobbler/upgrade-force-replace
...
replace FAILED deployments with `helm upgrade --install --force`
7 years ago
Nic Doye
73017d7e88
Accept .yml files as well as .yaml for templates.
...
See https://github.com/helm/helm-classic/pull/306 for helm classic
and
https://kubernetes.slack.com/archives/C51E88VDG/p1520588964000061
7 years ago
Taylor Thomas
cb12dbba97
Merge pull request #3595 from Stelminator/relative-home-path-part1
...
Relative home path part1
7 years ago
scriptonist
6cfaa4ebf2
Added code to recover from a tiller pod crash in an event of template render failure
7 years ago
Matthew Fisher
b372547a56
Merge pull request #3641 from lrills/patch-1
...
Add helm-unittest plugins in related
7 years ago
Rajat Jindal
92972b0353
fix typo in docs and fake
7 years ago
Patrick Liu
d01c5e0ee6
Add helm-unittest in plugins
7 years ago
Matthew Fisher
13730b0dab
replace FAILED deployments with `helm upgrade --install --force`
...
When using `helm upgrade --install`, if the first release fails, Helm will respond with an error saying that it cannot upgrade from an unknown state.
With this feature, `helm upgrade --install --force` automates the same process as `helm delete && helm install --replace`. It will mark the previous release as DELETED, delete any existing resources inside Kubernetes, then replace it as if it was a fresh install. It will then mark the FAILED release as SUPERSEDED.
7 years ago
Matthew Fisher
10f880a876
Merge pull request #3624 from bacongobbler/init-wait-fix
...
replace PingTiller APIs with the gPRC health check API
7 years ago
Matthew Fisher
250d25fdce
fix protoc
...
k8s.io/kubernetes bumped protobuf to 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9
7 years ago
Matthew Fisher
a66a39a171
fix helm init --wait
7 years ago
Arash Deshmeh
75ccc353eb
fix(helm): remove duplicate test code from cmd/helm/list_test. Closes #3637
...
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Greg Burton
bf7e755ef3
Respect env proxy settings when using custom Transport
7 years ago
Matthew Fisher
c31246467c
Merge pull request #3623 from bacongobbler/docs-kubeversion
...
fix kubeVersion example
7 years ago
Matthew Fisher
408f0aa7ee
Merge pull request #3626 from bacongobbler/go-1.10
...
bump go to 1.10
7 years ago
Taylor Thomas
9bd03fd571
Merge pull request #3615 from mparry/fix-search-crash
...
fix(helm): Don't crash in search if upper case chars are encountered
7 years ago
Matthew Fisher
e73c82f51e
bump go to 1.10
7 years ago
Matthew Fisher
01b404b68e
fix kubeVersion example
7 years ago
Matthew Fisher
369e44ad43
Merge pull request #3621 from bryangunn/patch-1
...
Fixed bad link to Issues page
7 years ago
bryangunn
3058644f36
Fixed bad link to Issues page
...
The link to the issues page was giving a 404 due to a malformed URL.
7 years ago
Arash Deshmeh
da989dc275
fix(helm): fix the bug in test code 'cmd/helm/init_test.go' and 'cmd/helm/repo_update_test.go'
...
that leave behind temporary helm home directories during build.
With this fix, the build process no longer leaves behind 'helm_home-*' temp directories.
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
7 years ago
Matthew Fisher
184f7840e8
Merge pull request #3607 from evanscastonguay/patch-1
...
Add instruction to support new GnuGP version
7 years ago
Evans Castonguay
c6f7e54267
update the documentation to refere to GnuPG v2
...
update the documentation to refere to GnuPG v2 instead of latest GnuPG
7 years ago
Matthew Fisher
fc57b35298
Merge pull request #3608 from chenzhiwei/update-doc
...
Change helm update to helm upgrade
7 years ago
Morgan Parry
d848990122
fix(helm): Don't crash in search if upper case chars are encountered.
...
Closes #3088
7 years ago
Chen Zhiwei
363e5bcdf8
Change helm update to helm upgrade
7 years ago
Matthew Fisher
eb72795532
Merge pull request #3464 from onorua/2334-helm-ha
...
Add --replicas option for Tiller HA fixes #2334
7 years ago
Yaroslav Molochko
2f252e9524
Add --replicas option for HA fixes #2334
7 years ago
Matthew Fisher
b49a3960b0
Merge pull request #3611 from itaysk/patch-1
...
added Codefresh
7 years ago
Itay Shakury
f78aaa8715
added Codefresh
7 years ago
Matthew Fisher
cd671f63ac
Merge pull request #3582 from munnerz/patch-1
...
Add link to securing helm docs in 'helm init' text
7 years ago
Evans Castonguay
8a7390342b
Add instruction to support new GnuGP version
...
The latest GnuGP tool (https://gnupg.org/download/ ) is now storing keyring in a new format file 'kbx' instead of 'gpg' which make the current documentation incomplete for a new user. The propose pull request consists of adding documentation to explain how to generate a gpg using the latest GnuGP tool
7 years ago
Christopher A. Stelma
dc7e465705
pass home down through createLink
7 years ago
Ryan Payton
81e09ff14c
updating DownloadIndexFile function call to pass in HELM_HOME
7 years ago
Matthew Fisher
6cb83d4a81
Merge pull request #3590 from joonix/helm-hashtag
...
Add helm-hashtag plugin
7 years ago
Matthew Fisher
6b16c8117d
Merge pull request #3591 from sami-alajrami/update-docs/related.md
...
adding Helmsman in docs/related.md
7 years ago