- 17 Oct, 2018 1 commit
-
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io>
-
- 24 Aug, 2018 2 commits
-
-
Adam Reese authored
-
Adam Reese authored
ref(chartutil): move chart loading out of chartutil into new package add chart loader interface to allow lazy loading feat(chart): create chart accessors ref(*): cleanup requirements ref(tiller): remove optional template engines ref(tiller): simplify sorting releases and hooks ref(*): code simplification ref(hapi): move chart package out of hapi ref(chart): add requirements and lock to Chart struct
-
- 22 Aug, 2018 1 commit
-
-
Adam Reese authored
-
- 10 May, 2018 1 commit
-
-
Adam Reese authored
-
- 24 Apr, 2018 1 commit
-
-
Adam Reese authored
fixes #3937
-
- 23 Apr, 2018 2 commits
-
-
Adam Reese authored
-
- 18 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 17 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 16 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 07 Apr, 2018 1 commit
-
-
AdamDang authored
typo fix get->Get's
-
- 06 Apr, 2018 1 commit
-
-
AdamDang authored
outout->output Get's->get the the->the
-
- 27 Mar, 2018 1 commit
-
-
Adam Reese authored
-
- 05 Feb, 2018 1 commit
-
-
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
-
- 27 Jan, 2018 3 commits
-
-
Paolo Mainardi authored
-
Paolo Mainardi authored
-
Reinhard Nägele authored
-
- 26 Jan, 2018 1 commit
-
-
Matthew Fisher authored
This reverts commit 371ff8f2.
-
- 22 Jan, 2018 1 commit
-
-
Reinhard Nägele authored
-
- 05 Jan, 2018 1 commit
-
-
Adam Reese authored
-
- 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.
-
- 22 Dec, 2017 1 commit
-
-
Tim Hockin authored
-
- 21 Nov, 2017 2 commits
-
-
Matt Cholick authored
k8s client-go closes the ready channel that's passed in (see https://github.com/kubernetes/client-go/blob/master/tools/portforward/portforward.go#L171) This means that Tunnel's Close will always panic, as the client-go library will have closed then channel. This isn't reproducible unless helm.Client is externally, as the helm cli runner doesn't actually invoke Close.
-
Kai Chen authored
-
- 12 Nov, 2017 1 commit
-
-
Federico Gimenez authored
-
- 01 Nov, 2017 1 commit
-
-
gardlt authored
-
- 11 Oct, 2017 1 commit
-
-
Adam Reese authored
-
- 27 Sep, 2017 2 commits
-
-
Maxim Ivanov authored
-
Maxim Ivanov authored
Kind can change it's APIVersion with time, such as "Deployment" which was "extensions/v1beta1" and then migrated to "apps/v1beta1" in Kube 1.6. Name, Kind and optinally Namespace are used to find relevant Info object for a original resource which is being upgraded, it safe enough, as it is uniquely identifies an object.
-
- 15 Sep, 2017 1 commit
-
-
devinyan authored
-
- 07 Jul, 2017 1 commit
-
-
Adam Reese authored
-
- 26 Jun, 2017 1 commit
-
-
Justin Scott authored
-
- 31 May, 2017 2 commits
-
-
Taylor Thomas authored
PR #2513 was behind master when merged. Other commits were added that required the use of the log package. This re-adds that package.
-
Taylor Thomas authored
This builds on previous work and adds more logging to follow the full process of installing, updating, deleting, and rolling back. This also standardizes capitalization of logs and small formatting fixes
-
- 26 May, 2017 1 commit
-
-
peay authored
-
- 25 May, 2017 1 commit
-
-
tyrannasaurusbanks authored
-
- 19 May, 2017 1 commit
-
-
Adam Reese authored
Adds a generic logging interface to importable packages.
-
- 11 May, 2017 1 commit
-
-
Taylor Thomas authored
The current methodology generated its own RS slice instead of using a helper method that uses a `clientset`. This caused some issues where `FindNewReplicaSet` always returned `nil`. This switches the method and removes some unneeded API calls and code. Closes #2426
-
- 10 May, 2017 1 commit
-
-
fengyun.pan authored
-