This is a backport issue for #16567, automatically created via GitHub Actions workflow initiated by @richard-cox
Original issue body:
SURE-11006
Setup
- Rancher version: 2.12.2 and later
- Rancher UI Extensions:
- Browser type & version:
Describe the bug
In Explorer > Apps > Installed Apps, selecting Edit/Upgrade(Change Version) from the menu fails to pre-select the currently installed version on the next page.
After some investigation, we found the issue to be the home URL check inside matchingCharts in shell/models/catalog.cattle.io.app.js. This check was originally added to prevent false upgrade suggestions for cert-manager(the issue).
The check should be removed while ensuring we do not introduce regressions.
To Reproduce
Result
Expected Result
Screenshots
Additional context
NOTE: Testing this is a bit tricky, if you need help ping @momesgin
This is a backport issue for #16567, automatically created via GitHub Actions workflow initiated by @richard-cox
Original issue body:
SURE-11006
Setup
Describe the bug
In Explorer > Apps > Installed Apps, selecting Edit/Upgrade(Change Version) from the menu fails to pre-select the currently installed version on the next page.
After some investigation, we found the issue to be the home URL check inside
matchingChartsinshell/models/catalog.cattle.io.app.js. This check was originally added to prevent false upgrade suggestions for cert-manager(the issue).The check should be removed while ensuring we do not introduce regressions.
To Reproduce
Result
Expected Result
Screenshots
Additional context
NOTE: Testing this is a bit tricky, if you need help ping @momesgin