helm/pkg
Michelle Noorali 50d8d36d8b ref(kube): delete skips IsNotFound errs
Currently, delete returns an error if a resource is not found.
That is a bit confusing because if you delete something that
is not found, the end state is not really an error. The end
state is what you wanted to do in the first place. This type
of error is not propogated from the kube client but it is logged
in tiller.  We could also change this to keep returning errors
(even the not found) and filter it out in the release server.
2016-08-25 12:30:02 -06:00
..
chartutil feat(chart): support 'image:URL' in charts. 2016-08-22 16:05:40 -06:00
client Swtich from rc to deployment for running tiller 2016-08-02 13:04:22 -07:00
engine fix(helm): remove extra linter output 2016-08-23 11:01:18 -06:00
helm Add purge option for completely remove a release from tiller 2016-08-18 11:19:30 +04:30
ignore fix(helm): fix helmignore evaluation of dirs 2016-08-05 15:50:02 -06:00
kube ref(kube): delete skips IsNotFound errs 2016-08-25 12:30:02 -06:00
lint Disable validateQuotes linter rule 2016-08-18 11:31:49 -07:00
proto/hapi Merge pull request #1067 from ebraminio/deletepurge 2016-08-25 10:12:13 -06:00
provenance feat(helm): add --verify flag to commands 2016-08-24 13:18:26 -06:00
repo Check for the tgz extension while collecting chart paths 2016-08-04 09:45:12 +09:00
storage feat(tiller): make configmaps the default storage 2016-08-15 16:30:51 -06:00
timeconv chore(*): add canonical import path annotation 2016-07-11 22:59:55 -06:00
version chore(*): bump version to v2.0.0-alpha.3 2016-08-11 09:25:14 -07:00