Add flow-0.5.0 and update documentation
This commit is contained in:
@@ -242,7 +242,7 @@ workflowEngine:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: flow/WorkflowEngine
|
||||
repository: flow/workflowengine
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -300,7 +300,7 @@ activityRegistry:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: flow/ActivityRegistry
|
||||
repository: flow/activityregistry
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -347,7 +347,7 @@ definitionStore:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: flow/DefinitionStore
|
||||
repository: flow/definitionstore
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -394,7 +394,7 @@ workflowLogging:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: flow/WorkflowLogging
|
||||
repository: flow/workflowlogging
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -441,7 +441,7 @@ connectionStore:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: flow/ConnectionStore
|
||||
repository: flow/connectionstore
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -488,7 +488,7 @@ tenantRegistry:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: flow/TenantRegistry
|
||||
repository: flow/tenantregistry
|
||||
tag: ""
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -609,175 +609,173 @@ httpRequestActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/HttpRequestActivity
|
||||
repository: flow/httprequestactivity
|
||||
tag: ""
|
||||
|
||||
sqlActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/SqlActivity
|
||||
repository: flow/sqlactivity
|
||||
tag: ""
|
||||
|
||||
redisActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/RedisActivity
|
||||
repository: flow/redisactivity
|
||||
tag: ""
|
||||
|
||||
blobStorageActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/BlobStorageActivity
|
||||
repository: flow/blobstorageactivity
|
||||
tag: ""
|
||||
|
||||
queueActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/QueueActivity
|
||||
repository: flow/queueactivity
|
||||
tag: ""
|
||||
|
||||
cosmosDbActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/CosmosDbActivity
|
||||
repository: flow/cosmosdbactivity
|
||||
tag: ""
|
||||
|
||||
mongoDbActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/MongoDbActivity
|
||||
repository: flow/mongodbactivity
|
||||
tag: ""
|
||||
|
||||
emailActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/EmailActivity
|
||||
repository: flow/emailactivity
|
||||
tag: ""
|
||||
|
||||
slackActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/SlackActivity
|
||||
repository: flow/slackactivity
|
||||
tag: ""
|
||||
|
||||
teamsActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/TeamsActivity
|
||||
repository: flow/teamsactivity
|
||||
tag: ""
|
||||
|
||||
twilioActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/TwilioActivity
|
||||
repository: flow/twilioactivity
|
||||
tag: ""
|
||||
|
||||
ftpActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/FtpActivity
|
||||
repository: flow/ftpactivity
|
||||
tag: ""
|
||||
|
||||
graphqlActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/GraphQLActivity
|
||||
repository: flow/graphqlactivity
|
||||
tag: ""
|
||||
|
||||
soapActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/SoapActivity
|
||||
repository: flow/soapactivity
|
||||
tag: ""
|
||||
|
||||
pdfActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/PdfActivity
|
||||
repository: flow/pdfactivity
|
||||
tag: ""
|
||||
|
||||
csvActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/CsvActivity
|
||||
repository: flow/csvactivity
|
||||
tag: ""
|
||||
|
||||
excelActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/ExcelActivity
|
||||
repository: flow/excelactivity
|
||||
tag: ""
|
||||
|
||||
oauthActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/OAuthActivity
|
||||
repository: flow/oauthactivity
|
||||
tag: ""
|
||||
|
||||
keyVaultActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/KeyVaultActivity
|
||||
repository: flow/keyvaultactivity
|
||||
tag: ""
|
||||
|
||||
eventHubActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/EventHubActivity
|
||||
repository: flow/eventhubactivity
|
||||
tag: ""
|
||||
|
||||
eventGridActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/EventGridActivity
|
||||
repository: flow/eventgridactivity
|
||||
tag: ""
|
||||
|
||||
awsS3Activity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/AwsS3Activity
|
||||
repository: flow/awss3activity
|
||||
tag: ""
|
||||
|
||||
awsSqsActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/AwsSqsActivity
|
||||
repository: flow/awssqsactivity
|
||||
tag: ""
|
||||
|
||||
m365Activity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/M365Activity
|
||||
repository: flow/m365activity
|
||||
tag: ""
|
||||
|
||||
# =============================================================================
|
||||
# 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
|
||||
# Only used when global.database.postgres.external=false
|
||||
|
||||
BIN
flow-0.5.0.tgz
Normal file
BIN
flow-0.5.0.tgz
Normal file
Binary file not shown.
56
index.yaml
56
index.yaml
@@ -21,7 +21,55 @@ entries:
|
||||
image: redis:7-alpine
|
||||
apiVersion: v2
|
||||
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
|
||||
SOC2/NIS2 compliance support
|
||||
digest: 5565963e9fa91c8b0c58fdcd4955e4b038b799f713d21fa0521bebe693233920
|
||||
@@ -69,7 +117,7 @@ entries:
|
||||
image: redis:7-alpine
|
||||
apiVersion: v2
|
||||
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
|
||||
SOC2/NIS2 compliance support
|
||||
digest: c74d5574e24dbe56fb5a1ece6213e2a57e4f4c10a2e65464490479aa335255e8
|
||||
@@ -117,7 +165,7 @@ entries:
|
||||
image: redis:7-alpine
|
||||
apiVersion: v2
|
||||
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
|
||||
SOC2/NIS2 compliance support
|
||||
digest: 75fdf3bef90777328b4247d5881224518cd628418003151dd4f9dc4990e2d6ae
|
||||
@@ -145,4 +193,4 @@ entries:
|
||||
urls:
|
||||
- https://git.kn.entit.eu/EntitAB/Helm-Charts/raw/branch/main/flow-0.3.1.tgz
|
||||
version: 0.3.1
|
||||
generated: "2025-12-22T21:11:28.383644606Z"
|
||||
generated: "2025-12-23T07:11:56.492064135Z"
|
||||
|
||||
Reference in New Issue
Block a user