dashboard/shell/scripts/extension/helm/charts/ui-plugin-server
Jiri Tomasek 348c70097f
Sanitize the version when setting it in UIPlugin label (#13585)
This change enhances the extension-server.labels directive in _helpers.tpl
to avoid error when setting the app.kubernetes.io/version label with version
which includes + character. This is valid for semver but not for label version.

The solution adopts the convention used in Helm which replaces + with _ when
storing the version in places which don't allow + usage, e.g. OCI repository.

The same approach is already used in the `extension-server.chart` directive,
which is also used as a label value.

Fixes Issue 13584
2025-03-18 08:42:00 +00:00
..
templates Sanitize the version when setting it in UIPlugin label (#13585) 2025-03-18 08:42:00 +00:00
.helmignore Add extension image load dialog (#9010) 2023-06-02 08:28:47 -04:00
Chart.yaml Clean up extension creator - add rancher annotations to pkg.package.json (#12741) 2024-12-03 05:13:53 -05:00
values.yaml Extensions: Add support for noAuth in publish script (#11220) 2024-06-13 11:15:36 +01:00