- 26 May, 2017 1 commit
-
-
peay authored
-
- 16 May, 2017 1 commit
-
-
Michelle Noorali authored
* resolves #2089
-
- 05 May, 2017 4 commits
-
-
Maciej Kwiek authored
-
Dmitry Shulyak authored
-
Dmitry Shulyak authored
-
Maciej Kwiek authored
This change introduces the concept of Rudders - pluggable modules that Tiller communicates with via grpc, which allow to decouple orchestration logic from Tiller into separate service. This commit consists of simple Rudder implementation which does exactly the same thing as built in Tiller orchestrator - it creates all k8s objects from provided manifest without orchestrating them. --experimental-release flag is introduced to enable this behaviour. This change allows to use the service and tiller outside of the cluster. Following commits will add Rudder to helm deployment.
-
- 06 Apr, 2017 1 commit
-
-
Matt Butcher authored
This provides the Chart.yaml field `tillerVersion`, which is a semver range. It allows users to choose to constrain a chart to a specific version. The reason for this is that we keep introducing new template functions, but we have no way of saying "this chart will only work with Tiller newer than...". The check on version is _only_ done on Tiller. The client does not check at all, since it does not do any template expansion on its own.
-
- 04 Apr, 2017 1 commit
-
-
Adam Reese authored
-
- 03 Apr, 2017 1 commit
-
-
Matt Butcher authored
This makes it possible to re-use the existing values on an upgrade, merging in any new values set by `-f` or `--set`. Closes #1876
-
- 14 Mar, 2017 1 commit
-
-
Adnan Abdulhussein authored
-
- 07 Mar, 2017 1 commit
-
-
Matt Butcher authored
This provides a simple field to expose the version of the application contained in a chart. Closes #2036
-
- 14 Feb, 2017 1 commit
-
-
Michelle Noorali authored
resolves #1927
-
- 13 Feb, 2017 1 commit
-
-
Vaughn Dice authored
-
- 11 Feb, 2017 1 commit
-
-
Justin Scott authored
This feature adds the ability to selectively control the loading of charts using entries in top chart's values. When 'helm install --set tags.mytag=true', charts with that tag will be enabled unless disabled in parent by condition. When 'helm install --set mychart.enabled=true', charts with that yaml path specified will be enabled. Closes #1837
-
- 08 Feb, 2017 1 commit
-
-
Vaughn Dice authored
-
- 06 Feb, 2017 1 commit
-
-
Michelle Noorali authored
* also cleanup comments
-
- 03 Feb, 2017 1 commit
-
-
Adam Reese authored
-
- 02 Feb, 2017 1 commit
-
-
Michelle Noorali authored
-
- 01 Feb, 2017 3 commits
-
-
Michelle Noorali authored
pulled logic out in pkg/releasetesting
-
Michelle Noorali authored
-
Michelle Noorali authored
* This is a simple mvp which processes a test definition with the hook annotation for test when you run `helm test [release]` * helm client cmd, proto def, tiller logic
-
- 31 Jan, 2017 1 commit
-
-
Matt Butcher authored
This adds a simple description for each lifecycle step on a release object. Closes #1661
-
- 20 Jan, 2017 1 commit
-
-
Taylor Thomas authored
Adds `--wait` flag to helm that waits for all pods to reach a ready state, PVCs to be bound, and services to have IP addresses Closes #1805
-
- 11 Jan, 2017 1 commit
-
-
Matt Butcher authored
The --reset-values flag on upgrade instructs Tiller to reset the upgraded release to the chart's built-in values.yaml, and ignore the last install's overridden values. Closes #1569
-
- 19 Dec, 2016 1 commit
-
-
Taylor Thomas authored
Installs, rollback, upgrade, and delete now accept a `--timeout` flag that allows the user to specify the maximum number of seconds that any kubernetes command can take. Closes #1678
-
- 16 Dec, 2016 1 commit
-
-
Nikolay Mahotkin authored
-
- 14 Dec, 2016 2 commits
-
-
Nikolay Mahotkin authored
* Run gofmt on all changed files so they formatted properly now
-
Nikolay Mahotkin authored
* Added pod restart for ReplicaSet * Added --restart flag for helm CLI for upgrade/rollback commands * By default, restart is false
-
- 13 Dec, 2016 2 commits
-
-
Matt Butcher authored
Closes #1511
-
Nikolay Mahotkin authored
* Run gofmt on all changed files so they formatted properly now
-
- 07 Dec, 2016 2 commits
-
-
Michelle Noorali authored
satisfies #1326
-
Nikolay Mahotkin authored
* Added pod restart for ReplicaSet * Added --restart flag for helm CLI for upgrade/rollback commands * By default, restart is false
-
- 10 Oct, 2016 1 commit
-
-
Adam Reese authored
-
- 05 Oct, 2016 1 commit
-
-
fibonacci1729 authored
-
- 04 Oct, 2016 1 commit
-
-
Matt Butcher authored
This is to future-proof charts, and also be consistent with repo and index YAML files. Closes #1264
-
- 28 Sep, 2016 2 commits
-
-
Matt Butcher authored
Some fields were introduced to Chart metadata after Alpha.4, but are not going to be used ever. So we made the decision to remove them before we get stuck with ugliness. This should not break compatibility, since these fields were not used.
-
Adam Reese authored
closes #1244
-
- 27 Sep, 2016 1 commit
-
-
Michelle Noorali authored
This feature allows you to rollback release to the previous version of release. resolves #1004
-
- 14 Sep, 2016 1 commit
-
-
Ville Aikas authored
clean up the formatting, remove unnecessary git_version from version as per discussions with @areese
-
- 13 Sep, 2016 1 commit
-
-
vaikas-google authored
-