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.2.0"
repository: https://flanksource.github.io/charts
- name: flanksource-ui
version: "1.4.296"
version: "1.4.299"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

rg -n -A2 -B1 'name: flanksource-ui|version: "1\.4\.(238|299)"' chart/Chart.yaml chart/Chart.lock

Repository: flanksource/mission-control-chart

Length of output: 665


Regenerate chart/Chart.lock for flanksource-ui 1.4.299.

chart/Chart.lock:11-13 still pins flanksource-ui to 1.4.238 while chart/Chart.yaml:21-22 declares 1.4.299. Refresh the lockfile so chart packaging uses the intended UI version.

🤖 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, Regenerate chart/Chart.lock from the dependency
declaration in Chart.yaml so the flanksource-ui entry resolves to version
1.4.299 instead of 1.4.238, preserving the lockfile’s dependency metadata and
checksums for the updated version.

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