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
Is your feature request related to a problem? Please describe.
Helm 2 is deprecated a year ago (https://helm.sh/blog/helm-v2-deprecation-timeline/). Recently helm3lib is implemented.
Describe the solution you'd like to see
I think we can drop helm2 support and hacks from the codebase and helm3 binary from the image to reduce its size for the next minor release (1.1.0).
We can provide an example of using helm2to3 as a module to migrate from addon-operator 1.0.x to 1.1.x.
We can provide an example of disabling helm3lib by ADD-ing helm3 binary into the custom image.
ADD
Graceful exit if helm2 modules are detected.
Describe alternatives you've considered
No alternatives. addon-operator image is oversized: there is helm3 as binary and helm3 as a library inside the addon-operator binary.
Additional context
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Helm 2 is deprecated a year ago (https://helm.sh/blog/helm-v2-deprecation-timeline/). Recently helm3lib is implemented.
Describe the solution you'd like to see
I think we can drop helm2 support and hacks from the codebase and helm3 binary from the image to reduce its size for the next minor release (1.1.0).
We can provide an example of using helm2to3 as a module to migrate from addon-operator 1.0.x to 1.1.x.
We can provide an example of disabling helm3lib by
ADD
-ing helm3 binary into the custom image.Graceful exit if helm2 modules are detected.
Describe alternatives you've considered
No alternatives. addon-operator image is oversized: there is helm3 as binary and helm3 as a library inside the addon-operator binary.
Additional context
The text was updated successfully, but these errors were encountered: