chore: update flanksource-ui to 1.4.265#596
Conversation
WalkthroughThe Helm chart dependency for Changesflanksource-ui Dependency Update
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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: 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.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| repository: https://flanksource.github.io/charts | ||
| - name: flanksource-ui | ||
| version: "1.4.264" | ||
| version: "1.4.265" |
There was a problem hiding this comment.
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 updateThis 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.
Updated chart dependencies from new chart releases:
Auto-generated by charts repo publish workflow.
Summary by CodeRabbit