Add flow-0.5.0 and update documentation

This commit is contained in:
Gitea Actions
2025-12-23 07:11:56 +00:00
parent d7345e28e2
commit ab375a33f3
3 changed files with 82 additions and 36 deletions

View File

@@ -242,7 +242,7 @@ workflowEngine:
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/WorkflowEngine repository: flow/workflowengine
tag: "" tag: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@@ -300,7 +300,7 @@ activityRegistry:
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/ActivityRegistry repository: flow/activityregistry
tag: "" tag: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@@ -347,7 +347,7 @@ definitionStore:
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/DefinitionStore repository: flow/definitionstore
tag: "" tag: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@@ -394,7 +394,7 @@ workflowLogging:
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/WorkflowLogging repository: flow/workflowlogging
tag: "" tag: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@@ -441,7 +441,7 @@ connectionStore:
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/ConnectionStore repository: flow/connectionstore
tag: "" tag: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@@ -488,7 +488,7 @@ tenantRegistry:
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/TenantRegistry repository: flow/tenantregistry
tag: "" tag: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@@ -609,175 +609,173 @@ httpRequestActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/HttpRequestActivity repository: flow/httprequestactivity
tag: "" tag: ""
sqlActivity: sqlActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/SqlActivity repository: flow/sqlactivity
tag: "" tag: ""
redisActivity: redisActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/RedisActivity repository: flow/redisactivity
tag: "" tag: ""
blobStorageActivity: blobStorageActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/BlobStorageActivity repository: flow/blobstorageactivity
tag: "" tag: ""
queueActivity: queueActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/QueueActivity repository: flow/queueactivity
tag: "" tag: ""
cosmosDbActivity: cosmosDbActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/CosmosDbActivity repository: flow/cosmosdbactivity
tag: "" tag: ""
mongoDbActivity: mongoDbActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/MongoDbActivity repository: flow/mongodbactivity
tag: "" tag: ""
emailActivity: emailActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/EmailActivity repository: flow/emailactivity
tag: "" tag: ""
slackActivity: slackActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/SlackActivity repository: flow/slackactivity
tag: "" tag: ""
teamsActivity: teamsActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/TeamsActivity repository: flow/teamsactivity
tag: "" tag: ""
twilioActivity: twilioActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/TwilioActivity repository: flow/twilioactivity
tag: "" tag: ""
ftpActivity: ftpActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/FtpActivity repository: flow/ftpactivity
tag: "" tag: ""
graphqlActivity: graphqlActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/GraphQLActivity repository: flow/graphqlactivity
tag: "" tag: ""
soapActivity: soapActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/SoapActivity repository: flow/soapactivity
tag: "" tag: ""
pdfActivity: pdfActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/PdfActivity repository: flow/pdfactivity
tag: "" tag: ""
csvActivity: csvActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/CsvActivity repository: flow/csvactivity
tag: "" tag: ""
excelActivity: excelActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/ExcelActivity repository: flow/excelactivity
tag: "" tag: ""
oauthActivity: oauthActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/OAuthActivity repository: flow/oauthactivity
tag: "" tag: ""
keyVaultActivity: keyVaultActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/KeyVaultActivity repository: flow/keyvaultactivity
tag: "" tag: ""
eventHubActivity: eventHubActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/EventHubActivity repository: flow/eventhubactivity
tag: "" tag: ""
eventGridActivity: eventGridActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/EventGridActivity repository: flow/eventgridactivity
tag: "" tag: ""
awsS3Activity: awsS3Activity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/AwsS3Activity repository: flow/awss3activity
tag: "" tag: ""
awsSqsActivity: awsSqsActivity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/AwsSqsActivity repository: flow/awssqsactivity
tag: "" tag: ""
m365Activity: m365Activity:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: flow/M365Activity repository: flow/m365activity
tag: "" tag: ""
# ============================================================================= # =============================================================================
# Infrastructure Dependencies # Infrastructure Dependencies
# ============================================================================= # =============================================================================
# These services can be deployed internally by this chart or configured to use
# external services that already exist in the cluster or externally.
# -- PostgreSQL internal deployment configuration # -- PostgreSQL internal deployment configuration
# Only used when global.database.postgres.external=false # Only used when global.database.postgres.external=false

BIN
flow-0.5.0.tgz Normal file

Binary file not shown.

View File

@@ -21,7 +21,55 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: 1.0.0 appVersion: 1.0.0
created: "2025-12-22T21:11:28.399232644Z" created: "2025-12-23T07:11:56.519011492Z"
description: A Helm chart for deploying the Flow workflow engine platform with
SOC2/NIS2 compliance support
digest: c11710fcadc0182ba10713467ec5fb77672caabf1c7daddd95802a7940ce38c1
home: https://git.kn.entit.eu/EntitAB/Flow
keywords:
- workflow
- automation
- microservices
- dotnet
- rabbitmq
- postgresql
- redis
- soc2
- nis2
- compliance
- security
- backup
maintainers:
- name: Entit AB
url: https://entit.se
name: flow
sources:
- https://git.kn.entit.eu/EntitAB/Flow
type: application
urls:
- https://git.kn.entit.eu/EntitAB/Helm-Charts/raw/branch/main/flow-0.5.0.tgz
version: 0.5.0
- annotations:
category: Workflow Automation
compliance: |
This chart supports SOC2 and NIS2 compliance requirements:
- Network policies for zero-trust networking
- Encrypted backups with configurable retention
- Audit logging with SIEM integration
- TLS for internal communication
- High availability for all infrastructure components
images: |
- name: workflow-engine
image: flow/workflow-engine
- name: postgresql
image: postgres:16-alpine
- name: rabbitmq
image: rabbitmq:3.13-management-alpine
- name: redis
image: redis:7-alpine
apiVersion: v2
appVersion: 1.0.0
created: "2025-12-23T07:11:56.511294169Z"
description: A Helm chart for deploying the Flow workflow engine platform with description: A Helm chart for deploying the Flow workflow engine platform with
SOC2/NIS2 compliance support SOC2/NIS2 compliance support
digest: 5565963e9fa91c8b0c58fdcd4955e4b038b799f713d21fa0521bebe693233920 digest: 5565963e9fa91c8b0c58fdcd4955e4b038b799f713d21fa0521bebe693233920
@@ -69,7 +117,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: 1.0.0 appVersion: 1.0.0
created: "2025-12-22T21:11:28.393657513Z" created: "2025-12-23T07:11:56.505426584Z"
description: A Helm chart for deploying the Flow workflow engine platform with description: A Helm chart for deploying the Flow workflow engine platform with
SOC2/NIS2 compliance support SOC2/NIS2 compliance support
digest: c74d5574e24dbe56fb5a1ece6213e2a57e4f4c10a2e65464490479aa335255e8 digest: c74d5574e24dbe56fb5a1ece6213e2a57e4f4c10a2e65464490479aa335255e8
@@ -117,7 +165,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: 1.0.0 appVersion: 1.0.0
created: "2025-12-22T21:11:28.388236961Z" created: "2025-12-23T07:11:56.497708235Z"
description: A Helm chart for deploying the Flow workflow engine platform with description: A Helm chart for deploying the Flow workflow engine platform with
SOC2/NIS2 compliance support SOC2/NIS2 compliance support
digest: 75fdf3bef90777328b4247d5881224518cd628418003151dd4f9dc4990e2d6ae digest: 75fdf3bef90777328b4247d5881224518cd628418003151dd4f9dc4990e2d6ae
@@ -145,4 +193,4 @@ entries:
urls: urls:
- https://git.kn.entit.eu/EntitAB/Helm-Charts/raw/branch/main/flow-0.3.1.tgz - https://git.kn.entit.eu/EntitAB/Helm-Charts/raw/branch/main/flow-0.3.1.tgz
version: 0.3.1 version: 0.3.1
generated: "2025-12-22T21:11:28.383644606Z" generated: "2025-12-23T07:11:56.492064135Z"