We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
We found an issue where we have the helmrelease in namespace X and the helmrepository in namespace Y mta fails to migrate the helmrelease with error:
mta
FATA[0002] helmrepositories.source.toolkit.fluxcd.io "Y" not found
The command we run is:
mta helmrelease --name my-helmrelease --namespace X
The text was updated successfully, but these errors were encountered:
Updating here from the Discord https://discord.com/channels/1138942074998235187/1280808653280116818/1282608495409238038
Looks like a version mismatch https://github.com/akuity/mta/blob/main/pkg/utils/utils.go#L11C56-L12C1
@nitishfy we might consider making it "backwards compatible" for whichever version Flux currently supports.
Sorry, something went wrong.
Looks like I was mistaken. The issue is that mta assumes HelmRelease and HelmRepo objects are in the same namespace.
yeah that was my thought too
The fix is out now!
nitishfy
Successfully merging a pull request may close this issue.
Hello,
We found an issue where we have the helmrelease in namespace X and the helmrepository in namespace Y
mta
fails to migrate the helmrelease with error:FATA[0002] helmrepositories.source.toolkit.fluxcd.io "Y" not found
The command we run is:
The text was updated successfully, but these errors were encountered: