- 22 Dec, 2016 1 commit
-
-
Adam Reese authored
-
- 21 Dec, 2016 8 commits
-
-
Matt Butcher authored
Closes #1744
-
Marius Grigoriu authored
It is unnecessary to create a namespace just to test that it exists. Roles that don't have post namespace will error out even if the namespace exists and it is possible to install the package anyway. This patch Gets a namespace and only creates one if it doesn't exist.
-
Steve Wilkerson authored
The upper limit for a chart name is 63 characters now instead of 14 or 24 in older versions of Kubernetes. This replaces `trunc 24` in the example chart provided to `trunc 63` to reflect the new length available. Closes #1637
-
Steve Wilkerson authored
The upper limit for a chart name is 54 characters now instead of 14 or 24 in older versions of Kubernetes. This replaces `trunc 24` in the example chart provided to `trunc 54` to reflect the new length available. Closes #1637
-
Keerthan Reddy Mala (kmala) authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
- 20 Dec, 2016 3 commits
-
-
Adam Reese authored
-
Matt Butcher authored
This reverts a previous decision to only do shallow merges of globals. It allows globals to be nested maps.
-
Michelle Noorali authored
resolves #1463
-
- 14 Dec, 2016 1 commit
-
-
Matt Butcher authored
There was an informational message being printed that is unnecessary, but prevented shell scripting the results of inspect calls. Closes #1574
-
- 13 Dec, 2016 27 commits
-
-
Adam Reese authored
-
Matt Butcher authored
fix(semver): Ranges can fail with some pre-release numbering
-
Matt Butcher authored
-
Matt Butcher authored
fix(glide): add assert library
-
Matt Butcher authored
-
Matt Butcher authored
fix(*): add support for "DELETING" status
-
Matt Farina authored
-
Matt Farina authored
There was a hyphen range bug in semver that prevented constraints in the form of v2.3.5-20161202202307-sha.e8fc5e5. This would be parsed incorrectly as a hyphen range and then fail. The bug in semver was fixed in semver v1.2.2 for this issue.
-
Matt Butcher authored
feat(helm): add support for multiple values files
-
Matt Butcher authored
feat(helm): Add Files.AsSecrets, Files.AsConfig, path functions
-
Matt Butcher authored
Closes #1511
-
Adam Reese authored
Set Helm deployment to pull IfNotPresent
-
Adam Reese authored
feat(helm): add newline to fetch --verify output
-
Vaughn Dice authored
-
Adam Reese authored
feat(*): migrate to kubernetes 1.5
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
-
Adam Reese authored
feat(ci): add travis configuration
-
Adam Hawkins authored
Helm uses fixed tags (e.g. `v2.0.2`) so there should be no need to pull a new image every time.
-