charts

Factory-X Helm Charts

To have all Factory-X sub-product Helm Charts in one place, a central Factory-X Helm Repository is build.

[!IMPORTANT] This repository is archived. It will receive no further development or maintenance. Interested parties are invited to fork the repository and continue the work independently.

Helm Repository URL

Helm repository will be hosted via GitHub Pages within this repository (factory-x-contributions/charts) and will be accessible under URL

Availability

Dev Repository

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.

Usage

Dev Repository

$ 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
[...]