Authors:
Charts can be installed directly from the releases, for example:
helm install shacl-api https://github.com/sdsc-ordes/helm-charts/releases/download/shacl-api-0.0.2/shacl-api-0.0.2.tgz
The github pages website can also be added as a helm repository:
helm repo add sdsc-ordes https://sdsc-ordes.github.io/helm-charts
# render manifests from charts:
helm template gimie-api sdsc-ordes/gimie-api
Alternatively, you may define a wrapper chart that uses these as dependency:
apiVersion: v2
name: shacl-api-external
description: A Helm chart for sdsc-ordes/shacl-api
type: application
version: 0.1.0
appVersion: "0.1.0"
dependencies:
- name: "shacl-api"
version: "0.0.1"
repository: "https://sdsc-ordes.github.io/helm-charts"
alias: "shacl-api"
Read first the Contribution Guidelines.
For technical documentation on setup and development, see the Development Guide
Copyright © 2025-2028 Swiss Data Science Center (SDSC), www.datascience.ch. All rights reserved. The SDSC is jointly established and legally represented by the École Polytechnique Fédérale de Lausanne (EPFL) and the Eidgenössische Technische Hochschule Zürich (ETH Zürich). This copyright encompasses all materials, software, documentation, and other content created and developed by the SDSC.