{"id":18640421,"url":"https://github.com/maorfr/helm-restore","last_synced_at":"2025-04-11T10:33:01.484Z","repository":{"id":98074876,"uuid":"154728898","full_name":"maorfr/helm-restore","owner":"maorfr","description":"Helm plugin to restore last deployed release to original state","archived":false,"fork":false,"pushed_at":"2018-11-30T09:09:27.000Z","size":23,"stargazers_count":8,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-19T23:27:25.280Z","etag":null,"topics":["disaster-recovery","golang","helm","helm-plugin","kubernetes","restore"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maorfr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-25T19:51:13.000Z","updated_at":"2022-07-21T12:19:42.000Z","dependencies_parsed_at":"2023-05-23T10:45:18.482Z","dependency_job_id":null,"html_url":"https://github.com/maorfr/helm-restore","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maorfr%2Fhelm-restore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maorfr%2Fhelm-restore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maorfr%2Fhelm-restore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maorfr%2Fhelm-restore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maorfr","download_url":"https://codeload.github.com/maorfr/helm-restore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223466443,"owners_count":17149770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["disaster-recovery","golang","helm","helm-plugin","kubernetes","restore"],"created_at":"2024-11-07T05:54:32.151Z","updated_at":"2024-11-07T05:54:32.775Z","avatar_url":"https://github.com/maorfr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helm Restore Plugin\n\nThis is a Helm plugin which restores the last deployed release to its original state\n\n## Usage\n\nrestore last deployed release to original state\n\n```\n$ helm restore [flags] RELEASE_NAME\n```\n\n### Flags:\n\n```\n  -l, --label string              label to select tiller resources by (default \"OWNER=TILLER,STATUS=DEPLOYED\")\n      --tiller-namespace string   namespace of Tiller (default \"kube-system\")   \n```\n\n## Install\n\n```\n$ helm plugin install https://github.com/maorfr/helm-restore\n```\n\nThe above will fetch the latest binary release of `helm restore` and install it.\n\n### Developer (From Source) Install\n\nIf you would like to handle the build yourself, instead of fetching a binary,\nthis is how recommend doing it.\n\nFirst, set up your environment:\n\n- You need to have [Go](http://golang.org) installed. Make sure to set `$GOPATH`\n- If you don't have [Dep](https://github.com/golang/dep) installed, this will install it into\n  `$GOPATH/bin` for you.\n\nClone this repo into your `$GOPATH`. You can use `go get -d github.com/maorfr/helm-restore`\nfor that.\n\n```\n$ cd $GOPATH/src/github.com/maorfr/helm-restore\n$ make bootstrap build\n$ SKIP_BIN_INSTALL=1 helm plugin install $GOPATH/src/github.com/maorfr/helm-restore\n```\n\nThat last command will skip fetching the binary install and use the one you\nbuilt.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaorfr%2Fhelm-restore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaorfr%2Fhelm-restore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaorfr%2Fhelm-restore/lists"}