Skip to content

chore: update flanksource-ui to 1.4.254#547

Open
flankbot wants to merge 1 commit into
mainfrom
chore/update-chart-deps-20260504073158
Open

chore: update flanksource-ui to 1.4.254#547
flankbot wants to merge 1 commit into
mainfrom
chore/update-chart-deps-20260504073158

Conversation

@flankbot

@flankbot flankbot commented May 4, 2026

Copy link
Copy Markdown
Contributor

Updated chart dependencies from new chart releases:

  • flanksource-ui in chart/Chart.yaml: 1.4.253 → 1.4.254

Auto-generated by charts repo publish workflow.

Summary by CodeRabbit

  • Chores
    • Updated flanksource-ui dependency to version 1.4.254.

@flankbot flankbot enabled auto-merge (squash) May 4, 2026 07:32
@coderabbitai

coderabbitai Bot commented May 4, 2026

Copy link
Copy Markdown

Walkthrough

The Helm chart dependency flanksource-ui is updated from version 1.4.253 to 1.4.254 in chart/Chart.yaml. All other chart configuration and metadata remain unchanged.

Changes

Chart Dependency Update

Layer / File(s) Summary
Dependency Version
chart/Chart.yaml
flanksource-ui dependency version bumped from 1.4.253 to 1.4.254.

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely summarizes the main change: updating the flanksource-ui dependency to version 1.4.254.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/update-chart-deps-20260504073158
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch chore/update-chart-deps-20260504073158

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.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 60 minutes.

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@chart/Chart.yaml`:
- Around line 21-23: Chart.lock is out of sync with Chart.yaml: Chart.yaml
specifies flanksource-ui version 1.4.254 while Chart.lock still pins 1.4.238;
run "helm dependency update" in the chart directory to regenerate Chart.lock so
the flanksource-ui dependency in the lockfile matches Chart.yaml (ensure the
updated Chart.lock lists flanksource-ui@1.4.254).
🪄 Autofix (Beta)

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

Run ID: cd5b69be-f5cf-4c3c-81ff-49f81fe20346

📥 Commits

Reviewing files that changed from the base of the PR and between 9681761 and ab47222.

📒 Files selected for processing (1)
  • chart/Chart.yaml

Comment thread chart/Chart.yaml
Comment on lines 21 to 23
- name: flanksource-ui
version: "1.4.253"
version: "1.4.254"
repository: https://flanksource.github.io/charts

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 | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "== Chart.lock presence =="
# Find any Chart.lock files without assuming repo layout
LOCKS="$(fd -a -g 'Chart.lock' . 2>/dev/null || true)"
if [ -z "$LOCKS" ]; then
  echo "No Chart.lock found."
else
  echo "$LOCKS"
fi

echo
echo "== flanksource-ui occurrences in Chart.lock (if present) =="
if [ -n "${LOCKS:-}" ]; then
  # Search in all found lock files
  for f in $LOCKS; do
    echo "--- $f ---"
    rg -n 'flanksource-ui' "$f" || true
  done
fi

echo
echo "== flanksource-ui occurrences in chart/ =="
rg -n --hidden --no-ignore-vcs 'flanksource-ui' chart || true

Repository: flanksource/mission-control-chart

Length of output: 3567


🏁 Script executed:

cat -n chart/Chart.lock | head -20

Repository: flanksource/mission-control-chart

Length of output: 824


Update Chart.lock to version 1.4.254 for flanksource-ui.

Chart.lock currently pins flanksource-ui to version 1.4.238, but Chart.yaml specifies 1.4.254. Run helm dependency update to synchronize the lockfile with the chart definition.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@chart/Chart.yaml` around lines 21 - 23, Chart.lock is out of sync with
Chart.yaml: Chart.yaml specifies flanksource-ui version 1.4.254 while Chart.lock
still pins 1.4.238; run "helm dependency update" in the chart directory to
regenerate Chart.lock so the flanksource-ui dependency in the lockfile matches
Chart.yaml (ensure the updated Chart.lock lists flanksource-ui@1.4.254).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant