Add flow-0.10.78 and update documentation

This commit is contained in:
Gitea Actions
2026-04-30 13:05:36 +00:00
parent a4c22a480d
commit 3022adf707
3 changed files with 176 additions and 104 deletions

View File

@@ -1428,6 +1428,30 @@ mcpActivity:
repository: flow/mcpactivity
tag: ""
# -- Container Activity Host
# Runs Docker containers as workflow activities (Python, Node, Go, etc.)
containerActivity:
enabled: false
replicaCount: 1
image:
repository: flow/containeractivity
tag: ""
# Mount the host Docker socket (simple but requires host access)
mountDockerSocket: false
# Docker-in-Docker sidecar (more isolated, no host access needed)
dind:
enabled: true
image: "docker:27-dind"
# Override Docker host (e.g., tcp://localhost:2375 for DinD)
dockerHost: "unix:///var/run/docker.sock"
resources:
limits:
cpu: "2"
memory: 1Gi
requests:
cpu: 250m
memory: 256Mi
# =============================================================================
# Infrastructure Dependencies
# =============================================================================