forked from janus-idp/helm-backstage
-
Notifications
You must be signed in to change notification settings - Fork 30
[RHIDP-12571] Add Developer Lightspeed #351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
openshift-merge-bot
merged 30 commits into
redhat-developer:main
from
Jdubrick:add-lightspeed
Apr 22, 2026
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
eab6535
add script for syncing from rhdh ai upstream configs
Jdubrick 625d801
add lightspeed specific configs/secrets
Jdubrick f403edf
add lightspeed components to chart
Jdubrick f1c00d3
documentation updates for lightspeed
Jdubrick bb065cd
add ci case for lightspeed
Jdubrick 3966154
bump chart version
Jdubrick 275df95
add mcp plugins for lightspeed
Jdubrick 72b6979
add secret syncing for lightspeed
Jdubrick acaa5d9
replace [ with [[ for sonarcloud check
Jdubrick 6e025e3
attempted fix for ci failures due to write permissions in Kind cluster
Jdubrick 7a7c866
add resource defaults for lightspeed
Jdubrick 2f3dfdc
move defaults for lightspeed to separate yaml file
Jdubrick 0cbdc52
add mcp to the lightspeed stack config
Jdubrick e6b3158
remove MCP plugins from default lightspeed install
Jdubrick dd51e04
add rhdh ai team as codeowner of lightspeed defaults
Jdubrick 6794cbb
add fast fail for lightspeed files
Jdubrick dbbfe2a
remove plugins from defaults for lightspeed, keep defined in values
Jdubrick 8d58db2
move enabled and image defaults out, rely solely on values file
Jdubrick fab5e54
move checksum for lightspeed plugin to vendored template
Jdubrick 4a1e22d
move lightspeed files to parent chart
Jdubrick 61b6915
update codeowners and docs for new lightspeed file location
Jdubrick 3e647a0
consolidate lightspeed fields in values.yaml
Jdubrick 7d5b2b9
remove mcp servers addition from sync in favour of upstream containin…
Jdubrick 2ef185a
update schemas for lightspeed
Jdubrick ebb6997
fix volume schema issues for lightspeed
Jdubrick bd648ee
regen schema
Jdubrick 2cbebf7
move lightspeed templates to dedicated /lightspeed dir
Jdubrick 885659a
use @default for global.lightspeed generated description
Jdubrick c2745bd
allow for customized configs
Jdubrick 529b703
run commit hook
Jdubrick File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # Workaround for kind cluster in CI which has no Routes and no PVCs | ||
| route: | ||
| enabled: false | ||
|
|
||
| global: | ||
| lightspeed: | ||
| enabled: false | ||
|
|
||
| upstream: | ||
| postgresql: | ||
| primary: | ||
| persistence: | ||
| enabled: false |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.