Skip to content

Conversation

@peppescg
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings November 28, 2025 17:27
Copilot finished reviewing on behalf of peppescg November 28, 2025 17:29
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Helm chart version and appVersion from 0.1.0 to 0.0.2. The change appears to be reverting to an earlier version number rather than incrementing forward, which raises questions about version management consistency across the project.

  • Chart version and appVersion downgraded from 0.1.0 to 0.0.2

Comment on lines +5 to +6
version: 0.0.2
appVersion: "0.0.2"
Copy link

Copilot AI Nov 28, 2025

Choose a reason for hiding this comment

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

The Helm chart version is being changed from 0.1.0 to 0.0.2, which appears to be going backwards in semantic versioning. This creates an inconsistency with package.json which has version "0.1.0".

Consider:

  1. If this is meant to align with a previous release, ensure package.json is also updated to match
  2. If this is a new release, the version should typically increment forward (e.g., 0.1.1 or 0.2.0) rather than decrement
  3. Keeping versions synchronized between package.json and the Helm chart helps maintain consistency across deployment artifacts
Suggested change
version: 0.0.2
appVersion: "0.0.2"
version: 0.1.0
appVersion: "0.1.0"

Copilot uses AI. Check for mistakes.
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