🐛 Add image field to demo deployment data#12708
Conversation
Demo deployments in demoData.ts were missing the image field, causing DeploymentStatus card to show 'unknown' version for all entries in Demo Mode. Added realistic container image references to each deployment fixture. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Copilot <copilot@github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for kubestellarconsole ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
👋 Hey @kubestellar-hive[bot] — thanks for opening this PR!
This is an automated message. |
|
Thank you for your contribution! Your PR has been merged. Check out what's new:
Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey |
✅ Post-Merge Verification: passedCommit: |
|
Post-merge build verification passed ✅ Both Go and frontend builds compiled successfully against merge commit |
Fixes #12707
Summary
Demo deployments were missing the
imagefield, causing the Deployment Status card to show "unknown" version for all entries in Demo Mode.extractImageTag(undefined)returns "unknown".Added realistic container image references (e.g.,
nginx:1.25,redis:7.2-alpine) to each demo deployment fixture so the card displays meaningful version tags in demo mode.Changes
imagefield to all 6 deployments ingetDemoDeployments()api-gateway→company/api-gateway:v2.5.1)