dashboard/shell/scripts/extension/helm
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
..
charts/ui-plugin-server Sanitize the version when setting it in UIPlugin label (#13585) 2025-03-18 08:42:00 +00:00
package Bump BCI image version to 15.5 (#10687) 2024-03-22 16:09:55 +00:00
scripts Extensions: Add support for noAuth in publish script (#11220) 2024-06-13 11:15:36 +01:00