Sync chart from pieced-operator 0.1.40
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: registry.c5ai.ch/pieced/pieced-operator
|
||||
tag: "0.1.39"
|
||||
tag: "0.1.40"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
imagePullSecrets:
|
||||
@@ -56,3 +56,23 @@ serviceAccount:
|
||||
# Network policy — restrict operator egress to only what it needs
|
||||
networkPolicy:
|
||||
enabled: true
|
||||
|
||||
# OpenClaw image default (Feature: per-tenant version overrides).
|
||||
#
|
||||
# Materialised as the `pieced-openclaw-config` ConfigMap, which the
|
||||
# operator reads on every reconcile. Per-tenant overrides set via the
|
||||
# portal (PiecedTenant.spec.openClawImage.tag) take precedence over
|
||||
# this default for the affected tenants.
|
||||
#
|
||||
# We support tag-only (not digest) by design — a single image-selector
|
||||
# field avoids SSA field-ownership ambiguity when switching values,
|
||||
# and the downstream OpenClaw operator handles a tag-only image spec
|
||||
# unambiguously. For reproducibility-critical deployments, pin by
|
||||
# using an immutable release tag.
|
||||
#
|
||||
# Empty defaultTag falls back to the operator's built-in version.
|
||||
# Admins can edit this value at runtime via the portal admin UI;
|
||||
# the resulting ConfigMap edits trigger reconciles for every tenant
|
||||
# that doesn't have its own override.
|
||||
openClaw:
|
||||
defaultTag: "2026.4.22"
|
||||
|
||||
Reference in New Issue
Block a user