Add flow-0.8.11 and update documentation
This commit is contained in:
@@ -275,6 +275,17 @@ frontendWeb:
|
|||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
|
# Blazor Server requires sticky sessions for SignalR
|
||||||
|
nginx.ingress.kubernetes.io/affinity: "cookie"
|
||||||
|
nginx.ingress.kubernetes.io/session-cookie-name: "FLOW_AFFINITY"
|
||||||
|
nginx.ingress.kubernetes.io/session-cookie-max-age: "86400"
|
||||||
|
nginx.ingress.kubernetes.io/session-cookie-path: "/"
|
||||||
|
# WebSocket support for SignalR
|
||||||
|
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
|
||||||
|
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
|
||||||
|
# Increase buffer sizes for Blazor
|
||||||
|
nginx.ingress.kubernetes.io/proxy-buffer-size: "128k"
|
||||||
|
nginx.ingress.kubernetes.io/proxy-buffers-number: "4"
|
||||||
hosts:
|
hosts:
|
||||||
- host: flow.your-domain.com
|
- host: flow.your-domain.com
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
@@ -595,6 +595,13 @@ frontendWeb:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: ""
|
className: ""
|
||||||
|
# Annotations for NGINX Ingress with Blazor Server support:
|
||||||
|
# nginx.ingress.kubernetes.io/affinity: "cookie" # Sticky sessions for SignalR
|
||||||
|
# nginx.ingress.kubernetes.io/session-cookie-name: "FLOW_AFFINITY" # Session cookie name
|
||||||
|
# nginx.ingress.kubernetes.io/session-cookie-max-age: "86400" # Cookie max age (24h)
|
||||||
|
# nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" # WebSocket timeout
|
||||||
|
# nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" # WebSocket timeout
|
||||||
|
# nginx.ingress.kubernetes.io/proxy-buffer-size: "128k" # Larger buffers for Blazor
|
||||||
annotations: {}
|
annotations: {}
|
||||||
hosts:
|
hosts:
|
||||||
- host: flow.local
|
- host: flow.local
|
||||||
|
|||||||
BIN
flow-0.8.11.tgz
Normal file
BIN
flow-0.8.11.tgz
Normal file
Binary file not shown.
84
index.yaml
84
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-29T13:22:42.496283266Z"
|
created: "2026-01-06T16:03:42.035535435Z"
|
||||||
|
description: A Helm chart for deploying the Flow workflow engine platform with
|
||||||
|
SOC2/NIS2 compliance support
|
||||||
|
digest: f8a000364fc8ef1ae891db85d99a7ceeb6e82e1d20b91f00126c3f27a93c8a69
|
||||||
|
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.11.tgz
|
||||||
|
version: 0.8.11
|
||||||
|
- 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: "2026-01-06T16:03:42.029811712Z"
|
||||||
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: 166f938bd541d801f3b94287113635d1ed717ecaa87311100a1d0f5c394c58dc
|
digest: 166f938bd541d801f3b94287113635d1ed717ecaa87311100a1d0f5c394c58dc
|
||||||
@@ -69,7 +117,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-29T13:22:42.556679506Z"
|
created: "2026-01-06T16:03:42.08619887Z"
|
||||||
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: 78e737cfe7e6ebdf17c31781b75b201512a6372388df328f7dad2c1a78811a38
|
digest: 78e737cfe7e6ebdf17c31781b75b201512a6372388df328f7dad2c1a78811a38
|
||||||
@@ -117,7 +165,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-29T13:22:42.549347907Z"
|
created: "2026-01-06T16:03:42.078761917Z"
|
||||||
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: 5c921b121b2af0bf51e905efc4f7c550ba28e23586d647ed1e81a3193855c4ac
|
digest: 5c921b121b2af0bf51e905efc4f7c550ba28e23586d647ed1e81a3193855c4ac
|
||||||
@@ -165,7 +213,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-29T13:22:42.541000036Z"
|
created: "2026-01-06T16:03:42.072205904Z"
|
||||||
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: fa0a2037e79a90e75579d5acf7b8529266a2ae36255756115769db52327075d9
|
digest: fa0a2037e79a90e75579d5acf7b8529266a2ae36255756115769db52327075d9
|
||||||
@@ -213,7 +261,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-29T13:22:42.534842676Z"
|
created: "2026-01-06T16:03:42.065873108Z"
|
||||||
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: 9bcd19ab45c0cefe5ede00b0e914a34b06245f858761d7ce586ca309a00f4161
|
digest: 9bcd19ab45c0cefe5ede00b0e914a34b06245f858761d7ce586ca309a00f4161
|
||||||
@@ -261,7 +309,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-29T13:22:42.525918384Z"
|
created: "2026-01-06T16:03:42.059289129Z"
|
||||||
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: 698f8f60438a54a05aa9c6f593198242226e9ffa8f6175effc8d020fff0b7098
|
digest: 698f8f60438a54a05aa9c6f593198242226e9ffa8f6175effc8d020fff0b7098
|
||||||
@@ -309,7 +357,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-29T13:22:42.517684592Z"
|
created: "2026-01-06T16:03:42.053968845Z"
|
||||||
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: 4818e69aa28fed61e3610de48e90a9b7bd16022bea0c484c337f32117402b388
|
digest: 4818e69aa28fed61e3610de48e90a9b7bd16022bea0c484c337f32117402b388
|
||||||
@@ -357,7 +405,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-29T13:22:42.511236864Z"
|
created: "2026-01-06T16:03:42.047455553Z"
|
||||||
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: 8d00b2616d32f94551db3991bed7afe0694ea465207178c8b2f46d00a61d6395
|
digest: 8d00b2616d32f94551db3991bed7afe0694ea465207178c8b2f46d00a61d6395
|
||||||
@@ -405,7 +453,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-29T13:22:42.50255396Z"
|
created: "2026-01-06T16:03:42.042173591Z"
|
||||||
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
|
||||||
@@ -453,7 +501,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-29T13:22:42.485108543Z"
|
created: "2026-01-06T16:03:42.023283433Z"
|
||||||
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
|
||||||
@@ -501,7 +549,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-29T13:22:42.477877935Z"
|
created: "2026-01-06T16:03:42.01696906Z"
|
||||||
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
|
||||||
@@ -549,7 +597,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-29T13:22:42.469884564Z"
|
created: "2026-01-06T16:03:42.009961015Z"
|
||||||
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
|
||||||
@@ -597,7 +645,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2025-12-29T13:22:42.462077923Z"
|
created: "2026-01-06T16:03:42.004152212Z"
|
||||||
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
|
||||||
@@ -645,7 +693,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-29T13:22:42.456410196Z"
|
created: "2026-01-06T16:03:41.997623411Z"
|
||||||
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
|
||||||
@@ -693,7 +741,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-29T13:22:42.448180899Z"
|
created: "2026-01-06T16:03:41.992219837Z"
|
||||||
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
|
||||||
@@ -741,7 +789,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-29T13:22:42.438413543Z"
|
created: "2026-01-06T16:03:41.985903859Z"
|
||||||
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
|
||||||
@@ -789,7 +837,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-29T13:22:42.4314489Z"
|
created: "2026-01-06T16:03:41.980064067Z"
|
||||||
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
|
||||||
@@ -817,4 +865,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-29T13:22:42.426360017Z"
|
generated: "2026-01-06T16:03:41.975125042Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user