- 31 Jan, 2018 1 commit
-
-
Matthew Fisher authored
the spell check
-
- 30 Jan, 2018 2 commits
-
-
Adnan Abdulhussein authored
Update RBAC best practices
-
lihuangzym authored
-
- 27 Jan, 2018 1 commit
-
-
Reinhard Nägele authored
-
- 26 Jan, 2018 8 commits
-
-
Matthew Fisher authored
exit zero on non-master branch
-
Matthew Fisher authored
Fix release checklist
-
Matthew Fisher authored
Fix typo
-
Bin Liu authored
-
Matthew Fisher authored
While we still don't want to upload to GCS/GCR, we also don't want the CI run to fail because we are just skipping the step. This is most usually seen in the `release-X.Y` branches cut every minor release.
-
Matthew Fisher authored
also add it to the release checklist.
-
Matthew Fisher authored
the release branch was of the format `release-vX.Y.Z` when it should be `release-X.Y`.
-
Matthew Fisher authored
bump version to v2.8.0
-
- 25 Jan, 2018 1 commit
-
-
Matthew Fisher authored
(cherry picked from commit 14af25f1)
-
- 23 Jan, 2018 1 commit
-
-
Nikhil Manchanda authored
fix link to image
-
- 22 Jan, 2018 3 commits
-
-
Matthew Fisher authored
-
Matthew Fisher authored
Added k8comp plugin for helm
-
Catalin authored
-
- 19 Jan, 2018 9 commits
-
-
Matthew Fisher authored
helm template: display the default value of --kube-version in help message
-
Kazuki Suda authored
This commit improves to display the default value of --kube-version in help message of `helm template` command. ``` --kube-version string kubernetes version used as Capabilities.KubeVersion.Major/Minor (default "1.9") ```
-
Matthew Fisher authored
Adding mattfarina to the OWNERS file
-
Matt Farina authored
-
Matthew Fisher authored
fix(ci): install zip
-
Matthew Fisher authored
feat Making starter templates more versatile
-
Matthew Fisher authored
Add helm-monitor plugin
-
Matt Farina authored
fix(capabilities): Adding GitVersion to default set
-
Etienne Tremel authored
-
- 18 Jan, 2018 6 commits
-
-
Matthew Fisher authored
Added a --wait flag to helm init
-
Alex Johnson authored
Added a --wait flag for helm init which pings the Tiller server and ensures that it is ready to receive requests Fixes #2114 Signed-off-by: Alex Johnson <ajohnson@bombora.com>
-
Matthew Fisher authored
Add SlickNik to OWNERS
-
Nikhil Manchanda authored
-
Matthew Fisher authored
Add AppVersion to initial chart
-
Reinhard Nägele authored
-
- 17 Jan, 2018 1 commit
-
-
Adnan Abdulhussein authored
Update initial chart experience
-
- 16 Jan, 2018 1 commit
-
-
Matt Farina authored
Prior to this, using the semver template functions with the full version, which is represented in the GitVersion, was not possible for helm template and lint commands because the property was not populated by default. This update adds default handling. Closes #3349
-
- 12 Jan, 2018 6 commits
-
-
Matthew Fisher authored
feat(pkg/helm): allow concurrent requests on a shared client
-
Matthew Fisher authored
Fix filename
-
Dennis Benzinger | SAP Hybris authored
-
Matthew Fisher authored
Added notes on how to fix pulling errors
-
Reinhard Nägele authored
* Add template for chart name * Use named ports and simplify service configuration * Add affinity * Add tolerations * Use 'with' statements where possible * Enhance ingress * Add fullnameOverride to fullname template
-
Adam Reese authored
`helm list` should only list latest release fixes #3208
-