Surface outdated Helm chart versions and handle MCP query failures gracefully - #180
Merged
Safouene1 merged 1 commit intoJul 23, 2026
Merged
Conversation
Member
Author
Safouene1
reviewed
Jul 21, 2026
Safouene1
reviewed
Jul 21, 2026
| }); | ||
| }; | ||
|
|
||
| const getOutdatedHelmCharts = async ( |
Contributor
There was a problem hiding this comment.
I think useMcp is becoming a god hook where everything is inside it with outdated helmcharts ,
Safouene1
reviewed
Jul 21, 2026
gianlucam76
force-pushed
the
newer-helm-chart-versions
branch
from
July 22, 2026 06:36
44a0e53 to
41a87bd
Compare
…acefully Adds Helm chart version tracking to the dashboard, surfaced in three places: - Cluster list cards show an amber/blue arrow-up icon when a cluster has one or more Helm releases with a newer version or patch available. - The addon table on a cluster's detail page gains an "Update Available" column showing the newer version as a badge. - A new "Updates" button in the cluster heading queries the MCP server on demand and lists outdated releases as release (namespace): current -> latest available. Also fixes MCP query error handling: previously, a failed MCP query (isError) fell through to the same "no data" empty-state message as a successful-but-empty response, so users couldn't tell a real failure from "nothing to report." All MCP-backed panels (debug, verify installation, analyze pipeline, cluster match, new updates button) now show a distinct "Unable to reach the MCP server. Try again later." message when the query errors. This is necessary since the mcp-server is an optional components.
gianlucam76
force-pushed
the
newer-helm-chart-versions
branch
from
July 22, 2026 07:15
41a87bd to
bf882c9
Compare
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.


Adds Helm chart version tracking to the dashboard, surfaced in three places:
Also fixes MCP query error handling: previously, a failed MCP query (isError) fell through to the same "no data" empty-state message as a successful-but-empty response, so users couldn't tell a real failure from "nothing to report." All MCP-backed panels (debug, verify installation, analyze pipeline, cluster match, new updates button) now show a distinct "Unable to reach the MCP server. Try again later." message when the query errors. This is necessary since the mcp-server is an optional components.