- 27 May, 2017 1 commit
-
-
Matt Butcher authored
This sorts templates by depth before sending them to the template parser. Deepest templates are parsed first, with umbrella templates parsed last. Since template definition names are LIFO, that means that the highest level templates will claim the namespace. Or, to put it simply, you can predictably override a child's defined template by re-defining it in a parent chart. Closes #2452
-
- 26 May, 2017 5 commits
-
-
Taylor Thomas authored
Check existence of $HELM_HOME/plugins before installing plugin
-
Taylor Thomas authored
Adds alias for dependencies
-
Taylor Thomas authored
fix(docs): Remove "no nested globals allowed"
-
Taylor Thomas authored
Add check to stop helm 'waiting' for external services to become ready
-
Justin Scott authored
Remove incorrect statements in charts.md about nested globals not being allowed.
-
- 25 May, 2017 10 commits
-
-
Sushil Kumar authored
Fixes https://github.com/kubernetes/helm/issues/2488
-
Sushil Kumar authored
-
Sushil Kumar authored
-
Taylor Thomas authored
Errors out if install/upgrade fails to load-requirements
-
Sushil Kumar authored
-
Taylor Thomas authored
helm reset --force would clean a failed tiller deployment
-
Sushil Kumar authored
-
Sushil Kumar authored
-
Sushil Kumar authored
- [ ] Fixes https://github.com/kubernetes/helm/issues/2441
-
tyrannasaurusbanks authored
-
- 24 May, 2017 7 commits
-
-
Matt Butcher authored
ref(docs): remove unnecessary docs and clean up doc generator
-
Matt Butcher authored
-
Brian authored
ref(tiller): refactor tests into logical files
-
fibonacci1729 authored
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
-
Brian authored
ref(tiller): refactor tests into logical files
-
fibonacci1729 authored
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
-
Brian authored
ref(tiller): refactor tests in logical files
-
- 23 May, 2017 2 commits
-
-
Sushil Kumar authored
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 ```
-
fibonacci1729 authored
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
-
- 22 May, 2017 11 commits
-
-
Sushil Kumar authored
Fixes https://github.com/kubernetes/helm/issues/2480
-
Brian authored
ref(tiller): refactor tiller APIs into logical files
-
fibonacci1729 authored
*ReleaseServer.InstallRelease -> tiller/release_install.go *ReleaseServer.UpdateRelease -> tiller/release_update.go
-
Brian authored
ref(tiller): refactor tiller APIs into logical files
-
fibonacci1729 authored
*ReleaseServer.UninstallRelease -> tiller/release_uninstall.go *ReleaseServer.ListReleases -> tiller/release_list.go
-
Brian authored
ref(tiller): refactor tiller APIs into logical files
-
fibonacci1729 authored
*ReleaseServer.RollbackRelease -> tiller/release_rollback.go
-
Brian authored
ref(tiller): refactor tiller APIs into logical files
-
fibonacci1729 authored
*ReleaseServer.GetReleaseContent -> tiller/release_content.go *ReleaseServer.GetReleaseStatus -> tiller/release_status.go
-
Brian authored
ref(tiller): refactor release_server.go APIs into logical files.
-
fibonacci1729 authored
*ReleaseServer.RunReleaseTest -> tiller/release_testing.go *ReleaseServer.GetVersion -> tiller/release_version.go
-
- 19 May, 2017 4 commits
-
-
Adam Reese authored
If git has autosetuprebase enabled pulling will fail without a descriptive error message.
-
Adam Reese authored
Adds a generic logging interface to importable packages.
-
Matt Butcher authored
fix(helm): fix itermittent release testing failures
-
Matt Butcher authored
fixed fromYaml | toJson
-