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 apiVersion: v2
name: pieced-operator name: pieced-operator
description: PieCed IT tenant lifecycle operator description: PieCed IT tenant lifecycle operator
version: 0.1.44 version: 0.1.45
appVersion: "0.1.44" appVersion: "0.1.45"
type: application type: application

View File

@@ -37,18 +37,22 @@ data:
check inbox, calendar, and other configured sources and message check inbox, calendar, and other configured sources and message
you proactively when something needs attention. Without this, the you proactively when something needs attention. Without this, the
assistant only responds when you message it first. assistant only responds when you message it first.
# OpenClaw treats an absent agents.defaults.heartbeat block as # OpenClaw 2026.x ships heartbeat ON by default (30m, or 1h on
# "no heartbeat scheduler". When core-heartbeat is enabled, this # Anthropic OAuth) when agents.defaults.heartbeat is absent —
# patch installs the every-30-minute cadence. The actual checklist # 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 # the heartbeat reads lives in workspace HEARTBEAT.md (seeded
# separately via spec.workspaceFiles); without a HEARTBEAT.md the # separately via spec.workspaceFiles); without a HEARTBEAT.md
# heartbeat fires harmlessly and replies HEARTBEAT_OK. # the heartbeat fires harmlessly and replies HEARTBEAT_OK.
# #
# Quiet hours: OpenClaw supports both a config-level active window # Quiet hours: OpenClaw supports both a config-level activeHours
# under agents.defaults.heartbeat (skipped outside the window) and # window under agents.defaults.heartbeat (skipped outside the
# in-content rules inside HEARTBEAT.md. Neither is exposed in the # window) and in-content rules inside HEARTBEAT.md. Neither is
# portal yet — when added, they become extra fields on this # exposed in the portal yet — when added, they become extra
# package, not a separate core-quiet-hours package. # fields on this package, not a separate core-quiet-hours
# package.
config_patch: config_patch:
agents: agents:
defaults: defaults:

View File

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