Helm Charts for Flowset
To add the Helm chart repository for Flowset, run:
helm repo add flowset https://dlr-terrabyte.github.io/flowset-helm/To confirm that the repository has been added successfully, list all available repositories:
helm repo listFetch the latest available chart versions by updating your Helm repositories:
helm repo updateTo check the available versions of the Flowset chart, use the following command:
helm search repo flowset --develThe output should be something like:
NAME CHART VERSION APP VERSION DESCRIPTION
flowset/flowset-control 0.1.0 1.16.0 Helm chart for Flowset
Note: The --devel flag includes development versions in the search results. Without this flag, only stable versions will be listed.
To install a specific version from the list above, use:
helm install flowset-control flowset/flowset-control --version 0.1.0