To have all Factory-X sub-product Helm Charts in one place, a central Factory-X Helm Repository is build.
Helm repository will be hosted via GitHub Pages within this repository (factory-x-contributions/charts) and will be accessible under URL
Dev repository will contain all released Helm Charts of any Factory-X sub-product. Only a certain number of released Helm charts per Factory-X sub-product might be kept due to clarity reasons.
The Dev Helm repository will be updated once a day.
$ helm repo add factoryx-dev https://factory-x-contributions.github.io/charts/dev
$ helm search repo factoryx-dev
NAME CHART VERSION APP VERSION DESCRIPTION
factoryx-dev/factoryx-connector 0.1.0 0.1.0 A Helm chart for Factory-X Eclipse Data Space C...
factoryx-dev/factoryx-connector-memory 0.1.0 0.1.0 A Helm chart for Factory-X Eclipse Data Space C...
$ helm install factoryx-dev/factoryx-connector
[...]