Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3956518741 | |||
| 71bb10adce | |||
| 21baf112b9 |
@@ -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.47
|
version: 0.1.50
|
||||||
appVersion: "0.1.47"
|
appVersion: "0.1.50"
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -297,6 +297,30 @@ data:
|
|||||||
egress_rules:
|
egress_rules:
|
||||||
- namespace: threema-gateway
|
- namespace: threema-gateway
|
||||||
port: 8080
|
port: 8080
|
||||||
|
# OpenClaw 2026.5.x loads external plugins from
|
||||||
|
# /data/extensions/<dir>/openclaw.plugin.json. Three gates must
|
||||||
|
# be open for the runtime to register an external plugin:
|
||||||
|
# 1. plugins.enabled: true — feature flag
|
||||||
|
# 2. plugins.allow contains the id — security allowlist
|
||||||
|
# 3. plugins.entries.<id>.enabled: true — per-plugin toggle
|
||||||
|
# Cedric's personal instance.yaml hand-codes the same three gates
|
||||||
|
# for his direct `openclaw-channel-threema` plugin; this patch
|
||||||
|
# generates them automatically for every tenant that enables
|
||||||
|
# threema. The init container that copies the plugin onto the
|
||||||
|
# PVC is emitted by the operator (plugin_image below).
|
||||||
|
config_patch:
|
||||||
|
plugins:
|
||||||
|
enabled: true
|
||||||
|
allow:
|
||||||
|
- "threema"
|
||||||
|
entries:
|
||||||
|
threema:
|
||||||
|
enabled: true
|
||||||
|
config: {}
|
||||||
|
plugin_image:
|
||||||
|
repository: registry.c5ai.ch/pieced/openclaw-channel-threema-relay
|
||||||
|
tag: "0.1.1"
|
||||||
|
target_dir: openclaw-channel-threema-relay
|
||||||
customer_instructions: |
|
customer_instructions: |
|
||||||
1. Once enabled, register the Threema IDs you want to receive
|
1. Once enabled, register the Threema IDs you want to receive
|
||||||
messages from under "Authorized Users → threema".
|
messages from under "Authorized Users → threema".
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
repository: registry.c5ai.ch/pieced/pieced-operator
|
repository: registry.c5ai.ch/pieced/pieced-operator
|
||||||
tag: "0.1.47"
|
tag: "0.1.50"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
|
|||||||
Reference in New Issue
Block a user