Skip to content

Commit

Permalink
Merge pull request #111 from bci-oss/feature/add-chart-readme
Browse files Browse the repository at this point in the history
Add README.md for semantic hub Helm chart
  • Loading branch information
bs-jokri authored May 10, 2023
2 parents 2e6b0bb + 6af751a commit 4fa8274
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/semantic-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: semantic-hub
description: Helm Chart for the Catena-X Semantic Hub Application

type: application
version: 0.1.18
version: 0.1.19
appVersion: 0.2.6-M1
dependencies:
- repository: https://charts.bitnami.com/bitnami
Expand Down
76 changes: 76 additions & 0 deletions charts/semantic-hub/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# semantic-hub

![Version: 0.1.18](https://img.shields.io/badge/Version-0.1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.6-M1](https://img.shields.io/badge/AppVersion-0.2.6--M1-informational?style=flat-square)

Helm Chart for the Catena-X Semantic Hub Application

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | keycloak | 13.3.0 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| enableKeycloak | bool | `true` | |
| graphdb.args[0] | string | `"--tdb2"` | |
| graphdb.args[1] | string | `"--update"` | |
| graphdb.args[2] | string | `"--loc"` | |
| graphdb.args[3] | string | `"databases/"` | |
| graphdb.args[4] | string | `"/ds"` | |
| graphdb.containerPort | int | `3030` | |
| graphdb.enabled | bool | `false` | |
| graphdb.image | string | `"ghcr.io/catenax-ng/jena-fuseki:4.7.0"` | |
| graphdb.imagePullPolicy | string | `"IfNotPresent"` | |
| graphdb.javaOptions | string | `"-Xmx1048m -Xms1048m"` | |
| graphdb.password | string | `"admin"` | |
| graphdb.pvcAccessModes[0] | string | `"ReadWriteOnce"` | |
| graphdb.queryEndpoint | string | `"query"` | |
| graphdb.replicaCount | int | `1` | |
| graphdb.resources.limits.memory | string | `"1024Mi"` | |
| graphdb.resources.requests.memory | string | `"512Mi"` | |
| graphdb.service.port | int | `3030` | |
| graphdb.storageClassName | string | `"default"` | |
| graphdb.storageSize | string | `"50Gi"` | |
| graphdb.updateEndpoint | string | `"update"` | |
| graphdb.username | string | `"admin"` | |
| hub.authentication | bool | `false` | |
| hub.containerPort | int | `4242` | |
| hub.embeddedTripleStore | bool | `false` | |
| hub.graphdbBaseUrl | string | `"http://graphdb:3030"` | |
| hub.host | string | `"minikube"` | |
| hub.idpClientId | string | `"default-client"` | |
| hub.idpIssuerUri | string | `""` | |
| hub.image.registry | string | `"ghcr.io/catenax-ng"` | |
| hub.image.repository | string | `"sldt-semantic-hub"` | |
| hub.image.version | string | `""` | |
| hub.imagePullPolicy | string | `"IfNotPresent"` | |
| hub.ingress.annotations | list | `[]` | |
| hub.ingress.className | string | `""` | |
| hub.ingress.enabled | bool | `false` | |
| hub.ingress.tls | bool | `true` | |
| hub.ingress.tlsSecretName | string | `""` | |
| hub.ingress.urlPrefix | string | `"/semantics/hub"` | |
| hub.replicaCount | int | `1` | |
| hub.resources.limits.memory | string | `"1024Mi"` | |
| hub.resources.requests.memory | string | `"512Mi"` | |
| hub.service.port | int | `8080` | |
| hub.service.type | string | `"ClusterIP"` | |
| keycloak.args[0] | string | `"kc.sh import --file /opt/keycloak/data/import/default-realm-import.json; kc.sh start-dev --hostname=registry-keycloak --hostname-strict=false --proxy=edge --proxy=edge"` | |
| keycloak.auth.adminPassword | string | `"admin"` | |
| keycloak.auth.adminUser | string | `"admin"` | |
| keycloak.command[0] | string | `"/bin/sh"` | |
| keycloak.command[1] | string | `"-c"` | |
| keycloak.extraVolumeMounts[0].mountPath | string | `"/opt/keycloak/data/import/default-realm-import.json"` | |
| keycloak.extraVolumeMounts[0].name | string | `"init-script-vol"` | |
| keycloak.extraVolumeMounts[0].subPath | string | `"default-realm-import.json"` | |
| keycloak.extraVolumes[0].configMap.name | string | `"init-script-vol"` | |
| keycloak.extraVolumes[0].name | string | `"init-script-vol"` | |
| keycloak.fullnameOverride | string | `"hub-keycloak"` | |
| keycloak.postgresql.enabled | bool | `true` | |
| keycloak.service.type | string | `"ClusterIP"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 comments on commit 4fa8274

Please sign in to comment.