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
2 changes: 1 addition & 1 deletion manticore/versions/1.3.0/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ appVersion: "15.1.0"

annotations:
created: "2026-01-05"
lastModified: "2026-04-08"
lastModified: "2026-04-09"
category: "search"
createsGvc: false
10 changes: 5 additions & 5 deletions manticore/versions/1.3.0/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ manticore:
# Orchestrator Configuration
# =============================================================================
orchestrator:
version: v5.2.1
version: v5.2.3
image: ghcr.io/controlplane-com/manticore-orchestrator/manticore-cpln-api
logLevel: debug # debug, info, warn, error
resources:
Expand All @@ -106,7 +106,7 @@ orchestrator:

# Orchestrator API
api:
version: v5.2.1
version: v5.2.3
image: ghcr.io/controlplane-com/manticore-orchestrator/manticore-cpln-api
logLevel: debug
importPollInterval: 30s
Expand All @@ -122,7 +122,7 @@ orchestrator:

# Agent sidecar
agent:
version: v5.2.1
version: v5.2.3
image: ghcr.io/controlplane-com/manticore-orchestrator/manticore-cpln-agent
# REQUIRED: Generate with `openssl rand -base64 32`
token: "6Gl5uO9KkKAh1u+ymoBW98WCtjTFpljuhpLdKb+tNAA="
Expand All @@ -140,7 +140,7 @@ orchestrator:

# Web UI - See README.md "Authentication" section for security notes
ui:
version: v5.2.1
version: v5.2.3
image: ghcr.io/controlplane-com/manticore-orchestrator/manticore-cpln-ui
resources:
cpu: 0.25
Expand All @@ -155,7 +155,7 @@ orchestrator:
# Backup Configuration (Optional) - Cron job runs logical backup on delta table to S3 bucket.
backup:
enabled: false
version: v5.2.1
version: v5.2.3
image: ghcr.io/controlplane-com/manticore-orchestrator/manticore-cpln-backup
cloudAccountName: my-backup-cloud-account
s3Bucket: my-backup-bucket # S3 bucket for backups
Expand Down
Loading