Skip to content

Commit 863f229

Browse files
jacobecoxigorchyts
andcommitted
bumped orchestrator version to v5.2.7 (#231)
* bumped orchestrator version to v5.2.7 * add kafka 3.5.0 chart and update RELEASES.md --------- Co-authored-by: Igor Koshchyts <igor@controlplane.com>
1 parent 9e547f6 commit 863f229

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

manticore/versions/1.3.0/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ appVersion: "15.1.0"
88

99
annotations:
1010
created: "2026-01-05"
11-
lastModified: "2026-04-09"
11+
lastModified: "2026-04-14"
1212
category: "search"
1313
createsGvc: false

manticore/versions/1.3.0/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ manticore:
8888
# Orchestrator Configuration
8989
# =============================================================================
9090
orchestrator:
91-
version: v5.2.3
91+
version: v5.2.7
9292
image: ghcr.io/controlplane-com/manticore-orchestrator/manticore-cpln-api
9393
logLevel: debug # debug, info, warn, error
9494
resources:
@@ -106,7 +106,7 @@ orchestrator:
106106

107107
# Orchestrator API
108108
api:
109-
version: v5.2.3
109+
version: v5.2.7
110110
image: ghcr.io/controlplane-com/manticore-orchestrator/manticore-cpln-api
111111
logLevel: debug
112112
importPollInterval: 30s
@@ -122,7 +122,7 @@ orchestrator:
122122

123123
# Agent sidecar
124124
agent:
125-
version: v5.2.3
125+
version: v5.2.7
126126
image: ghcr.io/controlplane-com/manticore-orchestrator/manticore-cpln-agent
127127
# REQUIRED: Generate with `openssl rand -base64 32`
128128
token: "6Gl5uO9KkKAh1u+ymoBW98WCtjTFpljuhpLdKb+tNAA="
@@ -140,7 +140,7 @@ orchestrator:
140140

141141
# Web UI - See README.md "Authentication" section for security notes
142142
ui:
143-
version: v5.2.3
143+
version: v5.2.7
144144
image: ghcr.io/controlplane-com/manticore-orchestrator/manticore-cpln-ui
145145
resources:
146146
cpu: 0.25
@@ -155,7 +155,7 @@ orchestrator:
155155
# Backup Configuration (Optional) - Cron job runs logical backup on delta table to S3 bucket.
156156
backup:
157157
enabled: false
158-
version: v5.2.3
158+
version: v5.2.7
159159
image: ghcr.io/controlplane-com/manticore-orchestrator/manticore-cpln-backup
160160
cloudAccountName: my-backup-cloud-account
161161
s3Bucket: my-backup-bucket # S3 bucket for backups

0 commit comments

Comments
 (0)