Incorporate compressedEndpoint property into extension charts #13236
+84
−45
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #13200
This PR introduces support for compressed UI plugin endpoints and enhances Helm chart configuration to dynamically set plugin endpoints based on the build environment (GitHub or ECI).
Occurred changes and/or fixed issues
Technical notes summary
Areas or cases that should be tested
You can use my forks of the Neuvector manager-ext and Harvester ui-extension as cluster repositories to test. I have published the following for tests:
neuvector-ui-extension
version:3.0.1
jordonleach/manager-ext:2.0.0
harvester
version:2.0.0
jordonleach/harvester-ui-extension:tagname:2.0.0
endpoint
andcompressedEndpoint
configurations.endpoint
andcompressedEndpoint
values are correctly populated in GitHub and container builds..tgz
files are generated and accessible at the specifiedcompressedEndpoint
.compressedEndpoint
andendpoint
properties defined can install on older versions of rancher (v2.10
,v2.9
)Areas which could experience regressions
Screenshot/Video
Checklist