These charts install the Stardog Knowledge Graph platform on Kubernetes.
Stardog documentation: https://www.stardog.com/docs
- Stardog Cluster license file
- Helm v3
- Persistent volume support
- Load balancer service
- Familiarity with Stardog Cluster
- Familiarity with Apache ZooKeeper
$ kubectl -n <your-namespace> create secret generic stardog-license --from-file stardog-license-key.bin=/path/to/stardog-license-key.bin
$ helm repo add stardog https://stardog-union.github.io/helm-charts/
$ helm install <helm-release-name> --namespace <your-namespace> stardog/stardog
See the Stardog chart's README for a list of configuration parameters.
$ helm delete <helm-release-name> --namespace <your-namespace>
I've just added package.sh, try
./package.sh <version>
like
./package.sh 1.0.9-agnosrc
Run the following commands from one level above the project root directory.
In master branch: Make your changes, check them in and push
helm dependency update helm-charts/charts/stardog
helm package helm-charts/charts/stardog --version 1.0.1
From the gh-pages
branch:
cp stardog-1.0.1.tgz helm-charts/.
helm repo index . --url http://agnos-ai.github.io/helm-charts/
Push the updated index.yaml and tgz files.