Ontopic Helm Charts repository.
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add ontopic https://ontopic-vkg.github.io/ontopic-helm/
If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages.
You can then run helm search repo ontopic to see the charts.
To install the ontop-endpoint chart:
helm install ontop-endpoint-release ontopic/ontop-endpoint
To uninstall the chart:
helm delete ontop-endpoint-release
To install the ontopic-studio chart a values.yaml file is needed to override configurations:
helm install -f values.yaml ontopic-studio-release ontopic/ontopic-studio
To uninstall the chart:
helm delete ontopic-studio-release