- 27 Jan, 2018 1 commit
-
-
Reinhard Nägele authored
-
- 22 Jan, 2018 3 commits
-
-
Reinhard Nägele 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 7 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
-
Andrey Chernih authored
Getting this error when running `helm init` locally: Failed to pull image "gcr.io/kubernetes-helm/tiller:v2.7": rpc error: code = Unknown desc = Error response from daemon: manifest for gcr.io/kubernetes-helm/tiller:v2.7 not found
-
- 10 Jan, 2018 3 commits
-
-
Matthew Fisher authored
fix a typo
-
Pure White authored
-
rocky-nupt authored
* feat(helm): Add --full-output to helm list and helm history The default maximum length of the output table is 60 chars. When the length is greater than 60, the content will be omitted. This patch adds -f and --full-output to helm list and helm history which can display full information of releases on the screen. Closes #2828 * a * feat(helm): Add --full-output to helm list and helm history The default maximum length of the output table is 60 chars. When the length is greater than 60, the content will be omitted. This patch adds -f and --full-output to helm list and helm history which can display full information of releases on the screen. Closes #2828
-
- 09 Jan, 2018 6 commits
-
-
Florian Zysset authored
* Don't downgrade tiller with helm init --upgrade unless --force-upgrade is specified Fix tests after merging master * Reformatting with gofmt
-
Justin Scott authored
add amd, ppc64le, and windows OS/architectures
-
Matthew Fisher authored
feat(tiller/proto):Allow charts to specify k8s compatibility
-
Matthew Fisher authored
Adding Platform9 info
-
Akshai Parthasarathy authored
-
Akshai Parthasarathy authored
-
- 08 Jan, 2018 3 commits
-
-
Matthew Fisher authored
* refactor symWalk() into pkg/sympath * add Go copyright * remove dead code
-
Justin Scott authored
add missing parentheses
-
Matthew Fisher authored
fix typo
-