From 5380649b39e1d5aeb6c2df76e8aab115c6c04d05 Mon Sep 17 00:00:00 2001 From: Sahil Aggarwal Date: Mon, 9 Sep 2024 12:12:55 +0200 Subject: [PATCH 1/3] replaced catenax-ng reference with catenax-ev --- charts/semantic-hub/Chart.yaml | 2 +- charts/semantic-hub/README.md | 116 ++++++++++++++++----------------- 2 files changed, 59 insertions(+), 59 deletions(-) diff --git a/charts/semantic-hub/Chart.yaml b/charts/semantic-hub/Chart.yaml index d5635a0..8da5022 100644 --- a/charts/semantic-hub/Chart.yaml +++ b/charts/semantic-hub/Chart.yaml @@ -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 diff --git a/charts/semantic-hub/README.md b/charts/semantic-hub/README.md index ee7b585..b7aa9bf 100644 --- a/charts/semantic-hub/README.md +++ b/charts/semantic-hub/README.md @@ -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) From 0b8795184b55ed0e9dbd38e2e38746de46a626eb Mon Sep 17 00:00:00 2001 From: Sahil Aggarwal Date: Fri, 13 Sep 2024 15:58:42 +0200 Subject: [PATCH 2/3] replaced catenax-ng reference with catenax-ev --- charts/semantic-hub/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/semantic-hub/Chart.yaml b/charts/semantic-hub/Chart.yaml index 8da5022..7364984 100644 --- a/charts/semantic-hub/Chart.yaml +++ b/charts/semantic-hub/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://github.com/eclipse-tractusx/sldt-semantic-hub type: application -version: 0.3.2 +version: 0.3.1-RC1 appVersion: 0.4.0 dependencies: - repository: https://charts.bitnami.com/bitnami From 0ce72dc915c160176eb6b8534b592c2c555bf0ef Mon Sep 17 00:00:00 2001 From: Sahil Aggarwal Date: Fri, 13 Sep 2024 16:00:36 +0200 Subject: [PATCH 3/3] replaced catenax-ng reference with catenax-ev --- charts/semantic-hub/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/semantic-hub/Chart.yaml b/charts/semantic-hub/Chart.yaml index 7364984..feb2351 100644 --- a/charts/semantic-hub/Chart.yaml +++ b/charts/semantic-hub/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://github.com/eclipse-tractusx/sldt-semantic-hub type: application -version: 0.3.1-RC1 +version: 0.3.2-RC1 appVersion: 0.4.0 dependencies: - repository: https://charts.bitnami.com/bitnami