chore: update flanksource-ui to 1.4.299 - #730
Conversation
WalkthroughThe Helm chart updates its ChangesUI dependency update
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with 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.
Inline comments:
In `@chart/Chart.yaml`:
- 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.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 97ee858a-5095-4df3-af68-10706432faca
📒 Files selected for processing (1)
chart/Chart.yaml
| repository: https://flanksource.github.io/charts | ||
| - name: flanksource-ui | ||
| version: "1.4.296" | ||
| version: "1.4.299" |
There was a problem hiding this comment.
🗄️ 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.lockRepository: 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.
Updated chart dependencies from new chart releases:
Auto-generated by charts repo publish workflow.
Summary by CodeRabbit