Add the helm repository to your helm client:
helm repo add kfs https://kfsoftware.github.io/hlf-helm-charts --force-update
Default values can be found in charts/hlf-operator/values.yaml
With default values:
helm install hlf-operator --version=1.6.1 kfs/hlf-operator
With custom values:
helm install hlf-operator -f values.yaml --version=1.6.1 kfs/hlf-operator
helm upgrade hlf-operator --version=1.6.1 kfs/hlf-operator