Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/topograph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: topograph
description: Discovers the physical network topology of a cluster and exposes it to schedulers.
kubeVersion: ">=1.27.0-0"
type: application
version: "1.0.0-rc.2"
appVersion: "v1.0.0-rc.2"
version: "1.0.0-rc.3"
appVersion: "v1.0.0-rc.3"
Comment on lines +6 to +7

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Add the required chart documentation update.

Lines 6-7 change the chart release metadata. The supplied cohort contains only charts/topograph/Chart.yaml. Add the documentation update required by the documentation impact table before merge.

As per coding guidelines, chart changes must include the corresponding documentation updates described in the documentation impact table.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@charts/topograph/Chart.yaml` around lines 6 - 7, Update the documentation
associated with the Topograph chart to reflect the release metadata changes in
Chart.yaml, following the required documentation impact table. Make the
documentation update within the supplied chart scope and ensure it is included
before merge.

Source: Coding guidelines


home: https://github.com/NVIDIA/topograph
icon: https://raw.githubusercontent.com/NVIDIA/topograph/main/docs/assets/topograph-logo.png
Expand Down
Loading