Skip to content

Commit

Permalink
replaced catenax-ng reference with catenax-ev
Browse files Browse the repository at this point in the history
  • Loading branch information
agg3fe committed Sep 9, 2024
1 parent 343a9d2 commit 5380649
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion charts/semantic-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sources:
- https://github.com/eclipse-tractusx/sldt-semantic-hub

type: application
version: 0.3.1
version: 0.3.2
appVersion: 0.4.0
dependencies:
- repository: https://charts.bitnami.com/bitnami
Expand Down
116 changes: 58 additions & 58 deletions charts/semantic-hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,65 +24,65 @@ helm install hub -n semantics ./charts/semantic-hub

## 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 | `"docker.io"` | |
| hub.image.repository | string | `"tractusx/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"` | |
| 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-ev/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 | `"docker.io"` | |
| hub.image.repository | string | `"tractusx/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"` | |
| 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 5380649

Please sign in to comment.