The Enterprise Edition can be easily installed via a Helm Chart.
To use the Helm Repository, you need a GitLab Access Token with read_api
permissions and at least the Reporter
role.
You can add the Uitsmijter Helm Repository by using the following commands:
helm repo add --username '[token name or gitlab user name]' --password '[gitlab access token]' uitsmijter https://git.ausdertechnik.de/api/v4/projects/528/packages/helm/stable
helm repo update
An overview of available configuration options can be found at Helm configuration.
To install the newest version, run
helm upgrade --install uitsmijter uitsmijter/uitsmijter --namespace uitsmijter --create-namespace --devel
A list of all available packages can be shown using
helm search repo uitsmijter --devel
To show which version is currently installed:
helm list --namespace uitsmijter