Change the chart api version as everyone should have done the move from Helm2 to Helm3.
Drop the nginx-ingress dependency.
Add some annotations to the chart to have the fancy and easily accessible CHANGELOG displayed on https://artifacthub.io/.
I upgraded the version as if it was a breaking change but let me know if you don't think that is appropriate.
Motivation and Context
Since #82 we made the move from Helm2 to helm3 but we never updated the chart API version to definitely remove the possibility to use Helm2.
As Helm2 is now legacy there is no reason to not keep using the old api version.
And for removing the nginx-ingress dependency, we think it was never used. A lot of peoples deploys their own ingress controller in production, or use the one provided by minikube or other softwares locally.
How Has This Been Tested?
Running the various skaffold files.
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
[x] My code follows the code style of this project.
[x] My change requires a change to the documentation.
Description
Change the chart api version as everyone should have done the move from Helm2 to Helm3. Drop the
nginx-ingress
dependency. Add some annotations to the chart to have the fancy and easily accessible CHANGELOG displayed on https://artifacthub.io/.I upgraded the version as if it was a breaking change but let me know if you don't think that is appropriate.
Motivation and Context
Since #82 we made the move from Helm2 to helm3 but we never updated the chart API version to definitely remove the possibility to use Helm2. As Helm2 is now legacy there is no reason to not keep using the old api version.
And for removing the
nginx-ingress
dependency, we think it was never used. A lot of peoples deploys their own ingress controller in production, or use the one provided by minikube or other softwares locally.How Has This Been Tested?
Running the various skaffold files.
Types of changes
Checklist: