Add flow-0.8.12 and update documentation
This commit is contained in:
@@ -271,21 +271,17 @@ frontendWeb:
|
|||||||
maxReplicas: 5
|
maxReplicas: 5
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
className: traefik
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
||||||
# Blazor Server requires sticky sessions for SignalR
|
# Blazor Server requires sticky sessions for SignalR
|
||||||
nginx.ingress.kubernetes.io/affinity: "cookie"
|
traefik.ingress.kubernetes.io/affinity: "true"
|
||||||
nginx.ingress.kubernetes.io/session-cookie-name: "FLOW_AFFINITY"
|
traefik.ingress.kubernetes.io/session-cookie-name: "FLOW_AFFINITY"
|
||||||
nginx.ingress.kubernetes.io/session-cookie-max-age: "86400"
|
# Enable WebSocket support (required for SignalR)
|
||||||
nginx.ingress.kubernetes.io/session-cookie-path: "/"
|
traefik.ingress.kubernetes.io/router.middlewares: ""
|
||||||
# WebSocket support for SignalR
|
# SSL redirect
|
||||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
|
# Certificate
|
||||||
# Increase buffer sizes for Blazor
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
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,10 +595,14 @@ frontendWeb:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: ""
|
className: ""
|
||||||
|
# Annotations for Traefik Ingress with Blazor Server support:
|
||||||
|
# traefik.ingress.kubernetes.io/affinity: "true" # Sticky sessions for SignalR
|
||||||
|
# traefik.ingress.kubernetes.io/session-cookie-name: "FLOW_AFFINITY" # Session cookie name
|
||||||
|
# traefik.ingress.kubernetes.io/router.entrypoints: websecure # HTTPS entrypoint
|
||||||
|
#
|
||||||
# Annotations for NGINX Ingress with Blazor Server support:
|
# Annotations for NGINX Ingress with Blazor Server support:
|
||||||
# nginx.ingress.kubernetes.io/affinity: "cookie" # Sticky sessions for SignalR
|
# 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-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-read-timeout: "3600" # WebSocket timeout
|
||||||
# nginx.ingress.kubernetes.io/proxy-send-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
|
# nginx.ingress.kubernetes.io/proxy-buffer-size: "128k" # Larger buffers for Blazor
|
||||||
|
|||||||
BIN
flow-0.8.12.tgz
Normal file
BIN
flow-0.8.12.tgz
Normal file
Binary file not shown.
86
index.yaml
86
index.yaml
@@ -21,7 +21,55 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2026-01-06T16:03:42.035535435Z"
|
created: "2026-01-06T16:10:01.0565908Z"
|
||||||
|
description: A Helm chart for deploying the Flow workflow engine platform with
|
||||||
|
SOC2/NIS2 compliance support
|
||||||
|
digest: d87e315aca50e32bfc84a563e29895ff316a06f04fe13828fdca10402bfafc99
|
||||||
|
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.12.tgz
|
||||||
|
version: 0.8.12
|
||||||
|
- 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:10:01.048181106Z"
|
||||||
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: f8a000364fc8ef1ae891db85d99a7ceeb6e82e1d20b91f00126c3f27a93c8a69
|
digest: f8a000364fc8ef1ae891db85d99a7ceeb6e82e1d20b91f00126c3f27a93c8a69
|
||||||
@@ -69,7 +117,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2026-01-06T16:03:42.029811712Z"
|
created: "2026-01-06T16:10:01.041231355Z"
|
||||||
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
|
||||||
@@ -117,7 +165,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2026-01-06T16:03:42.08619887Z"
|
created: "2026-01-06T16:10:01.110164714Z"
|
||||||
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
|
||||||
@@ -165,7 +213,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2026-01-06T16:03:42.078761917Z"
|
created: "2026-01-06T16:10:01.102550494Z"
|
||||||
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
|
||||||
@@ -213,7 +261,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2026-01-06T16:03:42.072205904Z"
|
created: "2026-01-06T16:10:01.09642059Z"
|
||||||
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
|
||||||
@@ -261,7 +309,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2026-01-06T16:03:42.065873108Z"
|
created: "2026-01-06T16:10:01.089753304Z"
|
||||||
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
|
||||||
@@ -309,7 +357,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2026-01-06T16:03:42.059289129Z"
|
created: "2026-01-06T16:10:01.083762228Z"
|
||||||
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
|
||||||
@@ -357,7 +405,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2026-01-06T16:03:42.053968845Z"
|
created: "2026-01-06T16:10:01.076551985Z"
|
||||||
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
|
||||||
@@ -405,7 +453,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2026-01-06T16:03:42.047455553Z"
|
created: "2026-01-06T16:10:01.070500933Z"
|
||||||
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
|
||||||
@@ -453,7 +501,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2026-01-06T16:03:42.042173591Z"
|
created: "2026-01-06T16:10:01.063221798Z"
|
||||||
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
|
||||||
@@ -501,7 +549,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2026-01-06T16:03:42.023283433Z"
|
created: "2026-01-06T16:10:01.032805229Z"
|
||||||
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
|
||||||
@@ -549,7 +597,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2026-01-06T16:03:42.01696906Z"
|
created: "2026-01-06T16:10:01.026084906Z"
|
||||||
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
|
||||||
@@ -597,7 +645,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2026-01-06T16:03:42.009961015Z"
|
created: "2026-01-06T16:10:01.019297805Z"
|
||||||
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
|
||||||
@@ -645,7 +693,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
created: "2026-01-06T16:03:42.004152212Z"
|
created: "2026-01-06T16:10:01.011837574Z"
|
||||||
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
|
||||||
@@ -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: "2026-01-06T16:03:41.997623411Z"
|
created: "2026-01-06T16:10:01.004906117Z"
|
||||||
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
|
||||||
@@ -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: "2026-01-06T16:03:41.992219837Z"
|
created: "2026-01-06T16:10:00.998512984Z"
|
||||||
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
|
||||||
@@ -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: "2026-01-06T16:03:41.985903859Z"
|
created: "2026-01-06T16:10:00.99197347Z"
|
||||||
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
|
||||||
@@ -837,7 +885,7 @@ entries:
|
|||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
created: "2026-01-06T16:03:41.980064067Z"
|
created: "2026-01-06T16:10:00.986079487Z"
|
||||||
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
|
||||||
@@ -865,4 +913,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: "2026-01-06T16:03:41.975125042Z"
|
generated: "2026-01-06T16:10:00.979593938Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user