Skip to content
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

Migrate Helm releases to Cyclops modules using cyctl #747

Open
petar-cvit opened this issue Feb 4, 2025 · 0 comments
Open

Migrate Helm releases to Cyclops modules using cyctl #747

petar-cvit opened this issue Feb 4, 2025 · 0 comments
Labels
cyctl Issues related to the CLI go Pull requests that update Go code good first issue Good for newcomers

Comments

@petar-cvit
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
v0.16.0 supports migrating existing Helm releases to Cyclops Modules. Scope of the issue is to add a command that would allow you to migrate releases to Modules in batches.

Command should look like this:

cyctl helm migrate --namespace <name of the release> --repo <template repo> --path <template path> --version <version>

Actions that need to be performed by the cli to do the migration:

  1. Fetch the template provided by flags and validate it exists.
  2. Fetch the values of the provided releases (by name and namespace).
  3. Create a Module with the values from the release and the template defined by the flags.
@petar-cvit petar-cvit added cyctl Issues related to the CLI go Pull requests that update Go code good first issue Good for newcomers labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cyctl Issues related to the CLI go Pull requests that update Go code good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant