- 18 Jan, 2018 5 commits
-
-
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
-
- 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 4 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
-
Luis Cordova authored
-
- 06 Jan, 2018 1 commit
-
-
xuhaigang authored
Add an optional field kubeVersion to Chart.yaml that allows the chart developer to specify a semver compliant version. Closes #2708, #2706
-
- 05 Jan, 2018 2 commits
-
-
Matthew Fisher authored
-
Adam Reese authored
-
- 04 Jan, 2018 1 commit
-
-
Taylor Thomas authored
feat(helm): add better error message to 'dep up'
-
- 30 Dec, 2017 1 commit
-
-
Tim Dumol authored
When a user enters a non-URL (such as stable) in requirements.yaml and tries to `helm dep up`, they get a potentially confusing error message. This tries to make the error message clearer. Closes #2672
-
- 29 Dec, 2017 2 commits
-
-
Matthew Fisher authored
-
Matthew Fisher authored
fix(helm): Init not creating local-index symlink on Windows
-
- 28 Dec, 2017 5 commits
-
-
Matthew Fisher authored
feat(*): add k8s version to version debug cmd
-
Matthew Fisher authored
Installation shell script fix
-
Matthew Fisher authored
fix(helm): Set template context inside tpl function to outer function.
-
Matthew Fisher authored
docs: downloader plugin documentation
-
Matthew Fisher authored
Show kind in resource-not-found-in-release error
-
- 27 Dec, 2017 1 commit
-
-
Timofey Kirillov authored
This error occures when resource is not found in helm release: `Error: UPGRADE FAILED: no resource with the name "redis-cluster-sentinel" found` Changed to: `Error: UPGRADE FAILED: no ConfigMap with the name "redis-cluster-sentinel" found` So now that resource can easily be found in cluster.
-
- 24 Dec, 2017 1 commit
-
-
Matthew Fisher authored
docs(chart_template_guide): Fix link
-