kedacore / charts

Helm charts for KEDA
Apache License 2.0
148 stars 205 forks source link

fix(add-on): Allow upgrades removing version labels from selectors #612

Closed JorTurFer closed 2 months ago

JorTurFer commented 4 months ago

matchLabels in the HTTP Add-on are wrong because they include version information but matchLabels is inmutable, so the upgrades are blocked due to this. The PR adjust the matchLabels to just the only ones which doesn't change across the versions.

Checklist

Fixes https://github.com/kedacore/http-add-on/issues/656