Skip to content

sdsc-ordes/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project logo

helm-charts

GitHub Downloads (all assets, all releases) github pages License label

Authors:

Usage

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"

Development

Read first the Contribution Guidelines.

For technical documentation on setup and development, see the Development Guide

Copyright

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.