[RHIDP-13102] Update lightspeed plugins and images#370
Merged
openshift-merge-bot[bot] merged 5 commits intoredhat-developer:mainfrom Apr 28, 2026
Merged
Conversation
Review Summary by QodoUpdate Lightspeed plugins, images, and configuration
WalkthroughsDescription• Update Lightspeed Core sidecar image to version 0.5.1 • Update Lightspeed plugin versions to 2.2.1 with Backstage 1.49.4 • Increase MAX_ENTRY_SIZE environment variable from 30MB to 40MB • Bump chart version to 5.9.0 Diagramflowchart LR
A["Lightspeed Core Image"] -->|Update to 0.5.1| B["Sidecar Configuration"]
C["Lightspeed Plugins"] -->|Update to 2.2.1| D["Plugin Packages"]
E["MAX_ENTRY_SIZE"] -->|Increase to 40MB| F["Init Container Env"]
B --> G["Chart Version 5.9.0"]
D --> G
F --> G
File Changes1. charts/backstage/Chart.yaml
|
6266d31 to
e0a7960
Compare
rm3l
requested changes
Apr 27, 2026
Member
rm3l
left a comment
There was a problem hiding this comment.
LGTM, but the chart version should be updated.
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
cadb450 to
dd6b4ff
Compare
|
rm3l
approved these changes
Apr 28, 2026
541d147
into
redhat-developer:main
6 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Description of the change
Lightspeed Coreimage tag for LightspeedNote: staying in draft until Slack thread re:
MAX_ENTRY_SIZEis resolved as right now this repo sets it to30MBand that does not cooperate with Lightspeed.Which issue(s) does this PR fix or relate to
https://redhat.atlassian.net/browse/RHIDP-13102
How to test changes / Special notes to the reviewer
Checklist
Chart.yamlaccording to Semantic Versioning.values.yamland added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Runpre-commit run --all-filesto run the hooks and then push any resulting changes. The pre-commit Workflow will enforce this and warn you if needed.pre-commithook.ct lintcommand.