Skip to content

feat: bump helm versions#2142

Merged
StarpTech merged 2 commits intomainfrom
ludwig/update-helm-charts
Aug 15, 2025
Merged

feat: bump helm versions#2142
StarpTech merged 2 commits intomainfrom
ludwig/update-helm-charts

Conversation

@Noroth
Copy link
Copy Markdown
Contributor

@Noroth Noroth commented Aug 14, 2025

Summary by CodeRabbit

  • Chores

    • Updated Router application version to 0.243.0 (chart package version unchanged).
  • Documentation

    • Updated README badges to reflect the new application version 0.243.0.

Checklist

@Noroth Noroth requested a review from StarpTech as a code owner August 14, 2025 22:57
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Aug 14, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Updated the router Helm chart's appVersion in Chart.yaml and adjusted the README badges to reflect the new AppVersion. No other fields or content were changed.

Changes

Cohort / File(s) Change Summary
Router Helm chart metadata & docs
helm/cosmo/charts/router/Chart.yaml, helm/cosmo/charts/router/README.md
Chart.yaml: appVersion updated from 0.197.10.243.0 (chart version remains 0.13.1). README.md: updated AppVersion badge to 0.243.0; Version and Type badges unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between b35f9d4 and 7a3d8c1.

📒 Files selected for processing (2)
  • helm/cosmo/charts/router/Chart.yaml (1 hunks)
  • helm/cosmo/charts/router/README.md (1 hunks)
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch ludwig/update-helm-charts

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 3

🧹 Nitpick comments (2)
helm/cosmo/Chart.yaml (1)

19-19: Artifact Hub changes entry appears outdated.

The annotation at Line 27 says “Pin dependencies to the latest stable version,” which doesn’t reflect this PR’s scope (version/appVersion bumps). Consider updating it to accurately summarize the change for Artifact Hub users.

Example update for the changes annotation (YAML snippet):

annotations:
  artifacthub.io/changes: |
    - kind: changed
      description: "Bump chart to 0.14.0 and update subchart AppVersions (router, controlplane, studio)"
helm/cosmo/charts/router/Chart.yaml (1)

18-24: Quote version fields for YAML/semver safety and cross-chart consistency.

It’s safer and more consistent to quote both version and appVersion (other charts already quote them). This avoids any YAML parser quirks and presents semver strings unambiguously.

Apply:

-version: 0.14.0
+version: "0.14.0"
@@
-appVersion: '0.243.0'
+appVersion: "0.243.0"

Optionally verify README badges for router show Version 0.14.0 and AppVersion 0.243.0 to match these values.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between b5b2115 and d87707b.

📒 Files selected for processing (8)
  • helm/cosmo/Chart.yaml (1 hunks)
  • helm/cosmo/README.md (1 hunks)
  • helm/cosmo/charts/controlplane/Chart.yaml (1 hunks)
  • helm/cosmo/charts/controlplane/README.md (1 hunks)
  • helm/cosmo/charts/router/Chart.yaml (1 hunks)
  • helm/cosmo/charts/router/README.md (1 hunks)
  • helm/cosmo/charts/studio/Chart.yaml (1 hunks)
  • helm/cosmo/charts/studio/README.md (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Analyze (go)
🔇 Additional comments (4)
helm/cosmo/charts/router/README.md (1)

3-3: Badges synced with chart metadata; LGTM.

Version and AppVersion badges look consistent with the chart metadata bump noted in this PR.

helm/cosmo/charts/controlplane/README.md (1)

3-3: AppVersion badge updated; LGTM.

AppVersion reflects the new controlplane image version. Chart Version and Type badges remain unchanged as expected.

helm/cosmo/charts/studio/README.md (1)

3-3: AppVersion badge updated; LGTM.

AppVersion is aligned with the studio chart metadata bump referenced in the PR.

helm/cosmo/README.md (1)

5-5: Umbrella chart badge updated; LGTM.

Version badge matches the Chart.yaml version 0.14.0.

Comment thread helm/cosmo/Chart.yaml Outdated
Comment thread helm/cosmo/charts/controlplane/Chart.yaml Outdated
Comment thread helm/cosmo/charts/studio/Chart.yaml Outdated
@Noroth Noroth force-pushed the ludwig/update-helm-charts branch from d87707b to b35f9d4 Compare August 15, 2025 09:27
Comment thread helm/cosmo/Chart.yaml Outdated
@StarpTech StarpTech merged commit df97e3d into main Aug 15, 2025
8 of 9 checks passed
@StarpTech StarpTech deleted the ludwig/update-helm-charts branch August 15, 2025 10:21
@Noroth Noroth mentioned this pull request Sep 30, 2025
5 tasks
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.

2 participants