- 08 Feb, 2018 9 commits
-
-
Matt Farina authored
CRDs and other objects seen as unstructured cannot use strategic merge patching. It has never been supported on CRDs. Previously, cases like unstructured objects could have caused an unregistered error. This is no longer the case. This change explicitly looks for unstructured objects and handles those using json merge patching. Closes #3382 (cherry picked from commit e6137ff0)
-
Matthew Fisher authored
(cherry picked from commit 4947e5aa)
-
Reinhard Nägele authored
(cherry picked from commit ea520afd)
-
Reinhard Nägele authored
(cherry picked from commit 3d05da01)
-
Paolo Mainardi authored
(cherry picked from commit b065ffe1)
-
Paolo Mainardi authored
(cherry picked from commit 2cee4c68)
-
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. (cherry picked from commit d28d1756)
-
Matthew Fisher authored
also add it to the release checklist. (cherry picked from commit 8604e0b8)
-
Matthew Fisher authored
the release branch was of the format `release-vX.Y.Z` when it should be `release-X.Y`. (cherry picked from commit 4763cca8)
-
- 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 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 1 commit
-
-
Florian Zysset authored
* Don't downgrade tiller with helm init --upgrade unless --force-upgrade is specified Fix tests after merging master * Reformatting with gofmt
-