-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Helm 3 #1
Comments
sorry this plugin current not support helm3, as https://github.com/runzexia/velero-plugin-helm/blob/master/pkg/plugin/backupplugin.go#L73. |
After doing some research, I found that it is difficult to dep on helm2 and helm3 through the go module at the same time in the master branch. |
Hi, To be honest, I couldn't figure out what was left out of the backup when I just used I haven't had enough time to dig into more complex scenarios and check the complete release's history, upgrades, rollbacks, etc. (...) I would be happy to help |
helm use configmap/secret to store release info. |
i made this repo has two branch, v2 for helm2 and v3 for helm3. |
I see! I'm going to take a look on it. |
I saw the selector is set to
OWNER=TILLER
, can Helm 3 releases be bakckuped using this plugin or it isn't necessary anymore?I mean, can I backup a Helm 3 release using just the velero's builtin
--selector release=my-release
?The text was updated successfully, but these errors were encountered: