- 13 Feb, 2017 9 commits
-
-
Qin Wang authored
nit: fix spelling of dependency
-
Qin Wang authored
-
Qin Wang authored
fix change requests
-
Qin Wang authored
The following commands: helm dep update helm dep build are now able to take a requirements.yaml with dependency charts' repo defined as: file://../local/path or file:///root/path closes: #1884
-
Matt Butcher authored
fix(helm): add warnings for missing chart dependencies
-
Matt Butcher authored
feat(*): add --namespace flag to 'helm list'
-
Matt Butcher authored
docs(related): Add link to croc-hunter video
-
wilkers-steve authored
-
Steve Wilkerson authored
When 'helm install', 'helm package', and 'helm upgrade' are run, Helm will not issue any warnings if any dependencies listed in a chart's requirements.yaml file are missing. This change includes warnings when a chart is found in requirements.yaml but isn't in charts/. Closes #1567
-
- 11 Feb, 2017 1 commit
-
-
Sean Knox authored
Closes #1894
-
- 10 Feb, 2017 11 commits
-
-
Adam Reese authored
feat(kube): support upgrading ThirdPartyResources
-
Adam Reese authored
-
Adam Reese authored
ref(kube): code style cleanup
-
Matt Butcher authored
Fixes #1898: Proposal: move downloader and resolver package to /pkg
-
Adam Reese authored
-
Adam Reese authored
feat(kube): support third party resources
-
Adam Reese authored
-
Adam Reese authored
-
Matt Butcher authored
docs(related): add Drone Helm plugin
-
-
Gergo Huszty authored
-
- 09 Feb, 2017 7 commits
-
-
Matt Butcher authored
-
Taylor Thomas authored
fix(*): Regenerates protobuf files for protobuf 3.2
-
Taylor Thomas authored
Protobuf 3.2 was recently released and generates a slightly different file from the protobuf definitions. These were all changes to the autogenerated byte array.
-
https://github.com/larryrensing/helmLarry Rensing authored
Merge branch 'feat/list-namespaces' of https://github.com/larryrensing/helm into feat/list-namespaces
-
Larry Rensing authored
-
Larry Rensing authored
-
Larry Rensing authored
-
- 08 Feb, 2017 9 commits
-
-
Matt Butcher authored
feat(cmd/helm/status): add last test suite run to status output
-
Adam Reese authored
Add linux/ppc64le to build-cross target
-
Taylor Thomas authored
move newTillerPortForwarder to pkg/helm/portforwarder
-
Matt Butcher authored
fix(helm): delete outdated deps
-
Vaughn Dice authored
-
Michelle Noorali authored
feat(*): add helm test initial framework
-
Taylor Thomas authored
fix(helm): fix broken unit test
-
Matt Butcher authored
I recently added a test to check the sorting of search results. Unfortunately, the test didn't actually sort the results (_sigh_), so it was failing occasionally on map ordering. This adds the sort function that is supposed to be tested. Closes #1925
-
Matt Butcher authored
docs(helm): add doc to use `helm reset` to delete tiller deployment
-
- 07 Feb, 2017 3 commits
-
-
Larry Rensing authored
Users can now specify a namespace filter for 'helm list'. Only the releases within the specified namespace will be shown. For example, 'helm list --namespace foo' will only show releases for the 'foo' namespace. Also added a namespace field to the table view. Closes #1563
-
Michelle Noorali authored
-
Tao Zhou authored
Closes #1921
-