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

@@ -10,17 +10,17 @@
# Or use your own deployments/operators.
#
# HARBOR CREDENTIALS:
# Pass Harbor credentials during install:
# Pass ACR credentials during install:
# helm install flow ./helm/flow -f values-dev.yaml \
# --set global.imageCredentials.enabled=true \
# --set global.imageCredentials.username=$HARBOR_USER \
# --set global.imageCredentials.password=$HARBOR_PASSWORD
global:
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
@@ -221,6 +221,12 @@ awsS3Activity:
awsSqsActivity:
enabled: false
databaseCdcActivity:
enabled: false
dataStoreActivity:
enabled: false
# External infrastructure - not deployed by this chart
rabbitmq:
enabled: false