Add flow-0.10.86 and update documentation

This commit is contained in:
Gitea Actions
2026-05-13 15:39:13 +00:00
parent 19798022bf
commit 405caa4e69
6 changed files with 255 additions and 129 deletions

View File

@@ -2,7 +2,7 @@
# Use with: helm install flow ./helm/flow -f ./helm/flow/values-prod.yaml --namespace flow --create-namespace
#
# HARBOR CREDENTIALS:
# Pass Harbor credentials during install:
# Pass ACR credentials during install:
# helm install flow ./helm/flow -f values-prod.yaml \
# --set global.imageCredentials.enabled=true \
# --set global.imageCredentials.username=$HARBOR_USER \
@@ -16,10 +16,10 @@ global:
# All resources will be created in this namespace for easy management and cleanup
namespace: "flow"
imageRegistry: "cr.kn.entit.eu"
imageRegistry: "entit.azurecr.io"
# Harbor registry credentials - creates dockerconfigjson secret automatically
# Harbor requires authentication even for public repositories
# ACR credentials - creates dockerconfigjson secret automatically
# ACR requires authentication to pull images
# Enable and set credentials via --set flags during install:
# --set global.imageCredentials.enabled=true
# --set global.imageCredentials.username=$HARBOR_USER
@@ -525,6 +525,14 @@ m365Activity:
enabled: true
replicaCount: 1
databaseCdcActivity:
enabled: true
replicaCount: 1
dataStoreActivity:
enabled: true
replicaCount: 1
# =============================================================================
# Infrastructure - Disabled (using external managed services)
# =============================================================================