Commit Graph

9 Commits

Author SHA1 Message Date
Jacob LeGrone 55fbed95d5
feat(resource-policy): delete manifests when policy value is delete
Signed-off-by: Jacob LeGrone <git@jacob.work>
2019-03-04 10:09:48 -05:00
James Ravn ab0ba3aa63 fix(tiller): respect resource policy on upgrade (#5225)
Don't delete a resource on upgrade if it is annotated with
helm.io/resource-policy=keep. This can cause data loss for users if the
annotation is ignored (e.g. for a PVC).

Closes #3673

Signed-off-by: James Ravn <james@r-vn.org>
2019-01-29 12:04:17 -08:00
Matthew Fisher 2d77db11fa change copyright to "Copyright The Helm Authors" 2018-07-30 08:29:17 -07:00
Federico Gimenez a607fe798d iinitialize message only when at least one manifest is kept 2017-11-30 08:49:48 +01:00
Federico Gimenez 93bce130fb fix signatures 2017-11-29 14:18:12 +01:00
Federico Gimenez 81eaf2f263 only check existence for the possibly kept manifests 2017-11-29 14:14:50 +01:00
Federico Gimenez e6d907ed28 check if resource is present before adding it to remaining or keep on deletion 2017-11-12 11:20:52 +01:00
Justin Scott 4a02a71f1e WIP feat(helm): add `template` command
This adds the functionality from the helm-template plugin to allow the
rendering of templates without Tiller.

Closes #2755
2017-08-28 18:04:56 -07:00
Michelle Noorali e3480c76e6 feat(tiller): add support for resource-policy keep
satisfies #1326
2016-12-07 11:32:10 -05:00