From d965413a9d387d7ede2dd460e8c14c67cb6a4c9a Mon Sep 17 00:00:00 2001 From: pieced-ci Date: Mon, 11 May 2026 20:13:23 +0000 Subject: [PATCH] Sync chart from pieced-operator 0.1.45 --- deploy/helm/pieced-operator/Chart.yaml | 4 ++-- .../pieced-operator/templates/catalog-cm.yaml | 24 +++++++++++-------- deploy/helm/pieced-operator/values.yaml | 2 +- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/deploy/helm/pieced-operator/Chart.yaml b/deploy/helm/pieced-operator/Chart.yaml index 49e8080..a4a7502 100644 --- a/deploy/helm/pieced-operator/Chart.yaml +++ b/deploy/helm/pieced-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: pieced-operator description: PieCed IT tenant lifecycle operator -version: 0.1.44 -appVersion: "0.1.44" +version: 0.1.45 +appVersion: "0.1.45" type: application diff --git a/deploy/helm/pieced-operator/templates/catalog-cm.yaml b/deploy/helm/pieced-operator/templates/catalog-cm.yaml index 82f78eb..be6e82e 100644 --- a/deploy/helm/pieced-operator/templates/catalog-cm.yaml +++ b/deploy/helm/pieced-operator/templates/catalog-cm.yaml @@ -37,18 +37,22 @@ data: check inbox, calendar, and other configured sources and message you proactively when something needs attention. Without this, the assistant only responds when you message it first. - # OpenClaw treats an absent agents.defaults.heartbeat block as - # "no heartbeat scheduler". When core-heartbeat is enabled, this - # patch installs the every-30-minute cadence. The actual checklist + # OpenClaw 2026.x ships heartbeat ON by default (30m, or 1h on + # Anthropic OAuth) when agents.defaults.heartbeat is absent — + # see issues openclaw/openclaw#64293, #19445, #8123. The builder + # accordingly writes `every: "0m"` (the known off-switch) into + # the baseline configRaw. core-heartbeat's config_patch below + # overlays the 30m cadence on top of that. The actual checklist # the heartbeat reads lives in workspace HEARTBEAT.md (seeded - # separately via spec.workspaceFiles); without a HEARTBEAT.md the - # heartbeat fires harmlessly and replies HEARTBEAT_OK. + # separately via spec.workspaceFiles); without a HEARTBEAT.md + # the heartbeat fires harmlessly and replies HEARTBEAT_OK. # - # Quiet hours: OpenClaw supports both a config-level active window - # under agents.defaults.heartbeat (skipped outside the window) and - # in-content rules inside HEARTBEAT.md. Neither is exposed in the - # portal yet — when added, they become extra fields on this - # package, not a separate core-quiet-hours package. + # Quiet hours: OpenClaw supports both a config-level activeHours + # window under agents.defaults.heartbeat (skipped outside the + # window) and in-content rules inside HEARTBEAT.md. Neither is + # exposed in the portal yet — when added, they become extra + # fields on this package, not a separate core-quiet-hours + # package. config_patch: agents: defaults: diff --git a/deploy/helm/pieced-operator/values.yaml b/deploy/helm/pieced-operator/values.yaml index b4fc6fb..883d9a8 100644 --- a/deploy/helm/pieced-operator/values.yaml +++ b/deploy/helm/pieced-operator/values.yaml @@ -1,6 +1,6 @@ image: repository: registry.c5ai.ch/pieced/pieced-operator - tag: "0.1.44" + tag: "0.1.45" pullPolicy: IfNotPresent imagePullSecrets: