Commit Graph

5 Commits

Author SHA1 Message Date
Jordon Leach a7ae765080
Incorporate compressedEndpoint property into extension charts (#13236)
* Incorporate compressedEndpoint property into extension charts - refactor publishing script to use values.yaml for endpoints

* Include compressed extension in ECI build plugin contents
2025-04-23 09:12:47 -04:00
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
Neil MacDougall 71712d84b9
Extensions: Add support for noAuth in publish script (#11220) 2024-06-13 11:15:36 +01:00
Alexandre Alves 289bef8e0f
update patch script to copy pkg annotations to uiplugin resource (#11170)
* update patch script to copy pkg annotations to uiplugin resource

* add indent notation to metadata field
2024-06-13 09:32:09 +01:00
Jordon Leach d94e78c24a
Add extension image load dialog (#9010)
Update dialog with repo creation - update docs

Add uninstall for custom images

Add extension images list view

Add image load dialog and uninstall within extension image view

Update publish and bundle scripts for image load - move image page to tab

Add extension container build workflow file to pkg creator

Move plugin server template into extension build scripts

Fix publish script for multiple asset packages

Move ImageList view to separate page - add crd metadata for custom images

Update docs - fix references to images with catalog

Fix wording, cache state badge, masthead breadcrumb, when deleteing resources check for namespaces

Update docs - fix delete repo resource - default cache state

Trim image whitespace - populate extensionUrl

Add experimental badge
2023-06-02 08:28:47 -04:00