Add flow-0.10.79 and update documentation

This commit is contained in:
Gitea Actions
2026-05-04 12:55:20 +00:00
parent 3022adf707
commit ceeecfb609
3 changed files with 156 additions and 105 deletions

View File

@@ -373,6 +373,9 @@ global:
configurationStore: "http://{{ .Release.Name }}-configuration-store.{{ .Release.Namespace }}.svc.cluster.local:80"
auditLog: "http://{{ .Release.Name }}-audit-log.{{ .Release.Namespace }}.svc.cluster.local:80"
templateStore: "http://{{ .Release.Name }}-template-store.{{ .Release.Namespace }}.svc.cluster.local:80"
# -- External URL for the WorkflowEngine trigger endpoint (e.g., "https://api.flow.example.com")
# If not set, derived from workflowEngine.ingress.hosts or falls back to the internal service URL.
workflowEngineExternal: ""
# -- OpenTelemetry configuration for distributed tracing and metrics
# Requires an OTLP-compatible collector (e.g., Grafana Alloy, Jaeger, OpenTelemetry Collector)