Skip to content

Conversation

@ajanikow
Copy link
Collaborator

No description provided.

@cla-bot cla-bot bot added the cla-signed label Aug 27, 2025
@ajanikow ajanikow requested a review from Copilot August 27, 2025 09:41
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 enables the Platform Operator on Enterprise Edition (EE) Helm charts by setting the platform operator to true by default. The change addresses a missing configuration that was preventing the Platform Operator from being enabled in EE deployments.

  • Enable Platform Operator by default in all ArangoDB Enterprise charts
  • Update changelog to document the bugfix

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
chart/kube-arangodb-enterprise/values.yaml Enable platform operator by setting platform: true
chart/kube-arangodb-enterprise-arm64/values.yaml Enable platform operator for ARM64 enterprise chart
chart/kube-arangodb-arm64/values.yaml Enable platform operator for ARM64 community chart
CHANGELOG.md Document the bugfix in changelog

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

analytics: false
networking: true
scheduler: true
platform: true
Copy link

Copilot AI Aug 27, 2025

Choose a reason for hiding this comment

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

The platform operator is being enabled in the community ARM64 chart (kube-arangodb-arm64), but the PR title indicates this should only affect Enterprise Edition charts. This appears to be inconsistent with the stated purpose of enabling Platform Operator on EE Chart only.

Suggested change
platform: true
platform: false

Copilot uses AI. Check for mistakes.
@ajanikow ajanikow requested a review from jwierzbo August 27, 2025 09:42
@ajanikow ajanikow merged commit 5d5296d into master Aug 30, 2025
4 checks passed
@ajanikow ajanikow deleted the bugfix/platform/enable_on_ee_chart branch August 30, 2025 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants