helm-backup icon indicating copy to clipboard operation
helm-backup copied to clipboard

Helm plugin which performs backup/restore of releases in a namespace to/from a file

Results 6 helm-backup issues
Sort by recently updated
recently updated
newest added

The version mentioned here is "0.1.2" which should be "0.1.3" based on the tag update https://github.com/maorfr/helm-backup/blob/3cdde8b6d0d3c28368b66426e4f2933d700c93a2/plugin.yaml#L2

Not able to backup specific release from namespace helm backup same for restore as well. Would there be any plan to implement it or anyone already had a alternate solution...

Please give us a support for Helm 3. It is a great tool. Maybe a doc in order to do a fork to implement support.

I am trying to migrate the existing tiller installation from `kube-system` namespace to `tiller` namespace. I created a backup like this `helm backup -l OWNER=TILLER -t kube-system dev` and then...

Scenario: 1. `helm backup --file dev.tgz dev` in old cluster 2. Move secrets from one cluster to another 3. `helm backup --restore --file dev.tgz dev` in old cluster Output: ```...

Cannot install `helm-backup` plugin. OS: macOS 10.14.3 Helm: v2.11.0 ``` helm plugin install https://github.com/maorfr/helm-backup Downloading and installing helm-backup ... https://github.com/maorfr/helm-backup/releases/download//helm-backup-macos-.tgz tar: Unrecognized archive format tar: Error exit delayed from previous...