-
-
Notifications
You must be signed in to change notification settings - Fork 140
chore: update helm to latest parseable release v2.0.0 #1286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis pull request updates the Helm chart configuration for the Parseable application. The changes update metadata in the Helm chart files by modifying the description, version, appVersion, and the image tag from v1.7.5 to v2.0.0. Additionally, the index file is enhanced with new entries and refreshed timestamps, including detailed metadata such as dependencies, digest, icon, and maintainer information. Changes
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (9)
🔇 Additional comments (1)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
index.yaml (1)
34-58
: New parseable 2.0.0 entry review.A new index entry for the
parseable
chart version2.0.0
has been added. The URL correctly points to the new release package, and the updatedcreated
timestamp reflects the new release date.However, note that the
description
field in this new entry remains as "Helm chart for Parseable Server" while theChart.yaml
now uses "Helm chart for Parseable - Fast Observability on S3." For consistency across the helm files, consider updating this description here to match the updated one.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
helm/Chart.yaml
(1 hunks)helm/values.yaml
(1 hunks)index.yaml
(59 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (10)
- GitHub Check: Build Default aarch64-apple-darwin
- GitHub Check: Build Default x86_64-pc-windows-msvc
- GitHub Check: Build Default x86_64-unknown-linux-gnu
- GitHub Check: Build Default x86_64-apple-darwin
- GitHub Check: Build Kafka aarch64-apple-darwin
- GitHub Check: Build Default aarch64-unknown-linux-gnu
- GitHub Check: Build Kafka x86_64-unknown-linux-gnu
- GitHub Check: coverage
- GitHub Check: Quest Smoke and Load Tests for Standalone deployments
- GitHub Check: Quest Smoke and Load Tests for Distributed deployments
🔇 Additional comments (4)
helm/values.yaml (1)
4-4
: Update image tag successfully.The
tag
field forparseable.image
has been updated to"v2.0.0"
, which aligns with the new major release. Please ensure that the new image version is available in your container registry.helm/Chart.yaml (2)
3-3
: Enhanced chart description.The description has been updated to "Helm chart for Parseable - Fast Observability on S3" to provide clearer context about the chart’s functionality. Verify that this new phrasing aligns with the overall product messaging.
5-6
: Version bump confirmation.Both the
version
andappVersion
fields have been updated to2.0.0
, consistent with the image tag change and representing a major release. This update should trigger corresponding downstream processes (e.g., CI/CD pipelines or upgrade procedures).index.yaml (1)
37-37
: Timestamp update verification.The new entry shows a created timestamp of "2025-04-03T15:07:32.083415477+05:30". Please verify that this timestamp is generated as part of your release process and is consistent with the intended release schedule.
Summary by CodeRabbit
New Features
Chores