Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- (Feature) Add Gateway Config condition
- (Bugfix) Fix AnyPB Parsing in Meta Service
- (Feature) Add Arch Tolerations
- (Bugfix) Enable Platform Operator on EE Chart

## [1.3.0](https://github.com/arangodb/kube-arangodb/tree/1.3.0) (2025-08-01)
- (Feature) (Platform) Storage Debug
Expand Down
1 change: 1 addition & 0 deletions chart/kube-arangodb-arm64/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ operator:
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.
tolerations: []
rbac:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions chart/kube-arangodb-enterprise-arm64/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ operator:
analytics: false
networking: true
scheduler: true
platform: true
tolerations: []
rbac:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions chart/kube-arangodb-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ operator:
analytics: false
networking: true
scheduler: true
platform: true
tolerations: []
rbac:
enabled: true
Expand Down