Compare commits

..

1 Commits

Author SHA1 Message Date
d965413a9d Sync chart from pieced-operator 0.1.45 2026-05-11 20:13:23 +00:00
3 changed files with 17 additions and 13 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -1,6 +1,6 @@
image:
repository: registry.c5ai.ch/pieced/pieced-operator
tag: "0.1.44"
tag: "0.1.45"
pullPolicy: IfNotPresent
imagePullSecrets: