From 64ce5ee3d7f4af46967ad79e710f1880b76d32b9 Mon Sep 17 00:00:00 2001 From: Jacob Cox Date: Thu, 9 Apr 2026 16:34:31 -0700 Subject: [PATCH] bumped manticore orchestrator image versions --- manticore/versions/1.3.0/Chart.yaml | 2 +- manticore/versions/1.3.0/values.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manticore/versions/1.3.0/Chart.yaml b/manticore/versions/1.3.0/Chart.yaml index 6eab15c9..f965831d 100644 --- a/manticore/versions/1.3.0/Chart.yaml +++ b/manticore/versions/1.3.0/Chart.yaml @@ -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 \ No newline at end of file diff --git a/manticore/versions/1.3.0/values.yaml b/manticore/versions/1.3.0/values.yaml index f5205ca3..317c2762 100644 --- a/manticore/versions/1.3.0/values.yaml +++ b/manticore/versions/1.3.0/values.yaml @@ -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: @@ -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 @@ -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=" @@ -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 @@ -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