-
Notifications
You must be signed in to change notification settings - Fork 18
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
app-registry plugin for Helm 3 #102
Comments
I forked the plugin: |
would you be able to do a PR ? |
Is this project still active? |
Not very active but still used |
Hi @ant31, @pho-enix, Oliver Grüneberg <[email protected]>, Daimler TSS GmbH |
Hi, I have only few overview of HelmV3, also I know they integrate directly an OCI registry and eventually would become compatible nativily at some point (cc @jzelinskie) I'll create a separate repo: appr-helmV3-plugin, so there is no issue with compatibility. I'll merge any PR submitted to it. Thank you. |
Sounds good for us although the new Helm plugin should still work with Helm v2 with Thank you. |
@ant31 You can simply fork (which is a fork of your repo): The change to What do you think? @ogruene any additional functionality that you need? |
Hi @pho-enix, @ant31, @pho-enix: As far as I see your repo is not a fork but furthermore a copy/clone, is it? |
Yeah. Sorry for that. So you'd have to manually apply my changes again. But it's acually not a lot of diff. |
Hi @ant31, Thank you very much. |
These days Helm v3 was released. The plugin does not work there. After installing to the plugin directory,
helm plugin list
does not list it and the command can also not be called.Furthermore with the OCI support of Helm v3 the
helm registry
subcommand will already be in use by Helm itself (see: https://v3.helm.sh/docs/topics/registries/). Thus a rename of the plugin might be required.The text was updated successfully, but these errors were encountered: