Skip to content
Merged
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
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
version: "1.1.3-beta.142"
repository: https://flanksource.github.io/charts
- name: flanksource-ui
version: "1.4.264"
version: "1.4.265"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

Chart.lock must be regenerated after updating Chart.yaml dependencies.

The Chart.lock file currently pins flanksource-ui to version 1.4.238 (as shown in the relevant code snippets). After updating the dependency version in Chart.yaml, you must regenerate Chart.lock by running helm dependency update in the chart directory. Otherwise, Helm will install version 1.4.238 instead of the intended 1.4.265.

📦 Required steps to update the lock file
# Run from the repository root
cd chart
helm dependency update

This will update Chart.lock to pin flanksource-ui at version 1.4.265 and download the chart to the charts/ directory.

🤖 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 `@chart/Chart.yaml` at line 22, You updated flanksource-ui to version "1.4.265"
in Chart.yaml but did not regenerate Chart.lock, so Helm will still install the
locked 1.4.238; run helm dependency update in the chart directory to refresh
Chart.lock and the charts/ vendor directory so Chart.lock pins flanksource-ui at
1.4.265 and the new chart is downloaded.

repository: https://flanksource.github.io/charts
condition: flanksource-ui.enabled
- name: kratos
Expand Down
Loading