tyrannasaurusbanks
b4fc1c7cb2
Add check to ensure helm doesnt 'wait' for external services to become 'ready'
8 years ago
Pierre Ozoux
f92123b768
Rename index.md to README.md
8 years ago
Matt Butcher
f250fce921
Merge pull request #2458 from technosophos/ref/remove-man-pages
...
ref(docs): remove unnecessary docs and clean up doc generator
8 years ago
Matt Butcher
3c97db803f
ref(docs): remove unnecessary docs and clean up doc generator
8 years ago
Brian
a0fcb00e16
Merge pull request #2491 from fibonacci1729/master
...
ref(tiller): refactor tests into logical files
8 years ago
fibonacci1729
04d0abfd7c
ref(tiller): refactor tests into logical files
...
TestInstallRelease_WithChartAndDependencyNotes -> tiller/release_install_test.go
TestInstallRelease_WrongTillerVersion -> tiller/release_install_test.go
TestInstallRelease_WithNotesRendered -> tiller/release_install_test.go
TestInstallRelease_TillerVersion -> tiller/release_install_test.go
TestInstallRelease_FailedHooks -> tiller/release_install_test.go
TestInstallRelease_ReuseName -> tiller/release_install_test.go
TestInstallRelease_WithNotes -> tiller/release_install_test.go
TestInstallRelease_NoHooks -> tiller/release_install_test.go
TestInstallRelease_DryRun -> tiller/release_install_test.go
TestInstallRelease -> tiller/release_install_test.go
8 years ago
Brian
1cc84b23be
Merge pull request #2490 from fibonacci1729/master
...
ref(tiller): refactor tests into logical files
8 years ago
fibonacci1729
22db973932
ref(tiller): refactor tests into logical files
...
TestListReleasesByStatus -> tiller/release_list_test.go
TestListReleasesFilter -> tiller/release_list_test.go
TestListReleasesSort -> tiller/release_list_test.go
TestListReleases -> tiller/release_list_test.go
TestUpdateRelease_ResetReuseValues -> tiller/release_update_test.go
TestUpdateRelease_ResetValues -> tiller/release_update_test.go
TestUpdateRelease_ReuseValues -> tiller/release_update_test.go
TestUpdateReleaseNoChanges -> tiller/release_update_test.go
TestUpdateReleaseFailure -> tiller/release_update_test.go
TestUpdateReleaseNoHooks -> tiller/release_update_test.go
TestUpdateRelease -> tiller/release_update_test.go
TestRollbackReleaesFailure -> tiller/release_rollback_test.go
8 years ago
Brian
b22950c148
Merge pull request #2484 from fibonacci1729/master
...
ref(tiller): refactor tests in logical files
8 years ago
Sushil Kumar
156d48bc3b
Adds alias for dependencies
...
Fixes https://github.com/kubernetes/helm/issues/2383
Sample `requirements.yaml` I used for test purpose was for wordpress chart
```dependencies:
- name: mariadb
version: 0.5.10
repository: https://kubernetes-charts.storage.googleapis.com/
alias:
- db1
- db2
- db3
```
8 years ago
fibonacci1729
172dbb22cf
ref(tiller): refactor tests in logical files
...
TestRunReleaseTest -> tiller/release_testing_test.go
TestGetReleaseContent -> tiller/release_content_test.go
TestGetReleaseStatusDeleted -> tiller/release_status_test.go
TestGetReleaseStatus -> tiller/release_status_test.go
TestRollbackReleaseFailure -> tiller/release_rollback_test.go
TestRollbackReleaseNoHooks -> tiller/release_rollback_test.go
TestRollbackRelease -> tiller/release_rollback_test.go
TestUninstallReleaseWithKeepPolicy -> tiller/release_uninstall_test.go
TestUninstallPurgeDeleteRelease -> tiller/release_uninstall_test.go
TestUninstallReleaseNoHooks -> tiller/release_uninstall_test.go
TestUninstallPurgeRelease -> tiller/release_uninstall_test.go
TestUninstallRelease -> tiller/release_uninstall_test.go
8 years ago
Sushil Kumar
18f900e443
Errors out if install/upgrade fails to load-requirements
...
Fixes https://github.com/kubernetes/helm/issues/2480
8 years ago
Brian
fcf48f430b
Merge pull request #2477 from fibonacci1729/master
...
ref(tiller): refactor tiller APIs into logical files
8 years ago
fibonacci1729
2ae276ae39
ref(tiller): refactor tiller APIs into logical files
...
*ReleaseServer.InstallRelease -> tiller/release_install.go
*ReleaseServer.UpdateRelease -> tiller/release_update.go
8 years ago
Brian
d76c1049d0
Merge pull request #2475 from fibonacci1729/master
...
ref(tiller): refactor tiller APIs into logical files
8 years ago
fibonacci1729
a4d05fd2b2
ref(tiller): refactor tiller APIs into logical files
...
*ReleaseServer.UninstallRelease -> tiller/release_uninstall.go
*ReleaseServer.ListReleases -> tiller/release_list.go
8 years ago
Brian
d028fdb618
Merge pull request #2473 from fibonacci1729/master
...
ref(tiller): refactor tiller APIs into logical files
8 years ago
fibonacci1729
b5c213d5dd
ref(tiller): refactor tiller APIs into logical files
...
*ReleaseServer.RollbackRelease -> tiller/release_rollback.go
8 years ago
Brian
a3d44f4f02
Merge pull request #2472 from fibonacci1729/master
...
ref(tiller): refactor tiller APIs into logical files
8 years ago
fibonacci1729
62c4b152fd
ref(tiller): refactor tiller APIs into logical files
...
*ReleaseServer.GetReleaseContent -> tiller/release_content.go
*ReleaseServer.GetReleaseStatus -> tiller/release_status.go
8 years ago
Brian
5c135de01e
Merge pull request #2471 from fibonacci1729/master
...
ref(tiller): refactor release_server.go APIs into logical files.
8 years ago
fibonacci1729
3b3439f67d
ref(tiller): breakout ReleaseServer APIs into logical files.
...
*ReleaseServer.RunReleaseTest -> tiller/release_testing.go
*ReleaseServer.GetVersion -> tiller/release_version.go
8 years ago
Adam Reese
1e8ebae249
fix(plugins): add error when updating modified plugins
...
If git has autosetuprebase enabled pulling will fail without a
descriptive error message.
8 years ago
Adam Reese
15254e4c5c
feat(*): add generic logging interface ( #2394 )
...
Adds a generic logging interface to importable packages.
8 years ago
Matt Butcher
4d5bffecbd
Merge pull request #2462 from michelleN/test-failures
...
fix(helm): fix itermittent release testing failures
8 years ago
Matt Butcher
b49959d8a4
Merge pull request #2467 from lead4good/master
...
fixed fromYaml | toJson
8 years ago
Adam Reese
5b3d5567d8
Merge pull request #2303 from adamreese/fix/helm-home
...
fix(helm): fix setting home via `helm --home=HOME`
8 years ago
Adam Reese
9832e7df96
fix(helm): fix setting home via `helm --home=HOME`
8 years ago
Matt Butcher
42650a044e
Merge pull request #2460 from Awk34/patch-1
...
docs(repo_faq): create chart_repository_faq.md
8 years ago
lead4good
bb4be33331
fixed fromYaml | toJson
8 years ago
Michelle Noorali
19a33b3f95
fix(helm): fix itermittent release testing failures
8 years ago
Matt Butcher
ec2597d03d
Merge pull request #2459 from technosophos/chore/sprig-2.12
...
chore(glide): update to Sprig 2.12.0
8 years ago
Matt Butcher
2d192b1b1b
Merge pull request #2408 from technosophos/fix/2407-devel-releases
...
fix(helm): add --devel flag to allow dev releases again
8 years ago
Andrew Koroluk
4cbbbf2fe0
docs(repo_faq): create chart_repository_faq.md
...
Add FAQ for `unsupported protocol scheme ""` error
8 years ago
Matt Butcher
23c33cf152
chore(glide): update to Sprig 2.12.0
8 years ago
Matt Butcher
f9c9e9d6cb
Merge pull request #2455 from technosophos/fix/2393
...
fix(lint): add KubeVersion and TillerVersion to linter
8 years ago
Matt Butcher
28ec92355b
fix(helm): add --devel flag to allow dev releases again
...
2.4.0 stopped installing development versions by default. This allows
the user to re-enable that support by setting --devel.
Closes #2407
8 years ago
Matt Butcher
7e82a076d0
Merge pull request #2454 from technosophos/fix/2311
...
fix(Dockerfile): add ca-certificates
8 years ago
Michelle Noorali
a53c29aee7
Merge pull request #2425 from michelleN/helm-test-error-codes
...
fix(*): return non-zero exit code on test failure
8 years ago
Matt Butcher
70f6aa4c23
fix(Dockerfile): add ca-certificates
...
Closes #2311
8 years ago
Matt Butcher
5d407d1f86
Merge pull request #2427 from mattfarina/fix/docker-distribution-version
...
fix(windows): Updating docker/distribution
8 years ago
Matt Farina
3f1c6a1e87
fix(windows): Updating docker/distribution
...
Kubernetes has a dependency on a development version of
github.com/docker/distribution that does not work for windows. Helm
picks up this dependency and it breaks helm development on win. The
bug was later fixed. There is an issue on Kubernetes to update
to a newer version. In the meantime, this change causes helm to
use the latest stable release for that minor version.
Fixes #2396
Relates to https://github.com/kubernetes/kubernetes/issues/45377
8 years ago
Adam Reese
595afc5c17
Merge pull request #2449 from rvbaz/write-index-atomic
...
Write repo file using atomicfile
8 years ago
Matt Butcher
d863d9a886
fix(lint): add KubeVersion and TillerVersion to linter
...
Closes #2393
8 years ago
Raphael Badin
965cb7fd1c
Write repo file using atomicfile
...
This prevents clients from seeing half-written files because
on POSIX systems renaming a file is an atomic operation.
Drive-by: Add test for repo file permission.
8 years ago
Matt Butcher
dd7357dfc1
Merge pull request #2345 from HotelsDotCom/vbom-ml-git-fix
...
Fix for vbom.ml bootstrap
8 years ago
Adam Reese
206035442e
Merge pull request #2438 from vdice/feat/init-upgrade-service-account
...
feat(cmd/helm/installer): add support for upgrading service account
8 years ago
Sushil Kumar
ff42dadde4
Adds update option to plugin command ( #2410 )
...
* Adds update option to plugin command
Fixes issues/2385 - helm install silently updates the plugin, if it pre-existed
* Added tests for new methods for plugin update
* Updated docs
* Updated review comments :)
* Return error exit code when there is error
8 years ago
Matt Butcher
8b6fff4474
Merge pull request #2451 from krancour/patch-2
...
minor typo fix
8 years ago
Michelle Noorali
5687723fca
Merge pull request #2429 from FengyunPan/fix-package
...
Add friendly output for helm package
8 years ago