- 14 Nov, 2017 2 commits
-
-
Adam Reese authored
Fixes #2437 Two bugs were causing this behavior - Tiller was marking the previous release superseded when an upgrade failed. - Upgrade was diffing against failed releases
-
Christian Jauvin authored
-
- 23 Oct, 2017 1 commit
-
-
Adam Reese authored
-
- 11 Oct, 2017 1 commit
-
-
Adam Reese authored
-
- 10 Oct, 2017 1 commit
-
-
Taylor Thomas authored
This adds CRD ordering into the explicit kind sorter list Closes #2925
-
- 09 Oct, 2017 1 commit
-
-
Remington Reackhof authored
-
- 06 Oct, 2017 2 commits
-
-
Dhilip authored
* helm create all defined template names should be namespaced https://docs.helm.sh/chart_best_practices/#names-of-defined-templates * Update Doc * Update example
-
Michal Cwienczek authored
* Closes #2937 Added required dependency to run make test in developer's guide * Fixed base URL appending when chart address is not absolute * Removed requirement from developers.md * Fixed unnecessary line breaks * Added tests for query string repo * Returning URL along with error
-
- 03 Oct, 2017 1 commit
-
-
Nandor Kracser authored
-
- 28 Sep, 2017 2 commits
-
-
Taylor Thomas authored
Adds a unit test that was missed as part of #2961
-
Maxim Ivanov authored
-
- 27 Sep, 2017 2 commits
-
-
Maxim Ivanov authored
-
Maxim Ivanov authored
Kind can change it's APIVersion with time, such as "Deployment" which was "extensions/v1beta1" and then migrated to "apps/v1beta1" in Kube 1.6. Name, Kind and optinally Namespace are used to find relevant Info object for a original resource which is being upgraded, it safe enough, as it is uniquely identifies an object.
-
- 26 Sep, 2017 4 commits
-
-
Matthew Fisher authored
-
Matthew Fisher authored
This reverts commit edd4e561.
-
Matthew Fisher authored
This reverts commit 965cb7fd.
-
Maxim Ivanov authored
-
- 22 Sep, 2017 2 commits
-
-
NauxLiu authored
-
Maxim Ivanov authored
When release upgrade fails, updatedRelease is already created in a storage by *ReleaseServer.UpdateRelease, therefore we should be updating it's status, not creating it again.
-
- 18 Sep, 2017 2 commits
- 15 Sep, 2017 1 commit
-
-
devinyan authored
-
- 11 Sep, 2017 2 commits
-
-
Kazuki Suda authored
This commit adds --kube-version flag to helm template. It allows you to override the Kubernetes version used as Capabilities.KubeVersion.Major/Minor (e.g. 1.7).
-
Kazuki Suda authored
-
- 08 Sep, 2017 1 commit
-
-
Amanda Cameron authored
-
- 07 Sep, 2017 2 commits
-
-
llsheldon authored
The alias functionality only works when a hardcoded version is used. Any use of semver logic causes unexpected behavior. I use version.IsCompatibleRange to check the dependency version. Closes #2794
-
Adnan Abdulhussein authored
cc @james-w
-
- 06 Sep, 2017 3 commits
-
-
Justin Scott authored
Adds additional manifest sorting logic so that different unknown kinds are sorted alphabetically so that manifest order is more deterministic.
-
Steven E. Harris authored
The test never reads the manifest type's "content" field, so there's no reason to populate it explicitly with its zero value.
-
Matthew Fisher authored
-
- 30 Aug, 2017 1 commit
-
-
DoctorZK authored
-
- 29 Aug, 2017 1 commit
-
-
Justin Scott authored
This adds the functionality from the helm-template plugin to allow the rendering of templates without Tiller. Closes #2755
-
- 24 Aug, 2017 2 commits
-
-
xuhaigang authored
In Helm 2.6.0, the new delete feature that deletes old versions of charts is deleting subcharts that aren't in requirements.yaml. In this patch, I judge the dependency whether it is included in the requirements.yaml before deleting it. Closes #2830
-
DockerZK authored
When "helm.sh/hook-delete-policy: hook-succeeded" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is succeeded. When "helm.sh/hook-delete-policy: hook-failed" is provided in a hook's annotation, Tiller will automatically delete the hook after the hook is failed. Closes #1769
-
- 16 Aug, 2017 5 commits
-
-
Kira authored
* feat(2450): add options to chart metadata
-
Adam Reese authored
-
Justin Scott authored
Remove length check from subsort test. Add check for unknowns.
-
Justin Scott authored
-
Justin Scott authored
Updates Tiller manifest sorting so that manifests of the same kind are then sorted alphabetically. Closes #1696
-
- 10 Aug, 2017 1 commit
-
-
Matt Butcher authored
This adds a new configuration option to Tiller to limit the number of records stored per release. Tiller stores historical release information (helm history, helm rollback). This makes it possible to set a maximum number of versions per release. To enable this feature, use `helm init --history-max NNN`. Note that because of the restrictions on Deployment objects, you will have to re-install Tiller to add a limit. Along the way, I found an unreported bug in the Memory storage driver. This fixes that bug and adds substantially more tests to catch regressions. Closes #2332
-