Oteemo / charts

Helm chart repository
https://oteemo.github.io/charts
MIT License
181 stars 232 forks source link

Added support for new Ingress ApiVersion in kubernetes 1.22 #302

Closed betermieux closed 3 years ago

betermieux commented 3 years ago

Will fall back to older ApiVersions on older kubernetes clusters.

Fixes #282 and is kind of a duplicate of PR #300 which I haven't seen before. Maybe merge both PR, since I think my templates are more flexible, but I haven't touched sonarqube's chart.

rjkernick commented 3 years ago

Definitely like the pathPrefix being customizable, so please fix the merge conflicts and I can also merge in this change

rjkernick commented 3 years ago

300 Addressed the core concern, but I like some of the customizations here

betermieux commented 3 years ago

Will fix the merge conflicts tomorrow.

jetersen commented 3 years ago

@betermieux thanks for cleaning it up and making it configurable :)