chore: update lightspeed core version for sprint 3293#28
Conversation
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Code Review by Qodo
1. Llama Stack version mismatch
|
PR Summary by Qodochore: bump Lightspeed Core image/version to 2026-06-10 build WalkthroughsDescription• Update Lightspeed Core container image reference to the latest June 10, 2026 build. • Align images manifest metadata (llama_version + image tag) with the new Core version. Diagramgraph TD
A["env/default-values.env"] --> B["Runtime env vars"] --> C["Lightspeed Core image"]
D["images.yaml"] --> E["Images manifest"] --> C
C --> F[("Quay registry")]
subgraph Legend
direction LR
_cfg["Config file"] ~~~ _rt["Runtime config"] ~~~ _img["Container image"] ~~~ _db[("Registry")]
end
High-Level AssessmentThe following are alternative approaches to this PR: 1. Pin to a released semver tag (avoid dev-* tags)
2. Automate image bumps via CI (scheduled PRs + validation)
Recommendation: Given the stated goal (track latest Core as of a specific date), updating the pinned image tag in both env defaults and the images manifest is the simplest and lowest-risk approach. If this pattern continues, consider moving to release tags for stability or adding a lightweight automated bump + smoke-test workflow to reduce manual tracking and catch incompatibilities earlier. File ChangesOther (2)
|
What does this PR do?:
Which issue(s) this PR fixes:
N/A
PR acceptance criteria:
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened and linked to this PR, if they are not in the PR scope due to various constraints.
Tested and Verified
Documentation (READMEs, Product Docs, Blogs, Education Modules, etc.)
How to test changes / Special notes to the reviewer: