Add flow-0.10.7 and update documentation

This commit is contained in:
Gitea Actions
2026-03-24 07:51:47 +00:00
parent ef328d64b0
commit 115749553b
3 changed files with 126 additions and 37 deletions

View File

@@ -315,6 +315,47 @@ openTelemetry:
# -- OTLP protocol: grpc or http/protobuf # -- OTLP protocol: grpc or http/protobuf
protocol: "grpc" protocol: "grpc"
# =============================================================================
# Promotion Lifecycle
# =============================================================================
# -- Workflow promotion lifecycle configuration
# Each Flow deployment is a separate environment (Development/Test/Production).
# Configure this deployment's identity and its promotion targets so users can
# promote workflow definitions between environments through the UI.
promotion:
# -- This deployment's environment name
# Displayed as a badge in the UI and recorded as source in promotion metadata
environment: "Development"
# -- Promotion policy: Manual, Sequential, or AutoDev
# Manual: any version can be promoted to any configured target
# Sequential: versions must follow the promotion order (can't skip stages)
# AutoDev: auto-promote on save, manual for subsequent environments
policy: "Manual"
# -- Ordered sequence of environments for the Sequential policy
promotionOrder:
- "Development"
- "Test"
- "Production"
# -- Auto-promote on save (for AutoDev policy)
autoPromoteOnSave: false
# -- Target environment for auto-promotion
autoPromoteTarget: ""
# -- Target environments for promotion
# Each target requires network connectivity from the frontend-web pod
# to the target environment's definition-store service.
# Example:
# targets:
# - name: "Test"
# definitionStoreUrl: "http://flow-definition-store.flow-test.svc.cluster.local:80"
# - name: "Production"
# definitionStoreUrl: "http://flow-definition-store.flow-prod.svc.cluster.local:80"
targets: []
# ============================================================================= # =============================================================================
# Core Services # Core Services
# ============================================================================= # =============================================================================

BIN
flow-0.10.7.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: latest appVersion: latest
created: "2026-03-23T22:03:39.040101763Z" created: "2026-03-24T07:51:46.614299743Z"
description: A Helm chart for deploying the Flow workflow engine platform with
SOC2/NIS2 compliance support
digest: 48bf48d2a2a7685fc5769ba4ccabd146ca776a3cdecc323a0f99d5db26522a0a
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.10.7.tgz
version: 0.10.7
- 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-03-24T07:51:46.606450343Z"
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: 7ddd94720f2c20f97abab17481d68ebedff49f06d15a7a918a9dba707c388339 digest: 7ddd94720f2c20f97abab17481d68ebedff49f06d15a7a918a9dba707c388339
@@ -69,7 +117,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.030694664Z" created: "2026-03-24T07:51:46.597520898Z"
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: 105f563f05d39ae7f9334ea9685c0979c382ca79a08ec1e5d044d5de0fd12d09 digest: 105f563f05d39ae7f9334ea9685c0979c382ca79a08ec1e5d044d5de0fd12d09
@@ -117,7 +165,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.023512251Z" created: "2026-03-24T07:51:46.589256702Z"
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: 1d96ec58a6734f8b2252dc2c3dd2b8d98ff5f719172e260b76381ad47aab121b digest: 1d96ec58a6734f8b2252dc2c3dd2b8d98ff5f719172e260b76381ad47aab121b
@@ -165,7 +213,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.006400114Z" created: "2026-03-24T07:51:46.580407309Z"
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: fab126027bc75451d96e2bb012647f50ef311a2793ee7e794b401523a98419ee digest: fab126027bc75451d96e2bb012647f50ef311a2793ee7e794b401523a98419ee
@@ -213,7 +261,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:38.992134939Z" created: "2026-03-24T07:51:46.572029474Z"
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: 95c026ff401fe147f746dd6350782b6e56d0cc5b9ba59bfd9ab56e0c4142b6c3 digest: 95c026ff401fe147f746dd6350782b6e56d0cc5b9ba59bfd9ab56e0c4142b6c3
@@ -261,7 +309,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:38.984353143Z" created: "2026-03-24T07:51:46.56494581Z"
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: a0810efaef2db788c4f377c25bd44fa5aedb1c385231760655423cfadce47576 digest: a0810efaef2db788c4f377c25bd44fa5aedb1c385231760655423cfadce47576
@@ -309,7 +357,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.320888368Z" created: "2026-03-24T07:51:46.888975237Z"
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: cb61a6b8a9710a67ba182c81cff5628e7b35f01604eb1c9b1bb22cbc594745c9 digest: cb61a6b8a9710a67ba182c81cff5628e7b35f01604eb1c9b1bb22cbc594745c9
@@ -357,7 +405,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.243831537Z" created: "2026-03-24T07:51:46.81695487Z"
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: d8f862669db5e2786a05880de6952de473945dd645af5ee233f5584d9b8db6be digest: d8f862669db5e2786a05880de6952de473945dd645af5ee233f5584d9b8db6be
@@ -405,7 +453,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.235450453Z" created: "2026-03-24T07:51:46.804093794Z"
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: 4db89c3a0c51d99e40e33eeed7c9b43c5a505579944219ec7fc1cc26a6d33ca1 digest: 4db89c3a0c51d99e40e33eeed7c9b43c5a505579944219ec7fc1cc26a6d33ca1
@@ -453,7 +501,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.223471008Z" created: "2026-03-24T07:51:46.787467053Z"
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: f6fe90537c4ad8827abbdabad6ad628dcdd202bc48b3371929559c6bccfd71f5 digest: f6fe90537c4ad8827abbdabad6ad628dcdd202bc48b3371929559c6bccfd71f5
@@ -501,7 +549,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.199113704Z" created: "2026-03-24T07:51:46.772016339Z"
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: 6cee54664d41af7cefefceac70a7f141753d46a388d0bd27fe8810e73428391a digest: 6cee54664d41af7cefefceac70a7f141753d46a388d0bd27fe8810e73428391a
@@ -549,7 +597,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.187869693Z" created: "2026-03-24T07:51:46.764139644Z"
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: b4f3c6bf205a5664c5bf85769ecda0e9bf235115f6e09d5db022dadc87c60f3c digest: b4f3c6bf205a5664c5bf85769ecda0e9bf235115f6e09d5db022dadc87c60f3c
@@ -597,7 +645,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.178281754Z" created: "2026-03-24T07:51:46.752280793Z"
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: 74fa58c368e95bb540c05bc50c5897652524a75fe76db7ee71c371d29715691b digest: 74fa58c368e95bb540c05bc50c5897652524a75fe76db7ee71c371d29715691b
@@ -645,7 +693,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.169529672Z" created: "2026-03-24T07:51:46.738668883Z"
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: 60cef3943125ca385024b5a1666bd6e3ca3df2965d4cfa32947af8f66da8d137 digest: 60cef3943125ca385024b5a1666bd6e3ca3df2965d4cfa32947af8f66da8d137
@@ -693,7 +741,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.159564204Z" created: "2026-03-24T07:51:46.728526981Z"
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: f9f8bc1a12e5c8bccd5d2ffbf67ab584ac86e6156354ff9cefb17043af4965fa digest: f9f8bc1a12e5c8bccd5d2ffbf67ab584ac86e6156354ff9cefb17043af4965fa
@@ -741,7 +789,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.149735931Z" created: "2026-03-24T07:51:46.722011421Z"
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: 79145955a5c79591c263c827b77c3c4a7e245d7c0d727d9af725a780cf2ddf23 digest: 79145955a5c79591c263c827b77c3c4a7e245d7c0d727d9af725a780cf2ddf23
@@ -789,7 +837,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.139819771Z" created: "2026-03-24T07:51:46.712247084Z"
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: fc3576aff90b5e0583f8a41ce410cbbbec1f4741e0e642667ff409a1a3f585a5 digest: fc3576aff90b5e0583f8a41ce410cbbbec1f4741e0e642667ff409a1a3f585a5
@@ -837,7 +885,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.131646516Z" created: "2026-03-24T07:51:46.705896872Z"
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: d87e315aca50e32bfc84a563e29895ff316a06f04fe13828fdca10402bfafc99 digest: d87e315aca50e32bfc84a563e29895ff316a06f04fe13828fdca10402bfafc99
@@ -885,7 +933,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.123191628Z" created: "2026-03-24T07:51:46.696867902Z"
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
@@ -933,7 +981,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.112986019Z" created: "2026-03-24T07:51:46.69044793Z"
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
@@ -981,7 +1029,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.312261422Z" created: "2026-03-24T07:51:46.881548723Z"
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
@@ -1029,7 +1077,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.30400742Z" created: "2026-03-24T07:51:46.872965693Z"
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
@@ -1077,7 +1125,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.296716557Z" created: "2026-03-24T07:51:46.863826251Z"
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
@@ -1125,7 +1173,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.289440317Z" created: "2026-03-24T07:51:46.852232651Z"
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
@@ -1173,7 +1221,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.279969565Z" created: "2026-03-24T07:51:46.842917526Z"
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
@@ -1221,7 +1269,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.269569962Z" created: "2026-03-24T07:51:46.833813576Z"
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
@@ -1269,7 +1317,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.259617528Z" created: "2026-03-24T07:51:46.824986541Z"
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
@@ -1317,7 +1365,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.211630003Z" created: "2026-03-24T07:51:46.780213879Z"
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
@@ -1365,7 +1413,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.102857153Z" created: "2026-03-24T07:51:46.682752379Z"
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
@@ -1413,7 +1461,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.091288994Z" created: "2026-03-24T07:51:46.676566871Z"
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
@@ -1461,7 +1509,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.08533381Z" created: "2026-03-24T07:51:46.668868531Z"
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
@@ -1509,7 +1557,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
created: "2026-03-23T22:03:39.077482437Z" created: "2026-03-24T07:51:46.662567611Z"
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
@@ -1557,7 +1605,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: 1.0.0 appVersion: 1.0.0
created: "2026-03-23T22:03:39.069798644Z" created: "2026-03-24T07:51:46.653791517Z"
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
@@ -1605,7 +1653,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: 1.0.0 appVersion: 1.0.0
created: "2026-03-23T22:03:39.063498681Z" created: "2026-03-24T07:51:46.645442389Z"
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
@@ -1653,7 +1701,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: 1.0.0 appVersion: 1.0.0
created: "2026-03-23T22:03:39.05542055Z" created: "2026-03-24T07:51:46.630296705Z"
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
@@ -1701,7 +1749,7 @@ entries:
image: redis:7-alpine image: redis:7-alpine
apiVersion: v2 apiVersion: v2
appVersion: 1.0.0 appVersion: 1.0.0
created: "2026-03-23T22:03:39.048737319Z" created: "2026-03-24T07:51:46.622020923Z"
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
@@ -1729,4 +1777,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-03-23T22:03:38.974150622Z" generated: "2026-03-24T07:51:46.555970472Z"