Add flow-0.8.3 and update documentation
This commit is contained in:
@@ -66,6 +66,10 @@ global:
|
|||||||
host: "postgresql"
|
host: "postgresql"
|
||||||
# -- PostgreSQL port
|
# -- PostgreSQL port
|
||||||
port: 5432
|
port: 5432
|
||||||
|
# -- Namespace where PostgreSQL is deployed (for network policy when external=true)
|
||||||
|
# - Set to namespace name if PostgreSQL is in a different namespace within the cluster (e.g., "database")
|
||||||
|
# - Leave empty if PostgreSQL is completely external (outside the cluster) to allow all egress IPs
|
||||||
|
namespace: ""
|
||||||
# -- Database name
|
# -- Database name
|
||||||
database: "flow"
|
database: "flow"
|
||||||
# -- Database username (for Azure, use format: username@servername)
|
# -- Database username (for Azure, use format: username@servername)
|
||||||
@@ -97,6 +101,10 @@ global:
|
|||||||
external: false
|
external: false
|
||||||
# -- RabbitMQ host (FQDN for managed services)
|
# -- RabbitMQ host (FQDN for managed services)
|
||||||
host: "rabbitmq"
|
host: "rabbitmq"
|
||||||
|
# -- Namespace where RabbitMQ is deployed (for network policy when external=true)
|
||||||
|
# - Set to namespace name if RabbitMQ is in a different namespace within the cluster (e.g., "messaging")
|
||||||
|
# - Leave empty if RabbitMQ is completely external (outside the cluster) to allow all egress IPs
|
||||||
|
namespace: ""
|
||||||
# -- Additional hosts for cluster connection (comma-separated or list)
|
# -- Additional hosts for cluster connection (comma-separated or list)
|
||||||
additionalHosts: []
|
additionalHosts: []
|
||||||
# -- RabbitMQ AMQP port
|
# -- RabbitMQ AMQP port
|
||||||
@@ -139,6 +147,10 @@ global:
|
|||||||
enabled: false
|
enabled: false
|
||||||
# -- Use external Redis instance (set to true for managed services like Azure Cache for Redis, Amazon ElastiCache, etc.)
|
# -- Use external Redis instance (set to true for managed services like Azure Cache for Redis, Amazon ElastiCache, etc.)
|
||||||
external: false
|
external: false
|
||||||
|
# -- Namespace where Redis is deployed (for network policy when external=true)
|
||||||
|
# - Set to namespace name if Redis is in a different namespace within the cluster (e.g., "cache")
|
||||||
|
# - Leave empty if Redis is completely external (outside the cluster) to allow all egress IPs
|
||||||
|
namespace: ""
|
||||||
# -- Redis deployment mode: standalone, sentinel, or cluster
|
# -- Redis deployment mode: standalone, sentinel, or cluster
|
||||||
mode: "standalone"
|
mode: "standalone"
|
||||||
|
|
||||||
|
|||||||
BIN
flow-0.8.3.tgz
Normal file
BIN
flow-0.8.3.tgz
Normal file
Binary file not shown.
68
index.yaml
68
index.yaml
@@ -21,7 +21,55 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-23T12:16:34.765644268Z"
|
created: "2025-12-23T12:43:48.290055494Z"
|
||||||
|
description: A Helm chart for deploying the Flow workflow engine platform with
|
||||||
|
SOC2/NIS2 compliance support
|
||||||
|
digest: 8d00b2616d32f94551db3991bed7afe0694ea465207178c8b2f46d00a61d6395
|
||||||
|
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.8.3.tgz
|
||||||
|
version: 0.8.3
|
||||||
|
- 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: latest
|
||||||
|
created: "2025-12-23T12:43:48.27170635Z"
|
||||||
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: 5add702006bef9f8896f57d54f21a8375ce3f846a40fae7376022b6c248bddc6
|
digest: 5add702006bef9f8896f57d54f21a8375ce3f846a40fae7376022b6c248bddc6
|
||||||
@@ -69,7 +117,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-23T12:16:34.753055332Z"
|
created: "2025-12-23T12:43:48.260595225Z"
|
||||||
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: bfb8e52b5b531c12222f6cb4abecb3350137082f6ce987ab84088da0a139cd4b
|
digest: bfb8e52b5b531c12222f6cb4abecb3350137082f6ce987ab84088da0a139cd4b
|
||||||
@@ -117,7 +165,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-23T12:16:34.74408769Z"
|
created: "2025-12-23T12:43:48.24449396Z"
|
||||||
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: b3d228189c04786f753598682108aea5d91f911ddbb852fefcca97044eb09199
|
digest: b3d228189c04786f753598682108aea5d91f911ddbb852fefcca97044eb09199
|
||||||
@@ -165,7 +213,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-23T12:16:34.733988197Z"
|
created: "2025-12-23T12:43:48.229122484Z"
|
||||||
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: dfd4b6ce53f7d22fb2a6641fafd693d341e7c23eb591dc0aa3d101e07ecbefa7
|
digest: dfd4b6ce53f7d22fb2a6641fafd693d341e7c23eb591dc0aa3d101e07ecbefa7
|
||||||
@@ -213,7 +261,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-23T12:16:34.728310275Z"
|
created: "2025-12-23T12:43:48.216131843Z"
|
||||||
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: ef032ff33fb40cbe10ce4e4ce0ac4f96bb02835e1e31bc01ee87ff62320482b9
|
digest: ef032ff33fb40cbe10ce4e4ce0ac4f96bb02835e1e31bc01ee87ff62320482b9
|
||||||
@@ -261,7 +309,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-23T12:16:34.721890939Z"
|
created: "2025-12-23T12:43:48.201628961Z"
|
||||||
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: c11710fcadc0182ba10713467ec5fb77672caabf1c7daddd95802a7940ce38c1
|
digest: c11710fcadc0182ba10713467ec5fb77672caabf1c7daddd95802a7940ce38c1
|
||||||
@@ -309,7 +357,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-23T12:16:34.712548558Z"
|
created: "2025-12-23T12:43:48.175671701Z"
|
||||||
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
|
||||||
@@ -357,7 +405,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-23T12:16:34.706266642Z"
|
created: "2025-12-23T12:43:48.167918968Z"
|
||||||
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
|
||||||
@@ -405,7 +453,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-23T12:16:34.694336413Z"
|
created: "2025-12-23T12:43:48.156130327Z"
|
||||||
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
|
||||||
@@ -433,4 +481,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-23T12:16:34.688938572Z"
|
generated: "2025-12-23T12:43:48.146205065Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user